From 3f066f9034e243922c0085d126e81e0b85bf4a8a Mon Sep 17 00:00:00 2001 From: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:28:43 -0700 Subject: [PATCH] Publish a new release with correct FCL-WC version (#1993) --- package-lock.json | 238 +++++++++++++++++------------------ packages/fcl-wc/CHANGELOG.md | 9 +- packages/fcl-wc/package.json | 2 +- packages/fcl/CHANGELOG.md | 15 +-- packages/fcl/package.json | 4 +- 5 files changed, 126 insertions(+), 142 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32f6f3a06..a3e827d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30009,19 +30009,19 @@ }, "packages/config": { "name": "@onflow/config", - "version": "1.5.0", + "version": "1.5.1-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-actor": "1.3.3", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", + "@onflow/util-actor": "1.3.4-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -30047,25 +30047,25 @@ }, "packages/fcl": { "name": "@onflow/fcl", - "version": "1.12.3", + "version": "1.12.4-alpha.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.0", - "@onflow/fcl-core": "1.12.0", - "@onflow/fcl-wc": "5.4.0", + "@onflow/config": "1.5.1-alpha.0", + "@onflow/fcl-core": "1.13.0-alpha.2", + "@onflow/fcl-wc": "5.4.1-alpha.1", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.2", - "@onflow/sdk": "1.5.3", - "@onflow/types": "1.4.0", - "@onflow/util-actor": "1.3.3", - "@onflow/util-address": "1.2.2", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", - "@onflow/util-rpc": "0.0.1", - "@onflow/util-semver": "1.0.2", - "@onflow/util-template": "1.2.2", - "@onflow/util-uid": "1.2.2", + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/sdk": "1.5.4-alpha.1", + "@onflow/types": "1.4.1-alpha.0", + "@onflow/util-actor": "1.3.4-alpha.0", + "@onflow/util-address": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-rpc": "0.0.2-alpha.0", + "@onflow/util-semver": "1.0.3-alpha.0", + "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/util-uid": "1.2.3-alpha.0", "@walletconnect/types": "^2.13.2", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8", @@ -30073,8 +30073,8 @@ "sha3": "^2.1.4" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", - "@onflow/typedefs": "1.3.1", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/typedefs": "1.4.0-alpha.1", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", @@ -30087,7 +30087,7 @@ }, "packages/fcl-bundle": { "name": "@onflow/fcl-bundle", - "version": "1.5.0", + "version": "1.5.1-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/plugin-transform-runtime": "^7.25.7", @@ -30117,30 +30117,30 @@ }, "packages/fcl-core": { "name": "@onflow/fcl-core", - "version": "1.12.0", + "version": "1.13.0-alpha.2", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", "@improbable-eng/grpc-web": "^0.15.0", - "@onflow/config": "1.5.0", + "@onflow/config": "1.5.1-alpha.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.2", - "@onflow/sdk": "1.5.3", - "@onflow/transport-http": "1.10.2", - "@onflow/types": "1.4.0", - "@onflow/util-actor": "1.3.3", - "@onflow/util-address": "1.2.2", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", - "@onflow/util-semver": "1.0.2", - "@onflow/util-template": "1.2.2", - "@onflow/util-uid": "1.2.2", + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/sdk": "1.5.4-alpha.1", + "@onflow/transport-http": "1.10.3-alpha.0", + "@onflow/types": "1.4.1-alpha.0", + "@onflow/util-actor": "1.3.4-alpha.0", + "@onflow/util-address": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-semver": "1.0.3-alpha.0", + "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/util-uid": "1.2.3-alpha.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", - "@onflow/typedefs": "1.3.1", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/typedefs": "1.4.0-alpha.1", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", @@ -30166,28 +30166,28 @@ }, "packages/fcl-react-native": { "name": "@onflow/fcl-react-native", - "version": "1.9.6", + "version": "1.9.7-alpha.2", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.0", - "@onflow/fcl-core": "1.12.0", + "@onflow/config": "1.5.1-alpha.0", + "@onflow/fcl-core": "1.13.0-alpha.2", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.2", - "@onflow/sdk": "1.5.3", - "@onflow/types": "1.4.0", - "@onflow/util-actor": "1.3.3", - "@onflow/util-address": "1.2.2", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", - "@onflow/util-semver": "1.0.2", - "@onflow/util-template": "1.2.2", - "@onflow/util-uid": "1.2.2", + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/sdk": "1.5.4-alpha.1", + "@onflow/types": "1.4.1-alpha.0", + "@onflow/util-actor": "1.3.4-alpha.0", + "@onflow/util-address": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-semver": "1.0.3-alpha.0", + "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/util-uid": "1.2.3-alpha.0", "cross-fetch": "^3.1.8" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", - "@onflow/typedefs": "1.3.1", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/typedefs": "1.4.0-alpha.1", "@types/estree": "^1.0.6", "@types/node": "^18.19.57", "eslint": "^8.57.1", @@ -30219,13 +30219,13 @@ }, "packages/fcl-wc": { "name": "@onflow/fcl-wc", - "version": "5.4.0", + "version": "5.4.1-alpha.1", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.0", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", + "@onflow/config": "1.5.1-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", "@walletconnect/modal": "^2.7.0", "@walletconnect/modal-core": "^2.6.2", "@walletconnect/sign-client": "^2.17.1", @@ -30233,13 +30233,13 @@ "@walletconnect/utils": "^2.8.1" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", "jest": "^29.7.0" }, "peerDependencies": { - "@onflow/fcl-core": "1.12.0" + "@onflow/fcl-core": "1.13.0-alpha.2" } }, "packages/fcl/node_modules/typescript": { @@ -30257,7 +30257,7 @@ }, "packages/protobuf": { "name": "@onflow/protobuf", - "version": "1.3.0", + "version": "1.3.1-alpha.0", "license": "Apache-2.0", "dependencies": { "@improbable-eng/grpc-web": "^0.12.0", @@ -30307,7 +30307,7 @@ }, "packages/rlp": { "name": "@onflow/rlp", - "version": "1.2.2", + "version": "1.2.3-alpha.0", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "^7.25.7", @@ -30315,7 +30315,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30326,26 +30326,26 @@ }, "packages/sdk": { "name": "@onflow/sdk", - "version": "1.5.3", + "version": "1.5.4-alpha.1", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.0", - "@onflow/rlp": "1.2.2", - "@onflow/transport-http": "1.10.2", - "@onflow/typedefs": "1.3.1", - "@onflow/util-actor": "1.3.3", - "@onflow/util-address": "1.2.2", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", - "@onflow/util-template": "1.2.2", + "@onflow/config": "1.5.1-alpha.0", + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/transport-http": "1.10.3-alpha.0", + "@onflow/typedefs": "1.4.0-alpha.1", + "@onflow/util-actor": "1.3.4-alpha.0", + "@onflow/util-address": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-template": "1.2.3-alpha.0", "deepmerge": "^4.3.1", "events": "^3.3.0", "sha3": "^2.1.4", "uuid": "^9.0.1" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/uuid": "^9.0.8", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -30368,34 +30368,34 @@ }, "packages/transport-grpc": { "name": "@onflow/transport-grpc", - "version": "1.4.1", + "version": "1.4.2-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", - "@onflow/protobuf": "1.3.0", - "@onflow/rlp": "1.2.2", - "@onflow/util-address": "1.2.2", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-template": "1.2.2" + "@onflow/protobuf": "1.3.1-alpha.0", + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/util-address": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-template": "1.2.3-alpha.0" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", - "@onflow/sdk": "1.5.3", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/sdk": "1.5.4-alpha.1", "jest": "^29.7.0" } }, "packages/transport-http": { "name": "@onflow/transport-http", - "version": "1.10.2", + "version": "1.10.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-address": "1.2.2", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", - "@onflow/util-template": "1.2.2", + "@onflow/util-address": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0", + "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-template": "1.2.3-alpha.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8", "events": "^3.3.0", @@ -30403,22 +30403,22 @@ "ws": "^8.18.0" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", - "@onflow/rlp": "1.2.2", - "@onflow/sdk": "1.5.3", - "@onflow/types": "1.4.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/sdk": "1.5.4-alpha.1", + "@onflow/types": "1.4.1-alpha.0", "jest": "^29.7.0" } }, "packages/typedefs": { "name": "@onflow/typedefs", - "version": "1.3.1", + "version": "1.4.0-alpha.1", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/node": "^18.19.57", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -30442,15 +30442,15 @@ }, "packages/types": { "name": "@onflow/types", - "version": "1.4.0", + "version": "1.4.1-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-logger": "1.3.2" + "@onflow/util-logger": "1.3.3-alpha.0" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30461,7 +30461,7 @@ }, "packages/util-actor": { "name": "@onflow/util-actor", - "version": "1.3.3", + "version": "1.3.4-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", @@ -30469,7 +30469,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30480,15 +30480,15 @@ }, "packages/util-address": { "name": "@onflow/util-address", - "version": "1.2.2", + "version": "1.2.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", - "@onflow/types": "1.4.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/types": "1.4.1-alpha.0", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -30514,17 +30514,17 @@ }, "packages/util-encode-key": { "name": "@onflow/util-encode-key", - "version": "1.2.3", + "version": "1.2.4-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/rlp": "1.2.2", - "@onflow/util-invariant": "1.2.3" + "@onflow/rlp": "1.2.3-alpha.0", + "@onflow/util-invariant": "1.2.4-alpha.0" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", - "@onflow/types": "1.4.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/types": "1.4.1-alpha.0", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -30550,15 +30550,15 @@ }, "packages/util-invariant": { "name": "@onflow/util-invariant", - "version": "1.2.3", + "version": "1.2.4-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", - "@onflow/types": "1.4.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/types": "1.4.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30569,14 +30569,14 @@ }, "packages/util-logger": { "name": "@onflow/util-logger", - "version": "1.3.2", + "version": "1.3.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30595,14 +30595,14 @@ }, "packages/util-rpc": { "name": "@onflow/util-rpc", - "version": "0.0.1", + "version": "0.0.2-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30613,27 +30613,27 @@ }, "packages/util-semver": { "name": "@onflow/util-semver", - "version": "1.0.2", + "version": "1.0.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "jest": "^29.7.0" } }, "packages/util-template": { "name": "@onflow/util-template", - "version": "1.2.2", + "version": "1.2.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-logger": "1.3.2" + "@onflow/util-logger": "1.3.3-alpha.0" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -30644,14 +30644,14 @@ }, "packages/util-uid": { "name": "@onflow/util-uid", - "version": "1.2.2", + "version": "1.2.3-alpha.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-bundle": "1.5.1-alpha.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 212d6a692..45399b5e8 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,19 +1,12 @@ # @onflow/fcl-wc -## 6.0.0-alpha.2 +## 5.4.1-alpha.1 ### Patch Changes - Updated dependencies [[`8a5f8e9874980c40c1feb3eac915c6e8570abbf3`](https://github.com/onflow/fcl-js/commit/8a5f8e9874980c40c1feb3eac915c6e8570abbf3)]: - @onflow/fcl-core@1.13.0-alpha.2 -## 6.0.0-alpha.1 - -### Patch Changes - -- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]: - - @onflow/fcl-core@1.13.0-alpha.1 - ## 5.4.1-alpha.0 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index 874c27ef1..948dea71c 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "6.0.0-alpha.2", + "version": "5.4.1-alpha.1", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 302369172..67a02f4b3 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,21 +1,12 @@ # @onflow/fcl -## 1.12.4-alpha.2 +## 1.12.4-alpha.3 ### Patch Changes -- Updated dependencies [[`8a5f8e9874980c40c1feb3eac915c6e8570abbf3`](https://github.com/onflow/fcl-js/commit/8a5f8e9874980c40c1feb3eac915c6e8570abbf3)]: +- Updated dependencies: - @onflow/fcl-core@1.13.0-alpha.2 - - @onflow/fcl-wc@6.0.0-alpha.2 - -## 1.12.4-alpha.1 - -### Patch Changes - -- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]: - - @onflow/fcl-core@1.13.0-alpha.1 - - @onflow/sdk@1.5.4-alpha.1 - - @onflow/fcl-wc@6.0.0-alpha.1 + - @onflow/fcl-wc@5.4.1-alpha.1 ## 1.12.4-alpha.0 diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 23b293d34..ae9b0154f 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.12.4-alpha.2", + "version": "1.12.4-alpha.3", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -50,7 +50,7 @@ "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1-alpha.0", "@onflow/fcl-core": "1.13.0-alpha.2", - "@onflow/fcl-wc": "6.0.0-alpha.2", + "@onflow/fcl-wc": "5.4.1-alpha.1", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3-alpha.0", "@onflow/sdk": "1.5.4-alpha.1",