diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b687f2..575c68f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # CHANGELOG -## master +## 1.2.1 Mar 12, 2022 Changes: - Adjust for bundlers where `import.meta.url` is undefined +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 8.5.1 ## 1.1.1 Feb 14, 2022 diff --git a/package.json b/package.json index 9405980a..c2766e30 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "1.1.2-10", + "version": "1.2.0", "workspaces": [ "packages/*" ], @@ -30,7 +30,7 @@ "@babel/core": "^7.17.5", "@babel/runtime": "^7.17.2", "@polkadot/dev": "^0.65.87", - "@polkadot/x-bundle": "^8.4.1", + "@polkadot/x-bundle": "^8.5.1", "@types/jest": "^27.4.1", "babel-loader": "^8.2.3", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index a88ee55c..0f61dc93 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 0cd466b6..3c6b43ad 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index d7513c2e..8dccbac7 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/keyring": "^8.4.1", - "@polkadot/ui-settings": "1.1.2-10", - "@polkadot/ui-shared": "1.1.2-10", - "@polkadot/util": "^8.4.1", - "@polkadot/util-crypto": "^8.4.1", + "@polkadot/keyring": "^8.5.1", + "@polkadot/ui-settings": "1.2.0", + "@polkadot/ui-shared": "1.2.0", + "@polkadot/util": "^8.5.1", + "@polkadot/util-crypto": "^8.5.1", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.1", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index fc625769..f1c91a22 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/ui-settings": "1.1.2-10", - "@polkadot/util": "^8.4.1", - "@polkadot/util-crypto": "^8.4.1", + "@polkadot/ui-settings": "1.2.0", + "@polkadot/util": "^8.5.1", + "@polkadot/util-crypto": "^8.5.1", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.3" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 782f6767..659a4a02 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/ui-shared": "1.1.2-10", - "@polkadot/util": "^8.4.1", - "@polkadot/util-crypto": "^8.4.1", + "@polkadot/ui-shared": "1.2.0", + "@polkadot/util": "^8.5.1", + "@polkadot/util-crypto": "^8.5.1", "react-native-svg": "^12.3.0" }, "devDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 8e8b97eb..e5db145c 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,10 +13,10 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/util": "^8.4.1" + "@polkadot/util": "^8.5.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 3bc2bdb2..ce12a744 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/keyring": "^8.4.1", - "@polkadot/ui-settings": "1.1.2-10", - "@polkadot/util": "^8.4.1", - "@polkadot/util-crypto": "^8.4.1", + "@polkadot/keyring": "^8.5.1", + "@polkadot/ui-settings": "1.2.0", + "@polkadot/util": "^8.5.1", + "@polkadot/util-crypto": "^8.5.1", "mkdirp": "^1.0.4", "rxjs": "^7.5.5", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 48af0fa1..d165189f 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,12 +17,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/networks": "^8.4.1", - "@polkadot/util": "^8.4.1", + "@polkadot/networks": "^8.5.1", + "@polkadot/util": "^8.5.1", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 338485be..1c08ceea 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^8.4.1", - "@polkadot/util-crypto": "^8.4.1", + "@polkadot/util": "^8.5.1", + "@polkadot/util-crypto": "^8.5.1", "@types/color": "^3.0.3", "@types/xmlserializer": "^0.6.2", "xmlserializer": "^0.6.1" diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index c589701a..5db64964 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.2-10", + "version": "1.2.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", - "@polkadot/ui-shared": "1.1.2-10", - "@polkadot/util": "^8.4.1", - "@polkadot/util-crypto": "^8.4.1", + "@polkadot/ui-shared": "1.2.0", + "@polkadot/util": "^8.5.1", + "@polkadot/util-crypto": "^8.5.1", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 419adb17..9a404269 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1478,7 +1478,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.8.4": +"@babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.8.4": version: 7.17.2 resolution: "@babel/runtime@npm:7.17.2" dependencies: @@ -1914,10 +1914,10 @@ __metadata: languageName: node linkType: hard -"@noble/secp256k1@npm:1.5.2": - version: 1.5.2 - resolution: "@noble/secp256k1@npm:1.5.2" - checksum: 9514a9bb08275e25b9e4a2cde4d03823102a50e0ee31dde165ed9536f39aa1879b236cdf69c84b9267d73ce1a39bbb1d44457191dd57f963d0f9c3d038ccd28b +"@noble/secp256k1@npm:1.5.5": + version: 1.5.5 + resolution: "@noble/secp256k1@npm:1.5.5" + checksum: 8a144e8469b29e94107ca4bcf442fc5d9410974239f8e42013f8604d602ab73cfc0c113c24170d41c25e2c40d6d1c46319c439c3bc26a7581c79060fabc3ea8c languageName: node linkType: hard @@ -2189,28 +2189,28 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/keyring@npm:^8.4.1": - version: 8.4.1 - resolution: "@polkadot/keyring@npm:8.4.1" +"@polkadot/keyring@npm:^8.5.1": + version: 8.5.1 + resolution: "@polkadot/keyring@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/util": 8.4.1 - "@polkadot/util-crypto": 8.4.1 + "@polkadot/util": 8.5.1 + "@polkadot/util-crypto": 8.5.1 peerDependencies: - "@polkadot/util": 8.4.1 - "@polkadot/util-crypto": 8.4.1 - checksum: 0608648e0fcc5a3c8994b12384dc2426b9b4e8ba3097e01a61cbd2226169d4526c68e201229b05b275f243de610c8f57079a2911b60dfdd3737a1617bc2b4dc0 + "@polkadot/util": 8.5.1 + "@polkadot/util-crypto": 8.5.1 + checksum: 24884985bebb0cfa759e83faebf4987cf96acffc0cedb5f87dfdd4d7a1fef326307967d7934755720062def7979b62127ad0a70a44d31875820e5cdb245b8a33 languageName: node linkType: hard -"@polkadot/networks@npm:8.4.1, @polkadot/networks@npm:^8.4.1": - version: 8.4.1 - resolution: "@polkadot/networks@npm:8.4.1" +"@polkadot/networks@npm:8.5.1, @polkadot/networks@npm:^8.5.1": + version: 8.5.1 + resolution: "@polkadot/networks@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/util": 8.4.1 - "@substrate/ss58-registry": ^1.14.0 - checksum: c80b0c266544287ba47ba4d1410b86adc8c1814efe8d5704c17a1731773d9892ae5259e7e7cf42e6c86ae555ed7e4a955efaf51fe0306ad7477513b7810f5df5 + "@polkadot/util": 8.5.1 + "@substrate/ss58-registry": ^1.16.0 + checksum: f6eafb87b21baa69515291049262f17873b80515f882974d6c9515ef44529d7037e3268d8989050c2976ddeb4823092b1aea65b152b6e761fdcbed2c8cd775b6 languageName: node linkType: hard @@ -2219,11 +2219,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/keyring": ^8.4.1 - "@polkadot/ui-settings": 1.1.2-10 - "@polkadot/ui-shared": 1.1.2-10 - "@polkadot/util": ^8.4.1 - "@polkadot/util-crypto": ^8.4.1 + "@polkadot/keyring": ^8.5.1 + "@polkadot/ui-settings": 1.2.0 + "@polkadot/ui-shared": 1.2.0 + "@polkadot/util": ^8.5.1 + "@polkadot/util-crypto": ^8.5.1 "@types/react-copy-to-clipboard": ^5.0.2 "@types/react-dom": ^17.0.13 "@types/styled-components": ^5.1.24 @@ -2249,9 +2249,9 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/ui-settings": 1.1.2-10 - "@polkadot/util": ^8.4.1 - "@polkadot/util-crypto": ^8.4.1 + "@polkadot/ui-settings": 1.2.0 + "@polkadot/util": ^8.5.1 + "@polkadot/util-crypto": ^8.5.1 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.24 qrcode-generator: ^1.4.4 @@ -2271,9 +2271,9 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/ui-shared": 1.1.2-10 - "@polkadot/util": ^8.4.1 - "@polkadot/util-crypto": ^8.4.1 + "@polkadot/ui-shared": 1.2.0 + "@polkadot/util": ^8.5.1 + "@polkadot/util-crypto": ^8.5.1 "@types/react-native": ^0.67.2 react-native-svg: ^12.3.0 peerDependencies: @@ -2289,7 +2289,7 @@ __metadata: resolution: "@polkadot/ui-assets@workspace:packages/ui-assets" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/util": ^8.4.1 + "@polkadot/util": ^8.5.1 languageName: unknown linkType: soft @@ -2298,10 +2298,10 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/keyring": ^8.4.1 - "@polkadot/ui-settings": 1.1.2-10 - "@polkadot/util": ^8.4.1 - "@polkadot/util-crypto": ^8.4.1 + "@polkadot/keyring": ^8.5.1 + "@polkadot/ui-settings": 1.2.0 + "@polkadot/util": ^8.5.1 + "@polkadot/util-crypto": ^8.5.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2314,13 +2314,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@1.1.2-10, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@1.2.0, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/networks": ^8.4.1 - "@polkadot/util": ^8.4.1 + "@polkadot/networks": ^8.5.1 + "@polkadot/util": ^8.5.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2330,13 +2330,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@1.1.2-10, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@1.2.0, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/util": ^8.4.1 - "@polkadot/util-crypto": ^8.4.1 + "@polkadot/util": ^8.5.1 + "@polkadot/util-crypto": ^8.5.1 "@types/color": ^3.0.3 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2347,40 +2347,40 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:8.4.1, @polkadot/util-crypto@npm:^8.4.1": - version: 8.4.1 - resolution: "@polkadot/util-crypto@npm:8.4.1" +"@polkadot/util-crypto@npm:8.5.1, @polkadot/util-crypto@npm:^8.5.1": + version: 8.5.1 + resolution: "@polkadot/util-crypto@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 "@noble/hashes": 1.0.0 - "@noble/secp256k1": 1.5.2 - "@polkadot/networks": 8.4.1 - "@polkadot/util": 8.4.1 - "@polkadot/wasm-crypto": ^4.5.1 - "@polkadot/x-bigint": 8.4.1 - "@polkadot/x-randomvalues": 8.4.1 + "@noble/secp256k1": 1.5.5 + "@polkadot/networks": 8.5.1 + "@polkadot/util": 8.5.1 + "@polkadot/wasm-crypto": ^4.6.1 + "@polkadot/x-bigint": 8.5.1 + "@polkadot/x-randomvalues": 8.5.1 "@scure/base": 1.0.0 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 8.4.1 - checksum: 19e23d88c3552d15decaa6cb354f7534864172a430e2e3c8cdf1e8c6946f19e259d871e27c00fcf72670becdec944346d469e0b6b2de7f19da370ddd4ee85b59 + "@polkadot/util": 8.5.1 + checksum: 80e3fe141ebb8273701d8b3f8d36c9416b47846a7bb8843a410a96e896727b38407238a3e16a7f380aa33a413fe2f4042ed972aea1576a5205784cc9e652b75d languageName: node linkType: hard -"@polkadot/util@npm:8.4.1, @polkadot/util@npm:^8.4.1": - version: 8.4.1 - resolution: "@polkadot/util@npm:8.4.1" +"@polkadot/util@npm:8.5.1, @polkadot/util@npm:^8.5.1": + version: 8.5.1 + resolution: "@polkadot/util@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/x-bigint": 8.4.1 - "@polkadot/x-global": 8.4.1 - "@polkadot/x-textdecoder": 8.4.1 - "@polkadot/x-textencoder": 8.4.1 + "@polkadot/x-bigint": 8.5.1 + "@polkadot/x-global": 8.5.1 + "@polkadot/x-textdecoder": 8.5.1 + "@polkadot/x-textencoder": 8.5.1 "@types/bn.js": ^5.1.0 bn.js: ^5.2.0 ip-regex: ^4.3.0 - checksum: 3699147c8f23846e3b8f8560d553ce9902412bde092f724c719fbbfcffb5a538e87a9923018b2ef53357ae04296e438eee39d3e328dbd9060ea664649e1990c5 + checksum: 089dadfab22ebb8351da2bab8e2272ca210429ec85b66665590275db65b2ac0fc482e710247f512f6adf64b5d6c6a49a1cef7d7b964a8ff68c42984e53befcba languageName: node linkType: hard @@ -2389,9 +2389,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/ui-shared": 1.1.2-10 - "@polkadot/util": ^8.4.1 - "@polkadot/util-crypto": ^8.4.1 + "@polkadot/ui-shared": 1.2.0 + "@polkadot/util": ^8.5.1 + "@polkadot/util-crypto": ^8.5.1 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2401,95 +2401,99 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/wasm-crypto-asmjs@npm:^4.5.1": - version: 4.5.1 - resolution: "@polkadot/wasm-crypto-asmjs@npm:4.5.1" +"@polkadot/wasm-crypto-asmjs@npm:^4.6.1": + version: 4.6.1 + resolution: "@polkadot/wasm-crypto-asmjs@npm:4.6.1" dependencies: - "@babel/runtime": ^7.16.3 - checksum: 93233bc91043c0023466def87a4559b98908841f0628544fcc77f4599acda1d4a0c2673948021de8b5da0c5dd10ef10a01141dfb960d5c32d95b81ac1060cfe5 + "@babel/runtime": ^7.17.2 + peerDependencies: + "@polkadot/util": "*" + checksum: b5b0cba3a71e614a0d6eafd9fd51a1432f21c2834fd91c8c42399eee3a1ec761b5234528057a66ef1a730642f8afa5067eb670f97e1174a7657818ecf4d328f5 languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:^4.5.1": - version: 4.5.1 - resolution: "@polkadot/wasm-crypto-wasm@npm:4.5.1" +"@polkadot/wasm-crypto-wasm@npm:^4.6.1": + version: 4.6.1 + resolution: "@polkadot/wasm-crypto-wasm@npm:4.6.1" dependencies: - "@babel/runtime": ^7.16.3 - checksum: b44833a47f87af19b8724d310e64a10c8a3a4499d6af247d48e76dfe0dbbf5c40a21681dbb97297f1ea31a0d66518093ed14509ace16087293cf93e97b28ee73 + "@babel/runtime": ^7.17.2 + peerDependencies: + "@polkadot/util": "*" + checksum: 5b896a8c0fc025e8999689f89bea4c8437228f37ed8bb267749b1786e4b5c40c80b321d8bdc45fd3f69bfc64a74c015db023454ee574f18b4b82fcb4aea76f38 languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^4.5.1": - version: 4.5.1 - resolution: "@polkadot/wasm-crypto@npm:4.5.1" +"@polkadot/wasm-crypto@npm:^4.6.1": + version: 4.6.1 + resolution: "@polkadot/wasm-crypto@npm:4.6.1" dependencies: - "@babel/runtime": ^7.16.3 - "@polkadot/wasm-crypto-asmjs": ^4.5.1 - "@polkadot/wasm-crypto-wasm": ^4.5.1 + "@babel/runtime": ^7.17.2 + "@polkadot/wasm-crypto-asmjs": ^4.6.1 + "@polkadot/wasm-crypto-wasm": ^4.6.1 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: d73b8696c3aa9b9bb18a1914b11ca0133d9189fd9264170912228c497517997d2b8f5f8b19eb5b1a8ef1be9edbdd63d2013633c0262167b61e2afc6333feef91 + checksum: 785b2261d8363687c67e16c8e09f9342460228bce9069870c77d4d1d6b77d4c0a14436e2d94b03c228ffc184a6a6628c15f46672be09aafa6112d2247b8c81a5 languageName: node linkType: hard -"@polkadot/x-bigint@npm:8.4.1": - version: 8.4.1 - resolution: "@polkadot/x-bigint@npm:8.4.1" +"@polkadot/x-bigint@npm:8.5.1": + version: 8.5.1 + resolution: "@polkadot/x-bigint@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/x-global": 8.4.1 - checksum: fe3acdce1e1ac39cdee6531ec6a0a32316d86587e1ad0b0e22ae9a3e8fdeaf8046bfcc9867d8f93c94526eb389f821cc59303b38a234cb62d0d45ed7d986f54d + "@polkadot/x-global": 8.5.1 + checksum: 72e4b8b4626e230f76adb6f840230bdb6b6d8a89ab9ec75be0d798accb16e1ae3a6c93b0a6358dac6ac2b3fe4c42d353a00384d07a8c3ac40b245047ce63e1f7 languageName: node linkType: hard -"@polkadot/x-bundle@npm:^8.4.1": - version: 8.4.1 - resolution: "@polkadot/x-bundle@npm:8.4.1" +"@polkadot/x-bundle@npm:^8.5.1": + version: 8.5.1 + resolution: "@polkadot/x-bundle@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/util": 8.4.1 + "@polkadot/util": 8.5.1 buffer-es6: ^4.9.3 - checksum: 1fe2785da69d3de7f03b2f3fde5d3f15ace25a6796dee96a4559fb823f88b8a692e697d9226ac1dccca1a6afa273c4d4019087956a26b620823da254726ae2a8 + checksum: 7b3e0d558770278ef47a0019a8e7a872a9e6a38e383262357f59c2bee87c08e4f1fcdd55bac7a7e830f5ba9f00a91c802e83924e3c65b719d6ebb138bcf4ab08 languageName: node linkType: hard -"@polkadot/x-global@npm:8.4.1": - version: 8.4.1 - resolution: "@polkadot/x-global@npm:8.4.1" +"@polkadot/x-global@npm:8.5.1": + version: 8.5.1 + resolution: "@polkadot/x-global@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - checksum: 39e4e661843c782420e73a2a384872403394d6b18e1fdfdc2996223df2ea5ce3a78aa616df9836567f5e83dc6a13b0b2a2d5126be5fc17c94312c837a066b068 + checksum: 7937f11327af5f9cd214ec34f136fd24f5ae6b375fb716fa4e8c67193f1a036afab1225169e72c84e9cb3d28f08d3043cfc3840ccd1c52f5c39177a0a70f375c languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:8.4.1": - version: 8.4.1 - resolution: "@polkadot/x-randomvalues@npm:8.4.1" +"@polkadot/x-randomvalues@npm:8.5.1": + version: 8.5.1 + resolution: "@polkadot/x-randomvalues@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/x-global": 8.4.1 - checksum: 3f2cbdbcf2e65e718736a05a171a15e93954756065fb55b2d21e04b3a986aa283704535102943eedd840330d676f72503dd19980b37a8c3fa9a1c727ccaeca40 + "@polkadot/x-global": 8.5.1 + checksum: b90a262adedabea03d19df367a6a192dc6bc322b2374b6f14c6bd4cb06ff6b1a2e81deef414c13b6d3147306e15ed964f9ed2dff4451067541164be942a9d8f9 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:8.4.1": - version: 8.4.1 - resolution: "@polkadot/x-textdecoder@npm:8.4.1" +"@polkadot/x-textdecoder@npm:8.5.1": + version: 8.5.1 + resolution: "@polkadot/x-textdecoder@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/x-global": 8.4.1 - checksum: f3a8a67686dbc8f3f064860fc1260a4f5aaee11e22143400c10e4eb962976c9f94df0edb6deb3c89ee320c1479f1a42420b8a29b73b4b7a02a9b5f4973dbdbc3 + "@polkadot/x-global": 8.5.1 + checksum: 00175d0d472fe2f4f26ff4e631aa9fef93a3b146e7bbef0878ed9dc09fce51b43528131ddbaa7ae0c4e7244956e5f46a00602fa72849f01c025c467808ceb487 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:8.4.1": - version: 8.4.1 - resolution: "@polkadot/x-textencoder@npm:8.4.1" +"@polkadot/x-textencoder@npm:8.5.1": + version: 8.5.1 + resolution: "@polkadot/x-textencoder@npm:8.5.1" dependencies: "@babel/runtime": ^7.17.2 - "@polkadot/x-global": 8.4.1 - checksum: f40b492c370ca99ee3f75a54e966815dc8d8f8132a7c8f6150bb782edfc9ed86d8afe2e59e5f939206eb4fb5ca92433ab9c2deec36e6ff5838a5e3cc7709bdd6 + "@polkadot/x-global": 8.5.1 + checksum: 4eddf9a4e0c3a8fb1cd0150acb748cf130dc77b0f1aa96a16352ac5caff5b79cb70ff9fb9c17ef2f26fc1cb4245d51bd4f0b47b1f5193243abe632ff938c8cb5 languageName: node linkType: hard @@ -2804,10 +2808,10 @@ __metadata: languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.14.0": - version: 1.14.0 - resolution: "@substrate/ss58-registry@npm:1.14.0" - checksum: 90163b976f03c02aeb5ddbf760696e39cd0f606b3fbb73e7f34987e6c716f08f38708852d237b0bb11e11986b859540fa41c1bda79b4254142e78dd3d3f4f2f2 +"@substrate/ss58-registry@npm:^1.16.0": + version: 1.16.0 + resolution: "@substrate/ss58-registry@npm:1.16.0" + checksum: 3777de20eb3be3aa17b088e4786900bc7f57884c660e942596569fe886b4fc9c2381dd480db06ffddad1ab6f108ead3b162f4a8b111f6f8ffbec7982b818a5d6 languageName: node linkType: hard @@ -12598,7 +12602,7 @@ resolve@^2.0.0-next.3: "@babel/core": ^7.17.5 "@babel/runtime": ^7.17.2 "@polkadot/dev": ^0.65.87 - "@polkadot/x-bundle": ^8.4.1 + "@polkadot/x-bundle": ^8.5.1 "@types/jest": ^27.4.1 babel-loader: ^8.2.3 babel-plugin-transform-vue-template: ^0.4.2