|
1 | 1 | { |
2 | 2 | "name": "@web3api/cli", |
3 | 3 | "description": "Web3API CLI", |
4 | | - "version": "0.0.1-prealpha.8", |
| 4 | + "version": "0.0.1-prealpha.9", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
|
23 | 23 | "test:watch": "jest --watch --passWithNoTests --verbose" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@web3api/client-js": "0.0.1-prealpha.8", |
27 | | - "@web3api/client-test-env": "0.0.1-prealpha.8", |
28 | | - "@web3api/core-js": "0.0.1-prealpha.8", |
29 | | - "@web3api/ens-plugin-js": "0.0.1-prealpha.8", |
30 | | - "@web3api/ethereum-plugin-js": "0.0.1-prealpha.8", |
31 | | - "@web3api/ipfs-plugin-js": "0.0.1-prealpha.8", |
32 | | - "@web3api/schema-bind": "0.0.1-prealpha.8", |
33 | | - "@web3api/schema-compose": "0.0.1-prealpha.8", |
34 | | - "@web3api/schema-parse": "0.0.1-prealpha.8", |
35 | 26 | "@formatjs/intl": "1.8.2", |
| 27 | + "@web3api/client-js": "0.0.1-prealpha.9", |
| 28 | + "@web3api/client-test-env": "0.0.1-prealpha.9", |
| 29 | + "@web3api/core-js": "0.0.1-prealpha.9", |
| 30 | + "@web3api/ens-plugin-js": "0.0.1-prealpha.9", |
| 31 | + "@web3api/ethereum-plugin-js": "0.0.1-prealpha.9", |
| 32 | + "@web3api/ipfs-plugin-js": "0.0.1-prealpha.9", |
| 33 | + "@web3api/schema-bind": "0.0.1-prealpha.9", |
| 34 | + "@web3api/schema-compose": "0.0.1-prealpha.9", |
| 35 | + "@web3api/schema-parse": "0.0.1-prealpha.9", |
36 | 36 | "assemblyscript": "0.17.14", |
37 | 37 | "axios": "0.19.2", |
38 | 38 | "chalk": "4.1.0", |
|
51 | 51 | "devDependencies": { |
52 | 52 | "@types/jest": "26.0.8", |
53 | 53 | "@types/node": "12.6.9", |
54 | | - "@web3api/test-env-js": "0.0.1-prealpha.8", |
| 54 | + "@web3api/test-env-js": "0.0.1-prealpha.9", |
| 55 | + "eslint-plugin-formatjs": "2.12.7", |
55 | 56 | "jest": "26.6.3", |
56 | 57 | "rimraf": "3.0.2", |
57 | 58 | "ts-jest": "26.5.4", |
58 | | - "typescript": "4.0.7", |
59 | | - "ts-node": "8.10.2", |
60 | 59 | "ts-morph": "10.0.1", |
61 | | - "eslint-plugin-formatjs": "2.12.7" |
| 60 | + "ts-node": "8.10.2", |
| 61 | + "typescript": "4.0.7" |
62 | 62 | }, |
63 | 63 | "gitHead": "7346adaf5adb7e6bbb70d9247583e995650d390a", |
64 | 64 | "publishConfig": { |
|
0 commit comments