|
1 | 1 | { |
2 | 2 | "name": "@web3api/client-js", |
3 | 3 | "description": "Web3API Javascript Client", |
4 | | - "version": "0.0.1-prealpha.6", |
| 4 | + "version": "0.0.1-prealpha.7", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
|
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | 27 | "@msgpack/msgpack": "2.3.0", |
28 | | - "@web3api/core-js": "0.0.1-prealpha.6", |
29 | | - "@web3api/ens-plugin-js": "0.0.1-prealpha.6", |
30 | | - "@web3api/ethereum-plugin-js": "0.0.1-prealpha.6", |
31 | | - "@web3api/ipfs-plugin-js": "0.0.1-prealpha.6", |
32 | | - "@web3api/schema-parse": "0.0.1-prealpha.6", |
33 | | - "@web3api/logger-plugin-js": "0.0.1-prealpha.6", |
| 28 | + "@web3api/core-js": "0.0.1-prealpha.7", |
| 29 | + "@web3api/ens-plugin-js": "0.0.1-prealpha.7", |
| 30 | + "@web3api/ethereum-plugin-js": "0.0.1-prealpha.7", |
| 31 | + "@web3api/ipfs-plugin-js": "0.0.1-prealpha.7", |
| 32 | + "@web3api/logger-plugin-js": "0.0.1-prealpha.7", |
| 33 | + "@web3api/schema-parse": "0.0.1-prealpha.7", |
34 | 34 | "graphql": "^15.4.0", |
35 | 35 | "js-yaml": "3.14.0", |
36 | 36 | "web-worker": "1.0.0" |
|
39 | 39 | "@types/jest": "26.0.8", |
40 | 40 | "@types/js-yaml": "3.11.1", |
41 | 41 | "@types/semver": "^7.3.4", |
42 | | - "@web3api/cli": "0.0.1-prealpha.6", |
43 | | - "@web3api/test-cases": "0.0.1-prealpha.6", |
44 | | - "@web3api/test-env-js": "0.0.1-prealpha.6", |
| 42 | + "@web3api/cli": "0.0.1-prealpha.7", |
| 43 | + "@web3api/test-cases": "0.0.1-prealpha.7", |
| 44 | + "@web3api/test-env-js": "0.0.1-prealpha.7", |
45 | 45 | "jest": "26.2.2", |
46 | 46 | "rimraf": "3.0.2", |
47 | 47 | "ts-jest": "26.1.4", |
48 | 48 | "ts-loader": "8.0.17", |
49 | | - "ts-node": "8.10.2", |
50 | 49 | "ts-morph": "10.0.1", |
| 50 | + "ts-node": "8.10.2", |
51 | 51 | "typescript": "3.9.7", |
52 | 52 | "webpack": "4.44.2", |
53 | 53 | "webpack-cli": "4.5.0", |
|
0 commit comments