|
1 | 1 | { |
2 | 2 | "@import": "1place/npm-package#^0.1.0", |
3 | 3 | "name": "run-cli", |
4 | | - "version": "0.11.11", |
| 4 | + "version": "0.11.12", |
5 | 5 | "description": "The resource runtime", |
6 | 6 | "author": "Manuel Vila <hi@mvila.me>", |
7 | 7 | "license": "MIT", |
|
10 | 10 | "run": "dist/node/cjs/bin/index.js" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "dotenv": "^4.0.0", |
14 | | - "json5": "^0.5.1", |
| 13 | + "dotenv": "^6.0.0", |
15 | 14 | "@resdir/console": "^0.1.0", |
16 | 15 | "@resdir/http-client": "^0.2.17", |
17 | 16 | "@resdir/local-cache": "^0.1.6", |
18 | 17 | "@resdir/version": "^0.1.16", |
19 | 18 | "run-core": "^0.11.49", |
20 | | - "source-map-support": "^0.4.15" |
| 19 | + "source-map-support": "^0.5.6" |
21 | 20 | }, |
22 | 21 | "@unpublishable": { |
23 | 22 | "publisher": { |
|
32 | 31 | "@import": "js/packer#^0.1.0", |
33 | 32 | "entry": "./dist/node/cjs/bin/index.js", |
34 | 33 | "output": "./builds/macos/run", |
35 | | - "nodeVersion": "latest", |
| 34 | + "nodeVersion": "node8", |
36 | 35 | "platform": "macos", |
37 | 36 | "architecture": "x64", |
38 | 37 | "isPublic": true, |
|
42 | 41 | "@import": "js/packer#^0.1.0", |
43 | 42 | "entry": "./dist/node/cjs/bin/index.js", |
44 | 43 | "output": "./builds/linux/run", |
45 | | - "nodeVersion": "latest", |
| 44 | + "nodeVersion": "node8", |
46 | 45 | "platform": "linux", |
47 | 46 | "architecture": "x64", |
48 | 47 | "isPublic": true, |
|
0 commit comments