From b6a2693e5f3d6a8ea3e5b0ff417908f155dbf5ee Mon Sep 17 00:00:00 2001 From: Jaco Date: Sun, 4 Jun 2023 11:58:18 +0300 Subject: [PATCH] 12.2.2 (#1839) --- CHANGELOG.md | 2 +- package.json | 2 +- packages/hw-ledger-transports/package.json | 4 +- packages/hw-ledger/package.json | 6 +- packages/keyring/package.json | 10 +-- packages/networks/package.json | 6 +- packages/util-crypto/package.json | 12 ++-- packages/util/package.json | 12 ++-- packages/x-bigint/package.json | 4 +- packages/x-bundle/package.json | 4 +- packages/x-fetch/package.json | 4 +- packages/x-global/package.json | 2 +- packages/x-randomvalues/package.json | 8 +-- packages/x-textdecoder/package.json | 4 +- packages/x-textencoder/package.json | 4 +- packages/x-ws/package.json | 4 +- yarn.lock | 76 +++++++++++----------- 17 files changed, 82 insertions(+), 82 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734728756e..d41b789bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## master +## 12.2.2 Jun 4, 2023 Changes: diff --git a/package.json b/package.json index 41f2b8dd43..c9c44d326e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "versions": { "git": "12.2.2-7-x", "npm": "12.2.1" diff --git a/packages/hw-ledger-transports/package.json b/packages/hw-ledger-transports/package.json index 05101ce105..f5e40e007f 100644 --- a/packages/hw-ledger-transports/package.json +++ b/packages/hw-ledger-transports/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", @@ -22,7 +22,7 @@ "@ledgerhq/hw-transport": "^6.28.4", "@ledgerhq/hw-transport-webhid": "^6.27.15", "@ledgerhq/hw-transport-webusb": "^6.27.15", - "@polkadot/util": "12.2.2-7-x", + "@polkadot/util": "12.2.2", "tslib": "^2.5.3" }, "optionalDependencies": { diff --git a/packages/hw-ledger/package.json b/packages/hw-ledger/package.json index f1397e01eb..71dfab374c 100644 --- a/packages/hw-ledger/package.json +++ b/packages/hw-ledger/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "main": "index.js", "dependencies": { - "@polkadot/hw-ledger-transports": "12.2.2-7-x", - "@polkadot/util": "12.2.2-7-x", + "@polkadot/hw-ledger-transports": "12.2.2", + "@polkadot/util": "12.2.2", "@zondax/ledger-substrate": "^0.40.7", "tslib": "^2.5.3" } diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 7d62fde229..a02314bf3f 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -18,15 +18,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "main": "index.js", "dependencies": { - "@polkadot/util": "12.2.2-7-x", - "@polkadot/util-crypto": "12.2.2-7-x", + "@polkadot/util": "12.2.2", + "@polkadot/util-crypto": "12.2.2", "tslib": "^2.5.3" }, "peerDependencies": { - "@polkadot/util": "12.2.2-7-x", - "@polkadot/util-crypto": "12.2.2-7-x" + "@polkadot/util": "12.2.2", + "@polkadot/util-crypto": "12.2.2" } } diff --git a/packages/networks/package.json b/packages/networks/package.json index 29d0f3e58d..ab26f17529 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -15,14 +15,14 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "main": "index.js", "dependencies": { - "@polkadot/util": "12.2.2-7-x", + "@polkadot/util": "12.2.2", "@substrate/ss58-registry": "^1.40.0", "tslib": "^2.5.3" }, "devDependencies": { - "@polkadot/hw-ledger": "12.2.2-7-x" + "@polkadot/hw-ledger": "12.2.2" } } diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index 90a9b1b4da..6cca566af1 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": { "crypto": false, "stream": false @@ -29,16 +29,16 @@ "dependencies": { "@noble/curves": "1.1.0", "@noble/hashes": "1.3.1", - "@polkadot/networks": "12.2.2-7-x", - "@polkadot/util": "12.2.2-7-x", + "@polkadot/networks": "12.2.2", + "@polkadot/util": "12.2.2", "@polkadot/wasm-crypto": "^7.2.1", "@polkadot/wasm-util": "^7.2.1", - "@polkadot/x-bigint": "12.2.2-7-x", - "@polkadot/x-randomvalues": "12.2.2-7-x", + "@polkadot/x-bigint": "12.2.2", + "@polkadot/x-randomvalues": "12.2.2", "@scure/base": "1.1.1", "tslib": "^2.5.3" }, "peerDependencies": { - "@polkadot/util": "12.2.2-7-x" + "@polkadot/util": "12.2.2" } } diff --git a/packages/util/package.json b/packages/util/package.json index 409c764aff..a6bc4d9490 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "main": "index.js", "exports": { "./hex/toU8a": { @@ -35,15 +35,15 @@ } }, "dependencies": { - "@polkadot/x-bigint": "12.2.2-7-x", - "@polkadot/x-global": "12.2.2-7-x", - "@polkadot/x-textdecoder": "12.2.2-7-x", - "@polkadot/x-textencoder": "12.2.2-7-x", + "@polkadot/x-bigint": "12.2.2", + "@polkadot/x-global": "12.2.2", + "@polkadot/x-textdecoder": "12.2.2", + "@polkadot/x-textencoder": "12.2.2", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1", "tslib": "^2.5.3" }, "devDependencies": { - "@polkadot/x-randomvalues": "12.2.2-7-x" + "@polkadot/x-randomvalues": "12.2.2" } } diff --git a/packages/x-bigint/package.json b/packages/x-bigint/package.json index 27e3a644bb..14cf685526 100644 --- a/packages/x-bigint/package.json +++ b/packages/x-bigint/package.json @@ -18,9 +18,9 @@ "./shim.cjs" ], "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "dependencies": { - "@polkadot/x-global": "12.2.2-7-x", + "@polkadot/x-global": "12.2.2", "tslib": "^2.5.3" } } diff --git a/packages/x-bundle/package.json b/packages/x-bundle/package.json index 70def30659..52cfa61726 100644 --- a/packages/x-bundle/package.json +++ b/packages/x-bundle/package.json @@ -15,10 +15,10 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "main": "index.js", "dependencies": { - "@polkadot/util": "12.2.2-7-x", + "@polkadot/util": "12.2.2", "buffer-es6": "^4.9.3", "tslib": "^2.5.3" } diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index 19e47dbb7a..aa27e459c1 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "12.2.2-7-x", + "@polkadot/x-global": "12.2.2", "node-fetch": "^3.3.1", "tslib": "^2.5.3" } diff --git a/packages/x-global/package.json b/packages/x-global/package.json index 76b3d0ab71..12681fb844 100644 --- a/packages/x-global/package.json +++ b/packages/x-global/package.json @@ -15,7 +15,7 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "main": "index.js", "dependencies": { "tslib": "^2.5.3" diff --git a/packages/x-randomvalues/package.json b/packages/x-randomvalues/package.json index 35024af961..dd24231af0 100644 --- a/packages/x-randomvalues/package.json +++ b/packages/x-randomvalues/package.json @@ -15,21 +15,21 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "12.2.2-7-x", + "@polkadot/x-global": "12.2.2", "tslib": "^2.5.3" }, "devDependencies": { - "@polkadot/util": "12.2.2-7-x", + "@polkadot/util": "12.2.2", "@polkadot/wasm-util": "^7.2.1", "@types/react-native": "^0.72.2" }, "peerDependencies": { - "@polkadot/util": "12.2.2-7-x", + "@polkadot/util": "12.2.2", "@polkadot/wasm-util": "*" } } diff --git a/packages/x-textdecoder/package.json b/packages/x-textdecoder/package.json index 0cba8cd2b9..26d7ef1798 100644 --- a/packages/x-textdecoder/package.json +++ b/packages/x-textdecoder/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "12.2.2-7-x", + "@polkadot/x-global": "12.2.2", "tslib": "^2.5.3" } } diff --git a/packages/x-textencoder/package.json b/packages/x-textencoder/package.json index fc449fdfde..1a5a0e34fb 100644 --- a/packages/x-textencoder/package.json +++ b/packages/x-textencoder/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "12.2.2-7-x", + "@polkadot/x-global": "12.2.2", "tslib": "^2.5.3" } } diff --git a/packages/x-ws/package.json b/packages/x-ws/package.json index ecbbaae91b..b83aa32e83 100644 --- a/packages/x-ws/package.json +++ b/packages/x-ws/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "12.2.2-7-x", + "version": "12.2.2", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "12.2.2-7-x", + "@polkadot/x-global": "12.2.2", "tslib": "^2.5.3", "ws": "^8.13.0" }, diff --git a/yarn.lock b/yarn.lock index 752b8f6e57..dd333e0f57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -566,7 +566,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/hw-ledger-transports@12.2.2-7-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": +"@polkadot/hw-ledger-transports@12.2.2, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": version: 0.0.0-use.local resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports" dependencies: @@ -574,7 +574,7 @@ __metadata: "@ledgerhq/hw-transport-node-hid-singleton": ^6.28.12 "@ledgerhq/hw-transport-webhid": ^6.27.15 "@ledgerhq/hw-transport-webusb": ^6.27.15 - "@polkadot/util": 12.2.2-7-x + "@polkadot/util": 12.2.2 tslib: ^2.5.3 dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": @@ -582,12 +582,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger@12.2.2-7-x, @polkadot/hw-ledger@workspace:packages/hw-ledger": +"@polkadot/hw-ledger@12.2.2, @polkadot/hw-ledger@workspace:packages/hw-ledger": version: 0.0.0-use.local resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger" dependencies: - "@polkadot/hw-ledger-transports": 12.2.2-7-x - "@polkadot/util": 12.2.2-7-x + "@polkadot/hw-ledger-transports": 12.2.2 + "@polkadot/util": 12.2.2 "@zondax/ledger-substrate": ^0.40.7 tslib: ^2.5.3 languageName: unknown @@ -597,54 +597,54 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/keyring@workspace:packages/keyring" dependencies: - "@polkadot/util": 12.2.2-7-x - "@polkadot/util-crypto": 12.2.2-7-x + "@polkadot/util": 12.2.2 + "@polkadot/util-crypto": 12.2.2 tslib: ^2.5.3 peerDependencies: - "@polkadot/util": 12.2.2-7-x - "@polkadot/util-crypto": 12.2.2-7-x + "@polkadot/util": 12.2.2 + "@polkadot/util-crypto": 12.2.2 languageName: unknown linkType: soft -"@polkadot/networks@12.2.2-7-x, @polkadot/networks@workspace:packages/networks": +"@polkadot/networks@12.2.2, @polkadot/networks@workspace:packages/networks": version: 0.0.0-use.local resolution: "@polkadot/networks@workspace:packages/networks" dependencies: - "@polkadot/hw-ledger": 12.2.2-7-x - "@polkadot/util": 12.2.2-7-x + "@polkadot/hw-ledger": 12.2.2 + "@polkadot/util": 12.2.2 "@substrate/ss58-registry": ^1.40.0 tslib: ^2.5.3 languageName: unknown linkType: soft -"@polkadot/util-crypto@12.2.2-7-x, @polkadot/util-crypto@workspace:packages/util-crypto": +"@polkadot/util-crypto@12.2.2, @polkadot/util-crypto@workspace:packages/util-crypto": version: 0.0.0-use.local resolution: "@polkadot/util-crypto@workspace:packages/util-crypto" dependencies: "@noble/curves": 1.1.0 "@noble/hashes": 1.3.1 - "@polkadot/networks": 12.2.2-7-x - "@polkadot/util": 12.2.2-7-x + "@polkadot/networks": 12.2.2 + "@polkadot/util": 12.2.2 "@polkadot/wasm-crypto": ^7.2.1 "@polkadot/wasm-util": ^7.2.1 - "@polkadot/x-bigint": 12.2.2-7-x - "@polkadot/x-randomvalues": 12.2.2-7-x + "@polkadot/x-bigint": 12.2.2 + "@polkadot/x-randomvalues": 12.2.2 "@scure/base": 1.1.1 tslib: ^2.5.3 peerDependencies: - "@polkadot/util": 12.2.2-7-x + "@polkadot/util": 12.2.2 languageName: unknown linkType: soft -"@polkadot/util@12.2.2-7-x, @polkadot/util@workspace:packages/util": +"@polkadot/util@12.2.2, @polkadot/util@workspace:packages/util": version: 0.0.0-use.local resolution: "@polkadot/util@workspace:packages/util" dependencies: - "@polkadot/x-bigint": 12.2.2-7-x - "@polkadot/x-global": 12.2.2-7-x - "@polkadot/x-randomvalues": 12.2.2-7-x - "@polkadot/x-textdecoder": 12.2.2-7-x - "@polkadot/x-textencoder": 12.2.2-7-x + "@polkadot/x-bigint": 12.2.2 + "@polkadot/x-global": 12.2.2 + "@polkadot/x-randomvalues": 12.2.2 + "@polkadot/x-textdecoder": 12.2.2 + "@polkadot/x-textencoder": 12.2.2 "@types/bn.js": ^5.1.1 bn.js: ^5.2.1 tslib: ^2.5.3 @@ -731,11 +731,11 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@12.2.2-7-x, @polkadot/x-bigint@workspace:packages/x-bigint": +"@polkadot/x-bigint@12.2.2, @polkadot/x-bigint@workspace:packages/x-bigint": version: 0.0.0-use.local resolution: "@polkadot/x-bigint@workspace:packages/x-bigint" dependencies: - "@polkadot/x-global": 12.2.2-7-x + "@polkadot/x-global": 12.2.2 tslib: ^2.5.3 languageName: unknown linkType: soft @@ -744,7 +744,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/x-bundle@workspace:packages/x-bundle" dependencies: - "@polkadot/util": 12.2.2-7-x + "@polkadot/util": 12.2.2 buffer-es6: ^4.9.3 tslib: ^2.5.3 languageName: unknown @@ -754,13 +754,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/x-fetch@workspace:packages/x-fetch" dependencies: - "@polkadot/x-global": 12.2.2-7-x + "@polkadot/x-global": 12.2.2 node-fetch: ^3.3.1 tslib: ^2.5.3 languageName: unknown linkType: soft -"@polkadot/x-global@12.2.2-7-x, @polkadot/x-global@workspace:packages/x-global": +"@polkadot/x-global@12.2.2, @polkadot/x-global@workspace:packages/x-global": version: 0.0.0-use.local resolution: "@polkadot/x-global@workspace:packages/x-global" dependencies: @@ -768,35 +768,35 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-randomvalues@12.2.2-7-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": +"@polkadot/x-randomvalues@12.2.2, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": version: 0.0.0-use.local resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues" dependencies: - "@polkadot/util": 12.2.2-7-x + "@polkadot/util": 12.2.2 "@polkadot/wasm-util": ^7.2.1 - "@polkadot/x-global": 12.2.2-7-x + "@polkadot/x-global": 12.2.2 "@types/react-native": ^0.72.2 tslib: ^2.5.3 peerDependencies: - "@polkadot/util": 12.2.2-7-x + "@polkadot/util": 12.2.2 "@polkadot/wasm-util": "*" languageName: unknown linkType: soft -"@polkadot/x-textdecoder@12.2.2-7-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": +"@polkadot/x-textdecoder@12.2.2, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": version: 0.0.0-use.local resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder" dependencies: - "@polkadot/x-global": 12.2.2-7-x + "@polkadot/x-global": 12.2.2 tslib: ^2.5.3 languageName: unknown linkType: soft -"@polkadot/x-textencoder@12.2.2-7-x, @polkadot/x-textencoder@workspace:packages/x-textencoder": +"@polkadot/x-textencoder@12.2.2, @polkadot/x-textencoder@workspace:packages/x-textencoder": version: 0.0.0-use.local resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder" dependencies: - "@polkadot/x-global": 12.2.2-7-x + "@polkadot/x-global": 12.2.2 tslib: ^2.5.3 languageName: unknown linkType: soft @@ -805,7 +805,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/x-ws@workspace:packages/x-ws" dependencies: - "@polkadot/x-global": 12.2.2-7-x + "@polkadot/x-global": 12.2.2 "@types/ws": ^8.5.4 tslib: ^2.5.3 ws: ^8.13.0