|
1 | 1 | { |
2 | 2 | "name": "@web3api/cli", |
3 | 3 | "description": "Web3API CLI", |
4 | | - "version": "0.0.1-prealpha.5", |
| 4 | + "version": "0.0.1-prealpha.6", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
|
22 | 22 | "test:watch": "jest --watch --passWithNoTests --verbose" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@web3api/client-js": "0.0.1-prealpha.5", |
26 | | - "@web3api/client-test-env": "0.0.1-prealpha.5", |
27 | | - "@web3api/core-js": "0.0.1-prealpha.5", |
28 | | - "@web3api/ens-plugin-js": "0.0.1-prealpha.5", |
29 | | - "@web3api/ethereum-plugin-js": "0.0.1-prealpha.5", |
30 | | - "@web3api/ipfs-plugin-js": "0.0.1-prealpha.5", |
31 | | - "@web3api/schema-bind": "0.0.1-prealpha.5", |
32 | | - "@web3api/schema-compose": "0.0.1-prealpha.5", |
33 | | - "@web3api/schema-parse": "0.0.1-prealpha.5", |
| 25 | + "@web3api/client-js": "0.0.1-prealpha.6", |
| 26 | + "@web3api/client-test-env": "0.0.1-prealpha.6", |
| 27 | + "@web3api/core-js": "0.0.1-prealpha.6", |
| 28 | + "@web3api/ens-plugin-js": "0.0.1-prealpha.6", |
| 29 | + "@web3api/ethereum-plugin-js": "0.0.1-prealpha.6", |
| 30 | + "@web3api/ipfs-plugin-js": "0.0.1-prealpha.6", |
| 31 | + "@web3api/schema-bind": "0.0.1-prealpha.6", |
| 32 | + "@web3api/schema-compose": "0.0.1-prealpha.6", |
| 33 | + "@web3api/schema-parse": "0.0.1-prealpha.6", |
34 | 34 | "assemblyscript": "0.17.14", |
35 | 35 | "axios": "0.19.2", |
36 | 36 | "chalk": "4.1.0", |
|
48 | 48 | "devDependencies": { |
49 | 49 | "@types/jest": "26.0.8", |
50 | 50 | "@types/node": "12.6.9", |
51 | | - "@web3api/test-env-js": "0.0.1-prealpha.5", |
| 51 | + "@web3api/test-env-js": "0.0.1-prealpha.6", |
52 | 52 | "jest": "26.2.2", |
53 | 53 | "rimraf": "3.0.2", |
54 | 54 | "ts-jest": "26.1.4", |
|
0 commit comments