|
1 | 1 | { |
2 | 2 | "name": "@onflow/fcl", |
3 | | - "version": "1.5.0", |
| 3 | + "version": "1.6.0-alpha.0", |
4 | 4 | "description": "Flow Client Library", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": "Dapper Labs <[email protected]>", |
|
19 | 19 | } |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@onflow/fcl-bundle": "^1.3.1", |
23 | | - "@onflow/typedefs": "^1.1.1", |
| 22 | + "@onflow/fcl-bundle": "^1.4.0-alpha.0", |
| 23 | + "@onflow/typedefs": "^1.2.0-alpha.0", |
24 | 24 | "@types/node": "^18.13.0", |
25 | 25 | "eslint": "^8.35.0", |
26 | 26 | "eslint-plugin-jsdoc": "^40.0.1", |
|
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | 59 | "@babel/runtime": "^7.18.6", |
60 | | - "@onflow/config": "^1.1.1", |
| 60 | + "@onflow/config": "^1.2.0-alpha.0", |
61 | 61 | "@onflow/interaction": "0.0.11", |
62 | | - "@onflow/rlp": "^1.1.0", |
63 | | - "@onflow/sdk": "^1.2.1", |
64 | | - "@onflow/types": "^1.1.0", |
65 | | - "@onflow/util-actor": "^1.2.0", |
66 | | - "@onflow/util-address": "^1.1.0", |
67 | | - "@onflow/util-invariant": "^1.1.0", |
68 | | - "@onflow/util-logger": "^1.2.1", |
69 | | - "@onflow/util-template": "^1.1.0", |
70 | | - "@onflow/util-uid": "^1.1.0", |
| 62 | + "@onflow/rlp": "^1.2.0-alpha.0", |
| 63 | + "@onflow/sdk": "^1.3.0-alpha.0", |
| 64 | + "@onflow/types": "^1.2.0-alpha.0", |
| 65 | + "@onflow/util-actor": "^1.3.0-alpha.0", |
| 66 | + "@onflow/util-address": "^1.2.0-alpha.0", |
| 67 | + "@onflow/util-invariant": "^1.2.0-alpha.0", |
| 68 | + "@onflow/util-logger": "^1.3.0-alpha.0", |
| 69 | + "@onflow/util-template": "^1.2.0-alpha.0", |
| 70 | + "@onflow/util-uid": "^1.2.0-alpha.0", |
71 | 71 | "cross-fetch": "^3.1.6" |
72 | 72 | }, |
73 | 73 | "peerDependencies": { |
|
0 commit comments