From da3bc15a9811b9e71160a9c06a9e29dd23bf5d0f Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:39:30 -0400 Subject: [PATCH] update package lock --- package-lock.json | 160 +++++++++++++++++++++++----------------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2360b2ec..a99a790d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19575,19 +19575,19 @@ }, "packages/config": { "name": "@onflow/config", - "version": "1.1.2", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-actor": "^1.2.0", - "@onflow/util-invariant": "^1.1.0", - "@onflow/util-logger": "^1.2.2", + "@onflow/util-actor": "^1.3.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0", + "@onflow/util-logger": "^1.3.0-typescript.0", "eslint": "^8.34.0", "eslint-plugin-jsdoc": "^40.0.0" }, "devDependencies": { "@babel/preset-typescript": "^7.22.11", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/estree": "^1.0.1", "@types/jest": "^29.5.4", "@typescript-eslint/eslint-plugin": "^6.5.0", @@ -19705,27 +19705,27 @@ }, "packages/fcl": { "name": "@onflow/fcl", - "version": "1.7.0", + "version": "1.8.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.1.2", + "@onflow/config": "^1.2.0-typescript.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.1.0", - "@onflow/sdk": "^1.2.3", - "@onflow/types": "^1.1.0", - "@onflow/util-actor": "^1.2.0", - "@onflow/util-address": "^1.1.0", - "@onflow/util-invariant": "^1.1.0", - "@onflow/util-logger": "^1.2.2", + "@onflow/rlp": "^1.2.0-typescript.0", + "@onflow/sdk": "^1.3.0-typescript.0", + "@onflow/types": "^1.2.0-typescript.0", + "@onflow/util-actor": "^1.3.0-typescript.0", + "@onflow/util-address": "^1.2.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0", + "@onflow/util-logger": "^1.3.0-typescript.0", "@onflow/util-semver": "^1.0.0", - "@onflow/util-template": "^1.1.0", - "@onflow/util-uid": "^1.1.0", + "@onflow/util-template": "^1.2.0-typescript.0", + "@onflow/util-uid": "^1.2.0-typescript.0", "cross-fetch": "^3.1.6" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/typedefs": "^1.1.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/typedefs": "^1.2.0-typescript.0", "@types/estree": "^1.0.1", "@types/node": "^18.13.0", "eslint": "^8.35.0", @@ -19761,7 +19761,7 @@ }, "packages/fcl-bundle": { "name": "@onflow/fcl-bundle", - "version": "1.3.1", + "version": "1.4.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/plugin-transform-runtime": "^7.18.2", @@ -19791,25 +19791,25 @@ }, "packages/fcl-wc": { "name": "@onflow/fcl-wc", - "version": "4.0.0", + "version": "5.0.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.9", - "@onflow/config": "^1.1.2", - "@onflow/util-invariant": "^1.1.0", - "@onflow/util-logger": "^1.2.2", + "@onflow/config": "^1.2.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0", + "@onflow/util-logger": "^1.3.0-typescript.0", "@walletconnect/modal": "^2.4.7", "@walletconnect/sign-client": "^2.8.1", "@walletconnect/types": "^2.8.1", "@walletconnect/utils": "^2.8.1" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "better-sqlite3": "^7.6.2", "jest": "^29.5.0" }, "peerDependencies": { - "@onflow/fcl": "^1.6.0" + "@onflow/fcl": "^1.8.0-typescript.0" } }, "packages/fcl/node_modules/eslint-plugin-jsdoc": { @@ -20348,7 +20348,7 @@ }, "packages/rlp": { "name": "@onflow/rlp", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "^7.18.6", @@ -20356,7 +20356,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -20454,25 +20454,25 @@ }, "packages/sdk": { "name": "@onflow/sdk", - "version": "1.2.3", + "version": "1.3.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.1.1", - "@onflow/rlp": "^1.1.0", - "@onflow/transport-http": "^1.7.2", - "@onflow/util-actor": "^1.2.0", - "@onflow/util-address": "^1.1.0", - "@onflow/util-invariant": "^1.1.0", - "@onflow/util-logger": "^1.2.2", - "@onflow/util-template": "^1.1.0", + "@onflow/config": "^1.2.0-typescript.0", + "@onflow/rlp": "^1.2.0-typescript.0", + "@onflow/transport-http": "^1.8.0-typescript.0", + "@onflow/util-actor": "^1.3.0-typescript.0", + "@onflow/util-address": "^1.2.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0", + "@onflow/util-logger": "^1.3.0-typescript.0", + "@onflow/util-template": "^1.2.0-typescript.0", "deepmerge": "^4.2.2", "sha3": "^2.1.4", "uuid": "^9.0.1" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/typedefs": "^1.1.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/typedefs": "^1.2.0-typescript.0", "eslint": "^8.35.0", "eslint-plugin-jsdoc": "^40.0.1", "jest": "^29.5.0", @@ -20560,21 +20560,21 @@ }, "packages/transport-grpc": { "name": "@onflow/transport-grpc", - "version": "1.2.2", + "version": "1.3.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", "@improbable-eng/grpc-web": "^0.14.0", "@improbable-eng/grpc-web-node-http-transport": "^0.14.0", "@onflow/protobuf": "^1.2.1", - "@onflow/rlp": "^1.1.0", - "@onflow/util-address": "^1.1.0", - "@onflow/util-invariant": "^1.1.0", - "@onflow/util-template": "^1.1.0" + "@onflow/rlp": "^1.2.0-typescript.0", + "@onflow/util-address": "^1.2.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0", + "@onflow/util-template": "^1.2.0-typescript.0" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/sdk": "^1.2.3", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/sdk": "^1.3.0-typescript.0", "jest": "^29.5.0" } }, @@ -20602,34 +20602,34 @@ }, "packages/transport-http": { "name": "@onflow/transport-http", - "version": "1.7.2", + "version": "1.8.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-address": "^1.1.0", - "@onflow/util-invariant": "^1.1.0", - "@onflow/util-logger": "^1.2.2", - "@onflow/util-template": "^1.1.0", + "@onflow/util-address": "^1.2.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0", + "@onflow/util-logger": "^1.3.0-typescript.0", + "@onflow/util-template": "^1.2.0-typescript.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.6" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/rlp": "^1.1.0", - "@onflow/sdk": "^1.2.3", - "@onflow/types": "^1.1.0", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/rlp": "^1.2.0-typescript.0", + "@onflow/sdk": "^1.3.0-typescript.0", + "@onflow/types": "^1.2.0-typescript.0", "jest": "^29.5.0" } }, "packages/typedefs": { "name": "@onflow/typedefs", - "version": "1.1.1", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/node": "^18.13.0", "eslint": "^8.33.0", "eslint-plugin-jsdoc": "^39.7.5", @@ -20652,15 +20652,15 @@ }, "packages/types": { "name": "@onflow/types", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-logger": "^1.2.2" + "@onflow/util-logger": "^1.3.0-typescript.0" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -20773,7 +20773,7 @@ }, "packages/util-actor": { "name": "@onflow/util-actor", - "version": "1.2.0", + "version": "1.3.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", @@ -20781,7 +20781,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -20879,15 +20879,15 @@ }, "packages/util-address": { "name": "@onflow/util-address", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/types": "^1.1.0", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/types": "^1.2.0-typescript.0", "@types/jest": "^29.5.3", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^6.4.0", @@ -20999,17 +20999,17 @@ }, "packages/util-encode-key": { "name": "@onflow/util-encode-key", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/rlp": "^1.1.0", - "@onflow/util-invariant": "^1.1.0" + "@onflow/rlp": "^1.2.0-typescript.0", + "@onflow/util-invariant": "^1.2.0-typescript.0" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/types": "^1.1.0", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/types": "^1.2.0-typescript.0", "@types/jest": "^29.5.3", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^6.4.0", @@ -21121,15 +21121,15 @@ }, "packages/util-invariant": { "name": "@onflow/util-invariant", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", - "@onflow/types": "^1.1.0", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/types": "^1.2.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -21227,14 +21227,14 @@ }, "packages/util-logger": { "name": "@onflow/util-logger", - "version": "1.2.2", + "version": "1.3.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -21346,21 +21346,21 @@ "@babel/runtime": "^7.18.6" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "jest": "^29.5.0" } }, "packages/util-template": { "name": "@onflow/util-template", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-logger": "^1.2.2" + "@onflow/util-logger": "^1.3.0-typescript.0" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -21473,14 +21473,14 @@ }, "packages/util-uid": { "name": "@onflow/util-uid", - "version": "1.1.0", + "version": "1.2.0-typescript.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.18.6" }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.3.1", + "@onflow/fcl-bundle": "^1.4.0-typescript.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0",