diff --git a/package.json b/package.json index 33833ae0..88505990 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,9 @@ "devDependencies": { "@babel/core": "^7.14.6", "@babel/runtime": "^7.14.6", - "@polkadot/dev": "^0.62.56", + "@polkadot/dev": "^0.62.57", "@polkadot/ts": "^0.4.4", + "@polkadot/x-bundle": "^6.11.2-15", "@types/jest": "^26.0.23", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 4abfd262..b8215ac3 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -12,12 +12,12 @@ "test": "jest" }, "dependencies": { - "@polkadot/keyring": "^6.11.2-14", + "@polkadot/keyring": "^6.11.2-15", "@polkadot/reactnative-identicon": "0.83.2-4", "@polkadot/ui-keyring": "0.83.2-4", "@polkadot/ui-settings": "0.83.2-4", - "@polkadot/util": "^6.11.2-14", - "@polkadot/util-crypto": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", + "@polkadot/util-crypto": "^6.11.2-15", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index d8eb38aa..c0709815 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -13,11 +13,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.14.6", - "@polkadot/keyring": "^6.11.2-14", + "@polkadot/keyring": "^6.11.2-15", "@polkadot/ui-settings": "0.83.2-4", "@polkadot/ui-shared": "0.83.2-4", - "@polkadot/util": "^6.11.2-14", - "@polkadot/util-crypto": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", + "@polkadot/util-crypto": "^6.11.2-15", "color": "^3.1.3", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.0", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index dbb94daf..00d07984 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.14.6", - "@polkadot/util": "^6.11.2-14", - "@polkadot/util-crypto": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", + "@polkadot/util-crypto": "^6.11.2-15", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.0" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 11c55db0..eb60589d 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -14,8 +14,8 @@ "dependencies": { "@babel/runtime": "^7.14.6", "@polkadot/ui-shared": "0.83.2-4", - "@polkadot/util": "^6.11.2-14", - "@polkadot/util-crypto": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", + "@polkadot/util-crypto": "^6.11.2-15", "react-native-svg": "^12.1.1" }, "peerDependencies": { diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index e7fe3b96..2fb22b54 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -14,10 +14,10 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.14.6", - "@polkadot/hw-ledger": "^6.11.2-14", - "@polkadot/keyring": "^6.11.2-14", + "@polkadot/hw-ledger": "^6.11.2-15", + "@polkadot/keyring": "^6.11.2-15", "@polkadot/ui-settings": "0.83.2-4", - "@polkadot/util": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", "mkdirp": "^1.0.4", "rxjs": "^7.2.0", "store": "^2.0.12" diff --git a/packages/ui-keyring/src/Base.ts b/packages/ui-keyring/src/Base.ts index 0ebf0ee7..b846dd70 100644 --- a/packages/ui-keyring/src/Base.ts +++ b/packages/ui-keyring/src/Base.ts @@ -6,7 +6,7 @@ import type { Prefix } from '@polkadot/util-crypto/address/types'; import type { AddressSubject } from './observable/types'; import type { KeyringOptions, KeyringStore } from './types'; -import { createTestKeyring } from '@polkadot/keyring/testing'; +import { createTestKeyring } from '@polkadot/keyring'; import { isBoolean, isNumber, isString } from '@polkadot/util'; import { accounts } from './observable/accounts'; diff --git a/packages/ui-keyring/src/Keyring.ts b/packages/ui-keyring/src/Keyring.ts index e991e27f..bd3402b2 100644 --- a/packages/ui-keyring/src/Keyring.ts +++ b/packages/ui-keyring/src/Keyring.ts @@ -8,8 +8,8 @@ import type { KeypairType } from '@polkadot/util-crypto/types'; import type { AddressSubject, SingleAddress } from './observable/types'; import type { CreateResult, KeyringAddress, KeyringAddressType, KeyringItemType, KeyringJson, KeyringJson$Meta, KeyringOptions, KeyringPairs$Json, KeyringStruct } from './types'; -import { createPair } from '@polkadot/keyring/pair'; -import { chains } from '@polkadot/ui-settings/defaults/chains'; +import { createPair } from '@polkadot/keyring'; +import { chains } from '@polkadot/ui-settings'; import { bnToBn, hexToU8a, isHex, isString, stringToU8a, u8aSorted, u8aToString } from '@polkadot/util'; import { base64Decode, createKeyMulti, jsonDecrypt, jsonEncrypt } from '@polkadot/util-crypto'; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 484bd118..f6aa19b7 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.14.6", - "@polkadot/networks": "^6.11.2-14", - "@polkadot/util": "^6.11.2-14", + "@polkadot/networks": "^6.11.2-15", + "@polkadot/util": "^6.11.2-15", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-settings/src/bundle.ts b/packages/ui-settings/src/bundle.ts index b35db130..49f4ee7d 100644 --- a/packages/ui-settings/src/bundle.ts +++ b/packages/ui-settings/src/bundle.ts @@ -4,6 +4,7 @@ import { Settings, settings } from './Settings'; export { ENDPOINT_DEFAULT, ICON_DEFAULT, ICON_DEFAULT_HOST, LANGUAGE_DEFAULT, LOCKING_DEFAULT, PREFIX_DEFAULT, UIMODE_DEFAULT, UITHEME_DEFAULT } from './defaults'; +export { chains } from './defaults/chains'; export { packageInfo } from './packageInfo'; export { settings, Settings }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index b84b5954..e14fb104 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,8 +17,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^6.11.2-14", - "@polkadot/util-crypto": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", + "@polkadot/util-crypto": "^6.11.2-15", "@types/color": "^3.0.1", "@types/xmlserializer": "^0.6.2" } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 10689280..56b5dd35 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -14,8 +14,8 @@ "dependencies": { "@babel/runtime": "^7.14.6", "@polkadot/ui-shared": "0.83.2-4", - "@polkadot/util": "^6.11.2-14", - "@polkadot/util-crypto": "^6.11.2-14", + "@polkadot/util": "^6.11.2-15", + "@polkadot/util-crypto": "^6.11.2-15", "jdenticon": "3.1.0" }, "peerDependencies": { diff --git a/rollup.config.mjs b/rollup.config.mjs index 655768e0..9770a100 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -10,29 +10,31 @@ const pkgs = [ '@polkadot/react-qr', '@polkadot/ui-keyring', '@polkadot/ui-settings', - '@polkadot/ui-shared', '@polkadot/vue-identicon' ]; const external = [ ...pkgs, + '@polkadot/hw-ledger', '@polkadot/keyring', '@polkadot/util', '@polkadot/util-crypto', 'react', 'react-dom', - 'vue' + 'vue', + 'vue-router' ]; const globals = { react: 'React', 'react-dom': 'ReactDOM', - vue: 'Vue' + vue: 'Vue', + 'vue-router': 'VueRouter' }; -const entries = ['api-derive', 'rpc-core', 'rpc-provider', 'types-known'].reduce((all, p) => ({ +const entries = ['ui-shared'].reduce((all, p) => ({ ...all, - [`@polkadot/${p}`]: path.resolve(process.cwd(), `packages/${p}/build/bundle.js`) + [`@polkadot/${p}`]: path.resolve(process.cwd(), `packages/${p}/build`) }), { // re-exported in @polkadot/util-crypto, map directly '@polkadot/networks': '@polkadot/util-crypto' diff --git a/yarn.lock b/yarn.lock index 70c26d11..4790930f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2162,9 +2162,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.62.56": - version: 0.62.56 - resolution: "@polkadot/dev@npm:0.62.56" +"@polkadot/dev@npm:^0.62.57": + version: 0.62.57 + resolution: "@polkadot/dev@npm:0.62.57" dependencies: "@babel/cli": ^7.14.5 "@babel/core": ^7.14.6 @@ -2191,13 +2191,13 @@ __metadata: "@rollup/plugin-json": ^4.1.0 "@rollup/plugin-node-resolve": ^13.0.0 "@rushstack/eslint-patch": ^1.0.6 - "@typescript-eslint/eslint-plugin": 4.28.1 - "@typescript-eslint/parser": 4.28.1 + "@typescript-eslint/eslint-plugin": 4.28.2 + "@typescript-eslint/parser": 4.28.2 "@vue/component-compiler-utils": ^3.2.2 babel-jest: ^27.0.6 babel-plugin-module-extension-resolver: ^1.0.0-rc.2 babel-plugin-module-resolver: ^4.1.0 - babel-plugin-styled-components: ^1.13.1 + babel-plugin-styled-components: ^1.13.2 browserslist: ^4.16.6 chalk: ^4.1.1 coveralls: ^3.1.1 @@ -2227,8 +2227,7 @@ __metadata: mkdirp: ^1.0.4 prettier: ^2.3.2 rimraf: ^3.0.2 - rollup: ^2.52.7 - rollup-plugin-polyfill-node: ^0.6.2 + rollup: ^2.53.0 typescript: ^4.3.5 yargs: ^17.0.1 bin: @@ -2252,7 +2251,7 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.cjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.cjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs - checksum: dfd8d2a404224108d241162e352bbe4bd75af7bf29a530a280de58ac4177b4ad3b500e1b8afbb9f236e906a61f91634064543b4315f630fe9216788aa3d59cd5 + checksum: 3567d649916fbb9b5f7a66807f9fee27cc2e6a37a6923cd87c24e7c44239fd4201186a6fb2830ec985d27764dff65492a35a73c08c86f6377108528c5b66d9cd languageName: node linkType: hard @@ -2272,9 +2271,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/hw-ledger-transports@npm:6.11.2-14" +"@polkadot/hw-ledger-transports@npm:6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/hw-ledger-transports@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 "@ledgerhq/hw-transport": ^6.1.0 @@ -2284,42 +2283,42 @@ __metadata: dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: a42933bc1d03c0311d239a1c7dc273b5df552719d24a97b0ba71ddc4e589bb9b496539604a197941577b33dba8c64d96e6f6abeb1359921bf9ff4f512bdd0ef9 + checksum: cf4ea928d98fb0a609bfd0662b261288bab7f82a404e7e206bf6a4581bad5146d692fd04ff4bbb5a8e4500797572a3f6cc520084edccb6f643d304e3e5501636 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/hw-ledger@npm:6.11.2-14" +"@polkadot/hw-ledger@npm:^6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/hw-ledger@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/hw-ledger-transports": 6.11.2-14 - "@polkadot/util": ^6.11.2-14 + "@polkadot/hw-ledger-transports": 6.11.2-15 + "@polkadot/util": ^6.11.2-15 "@zondax/ledger-substrate": ^0.16.2 - checksum: 58b8ca8c616559ecea836beda736972854d0f16f5965cfe196166d4c1e69fe808dc333932361b82b6cb0fef95aff0df295efc747b0be4448747937fe88adb9af + checksum: 664cee1183dbab95ab248fac9bf04003d68e717f521b88fa7fd3017af984c1fefcfb1331c1e31143413c079cb93436cc1bcd17d9475ae86e8cc32ffff4768a0f languageName: node linkType: hard -"@polkadot/keyring@npm:^6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/keyring@npm:6.11.2-14" +"@polkadot/keyring@npm:^6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/keyring@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/util": 6.11.2-14 - "@polkadot/util-crypto": 6.11.2-14 + "@polkadot/util": 6.11.2-15 + "@polkadot/util-crypto": 6.11.2-15 peerDependencies: - "@polkadot/util": 6.11.2-14 - "@polkadot/util-crypto": 6.11.2-14 - checksum: 58c94a3938459f2e5c15147be37e2f65bfcd6226576a4f56656a90f961fb06084150fb356ce175c6f8006edd629b4b954830e32c7eba1ae2c5f1edcc26684b90 + "@polkadot/util": 6.11.2-15 + "@polkadot/util-crypto": 6.11.2-15 + checksum: 8ff01de8422cdb473f5e0381da257a8db4e2ece11557c13a668dee0c2e6085a3016cdb91c19a7fbf143dd3466ed664e7f8114852431a5cc91ca84fd02ad0b15c languageName: node linkType: hard -"@polkadot/networks@npm:6.11.2-14, @polkadot/networks@npm:^6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/networks@npm:6.11.2-14" +"@polkadot/networks@npm:6.11.2-15, @polkadot/networks@npm:^6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/networks@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - checksum: 79eb7fb38f5302fab4f094da9fde4739da679b4175d56cbf342cea7e9f675c3b5f5a1064688fe71a9fadb033a720caa91a1f05eae66691cff6ce46f611f5d4fe + checksum: 059dd8ce3cf1092cd97eec46ab159d974cdc0f7e85df9587affc774c20add4e0b2d99e7485c9d3ad9bb4a9aaa06712336250bcdcd5761015c0427a826ee87fe4 languageName: node linkType: hard @@ -2328,11 +2327,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/keyring": ^6.11.2-14 + "@polkadot/keyring": ^6.11.2-15 "@polkadot/ui-settings": 0.83.2-4 "@polkadot/ui-shared": 0.83.2-4 - "@polkadot/util": ^6.11.2-14 - "@polkadot/util-crypto": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 + "@polkadot/util-crypto": ^6.11.2-15 "@types/react-copy-to-clipboard": ^5.0.0 "@types/react-dom": ^17.0.8 "@types/styled-components": ^5.1.11 @@ -2358,8 +2357,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/util": ^6.11.2-14 - "@polkadot/util-crypto": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 + "@polkadot/util-crypto": ^6.11.2-15 "@types/react-qr-reader": ^2.1.3 "@types/styled-components": ^5.1.11 qrcode-generator: ^1.4.4 @@ -2380,8 +2379,8 @@ __metadata: dependencies: "@babel/runtime": ^7.14.6 "@polkadot/ui-shared": 0.83.2-4 - "@polkadot/util": ^6.11.2-14 - "@polkadot/util-crypto": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 + "@polkadot/util-crypto": ^6.11.2-15 "@types/react-native": ^0.64.10 react-native-svg: ^12.1.1 peerDependencies: @@ -2414,10 +2413,10 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/hw-ledger": ^6.11.2-14 - "@polkadot/keyring": ^6.11.2-14 + "@polkadot/hw-ledger": ^6.11.2-15 + "@polkadot/keyring": ^6.11.2-15 "@polkadot/ui-settings": 0.83.2-4 - "@polkadot/util": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 "@types/mkdirp": ^1.0.1 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2435,8 +2434,8 @@ __metadata: resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/networks": ^6.11.2-14 - "@polkadot/util": ^6.11.2-14 + "@polkadot/networks": ^6.11.2-15 + "@polkadot/util": ^6.11.2-15 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2451,8 +2450,8 @@ __metadata: resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/util": ^6.11.2-14 - "@polkadot/util-crypto": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 + "@polkadot/util-crypto": ^6.11.2-15 "@types/color": ^3.0.1 "@types/xmlserializer": ^0.6.2 color: ^3.1.3 @@ -2462,15 +2461,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:6.11.2-14, @polkadot/util-crypto@npm:^6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/util-crypto@npm:6.11.2-14" +"@polkadot/util-crypto@npm:6.11.2-15, @polkadot/util-crypto@npm:^6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/util-crypto@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/networks": 6.11.2-14 - "@polkadot/util": 6.11.2-14 + "@polkadot/networks": 6.11.2-15 + "@polkadot/util": 6.11.2-15 "@polkadot/wasm-crypto": ^4.1.2 - "@polkadot/x-randomvalues": 6.11.2-14 + "@polkadot/x-randomvalues": 6.11.2-15 base-x: ^3.0.8 base64-js: ^1.5.1 blakejs: ^1.1.1 @@ -2483,23 +2482,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 6.11.2-14 - checksum: 33ffa87047534db0c5e211ba1f8946b27920c91799ead7a03e28089152b3ea04023ca08f6906b6f15ef23ef8fa6d90e276c4ba90539c0d47d4c463dee98d5c32 + "@polkadot/util": 6.11.2-15 + checksum: 8210025c1e7d5dbc68b548b22fa139fe1b376b505deee8bdda79d2032f609018a810c7179cf2d599c0d6069c5f4c5ff173ec42a0b7736d7311632bf19a796ce8 languageName: node linkType: hard -"@polkadot/util@npm:6.11.2-14, @polkadot/util@npm:^6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/util@npm:6.11.2-14" +"@polkadot/util@npm:6.11.2-15, @polkadot/util@npm:^6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/util@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-textdecoder": 6.11.2-14 - "@polkadot/x-textencoder": 6.11.2-14 + "@polkadot/x-textdecoder": 6.11.2-15 + "@polkadot/x-textencoder": 6.11.2-15 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: d69a6257c0a45bf554bb0a9d535f987d582e5950047f74e0fe6e6446f03a386bd9ff8a16ac25b976567afa20c47483722b85c1e5b50b807e97183c796827b991 + checksum: 7e6b2b4f17a410ce9bc5331b4d25836d3b6dcf6befcf6d7235009c6f645359d5752bd058dcf46d73f95d718137cc18e614c66aa80bded4b649bda0232a4f18df languageName: node linkType: hard @@ -2509,8 +2508,8 @@ __metadata: dependencies: "@babel/runtime": ^7.14.6 "@polkadot/ui-shared": 0.83.2-4 - "@polkadot/util": ^6.11.2-14 - "@polkadot/util-crypto": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 + "@polkadot/util-crypto": ^6.11.2-15 jdenticon: 3.1.0 vue: ^2.6.14 peerDependencies: @@ -2552,42 +2551,53 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-global@npm:6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/x-global@npm:6.11.2-14" +"@polkadot/x-bundle@npm:^6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/x-bundle@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - checksum: 258d7b2bf0ee2ba87db66680712d1a9e85b8fa8deda1a4f74690f95da945832c7c991642ccb2e315c0ef840b24ca073e28e21b2c7bbf1d51f3e9445c54a7af91 + "@polkadot/util": ^6.11.2-15 + buffer-es6: ^4.9.3 + checksum: 5beb7f24800acadfdd4a7c21b498cb48e733ff0e7881a95bf49d85f59a7dbafac63354bac870fff3bd0e234a0f5ea899f89db887685419273ec9a0db44a55077 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/x-randomvalues@npm:6.11.2-14" +"@polkadot/x-global@npm:6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/x-global@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 6.11.2-14 - checksum: a7299aeed5be016c2b43728820446c4d6dda97e27e290dab7026d192a0919e76b334fa1224e3ecb06b5ab331fa2aabbcda8592e80eaa1569c1d87922786e4d70 + checksum: 403692e998c9bdcba26cf3dc21c99dd760d419922abdfe6bc7e4ea086f05169c48c13575243a4bf078f6294840c5005eaab1492cc6e58468bf22b4f2f734de96 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/x-textdecoder@npm:6.11.2-14" +"@polkadot/x-randomvalues@npm:6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/x-randomvalues@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 6.11.2-14 - checksum: f77516022920ade7ea52e541d67c9563a48bb77713595a4ed1b59094d337ce87880ca82f60df6db3fef9ea8ceafef898d904c5ed47be4d9bfa7f3a908d8c9ce3 + "@polkadot/x-global": 6.11.2-15 + checksum: 39620ff7d1bae45c28c3d8c3f88c494aa0ac6c1911241a10c2f65201704ad7c00fd3563241167363b8b90238e970c48b0df78015b77e924f18fa34ccf49ad3dd languageName: node linkType: hard -"@polkadot/x-textencoder@npm:6.11.2-14": - version: 6.11.2-14 - resolution: "@polkadot/x-textencoder@npm:6.11.2-14" +"@polkadot/x-textdecoder@npm:6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/x-textdecoder@npm:6.11.2-15" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 6.11.2-14 - checksum: 2185d30e64700021cee4416208b29185afcd76e889c9fec98edaf6e6d7e3b0f9477242020ffc925bc9518a01e32ad110f223e5bacf8cc35bb81f5f05bcc087da + "@polkadot/x-global": 6.11.2-15 + checksum: 5827c6c2f898a437d87dc27bbf99e97197c80be3be2412923577025ecca15eb40f43c8ddb5f5a998656c944ed314e4931c004a33d350b31ef344559917cf336a + languageName: node + linkType: hard + +"@polkadot/x-textencoder@npm:6.11.2-15": + version: 6.11.2-15 + resolution: "@polkadot/x-textencoder@npm:6.11.2-15" + dependencies: + "@babel/runtime": ^7.14.6 + "@polkadot/x-global": 6.11.2-15 + checksum: a7bd45a4c0a143b78f8ca76ce733e7d33deae0579aebf290278fdcabbe42b7f8ccb212d827e5ff505577f1fbda80f8142fd1c48e133b8d3e47042355d4c94fb2 languageName: node linkType: hard @@ -2796,7 +2806,7 @@ __metadata: languageName: node linkType: hard -"@rollup/plugin-inject@npm:^4.0.0, @rollup/plugin-inject@npm:^4.0.2": +"@rollup/plugin-inject@npm:^4.0.2": version: 4.0.2 resolution: "@rollup/plugin-inject@npm:4.0.2" dependencies: @@ -3319,12 +3329,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:4.28.1": - version: 4.28.1 - resolution: "@typescript-eslint/eslint-plugin@npm:4.28.1" +"@typescript-eslint/eslint-plugin@npm:4.28.2": + version: 4.28.2 + resolution: "@typescript-eslint/eslint-plugin@npm:4.28.2" dependencies: - "@typescript-eslint/experimental-utils": 4.28.1 - "@typescript-eslint/scope-manager": 4.28.1 + "@typescript-eslint/experimental-utils": 4.28.2 + "@typescript-eslint/scope-manager": 4.28.2 debug: ^4.3.1 functional-red-black-tree: ^1.0.1 regexpp: ^3.1.0 @@ -3336,66 +3346,66 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 2c11f6a572318e25cfe58cb9199a7f06616435175c4c1e92cc7ff4923fca9b8991ed680d26624c942f367e7c180f4bb44a05e728b502aa5bd08e2074f947b603 + checksum: 279af7f5cd6eea6cbc9a725fee98c99b18160ef3d8c2185c36438ce4e7b9688127e9c5cb410f9fc49936f3a0165959fd3aad35be8045630413b67efe05d81fe2 languageName: node linkType: hard -"@typescript-eslint/experimental-utils@npm:4.28.1": - version: 4.28.1 - resolution: "@typescript-eslint/experimental-utils@npm:4.28.1" +"@typescript-eslint/experimental-utils@npm:4.28.2": + version: 4.28.2 + resolution: "@typescript-eslint/experimental-utils@npm:4.28.2" dependencies: "@types/json-schema": ^7.0.7 - "@typescript-eslint/scope-manager": 4.28.1 - "@typescript-eslint/types": 4.28.1 - "@typescript-eslint/typescript-estree": 4.28.1 + "@typescript-eslint/scope-manager": 4.28.2 + "@typescript-eslint/types": 4.28.2 + "@typescript-eslint/typescript-estree": 4.28.2 eslint-scope: ^5.1.1 eslint-utils: ^3.0.0 peerDependencies: eslint: "*" - checksum: 34a0dd8230460b86d7db35426b34ab509c41e6391fd8c5055a75cc90a7fb8f0ecd81bdaf524bcca462dfce83330e8a468d6cef140da4c38628a6af43b5860325 + checksum: 5b4159d4ebb01fb1c17beda953e0678667ec3ea361604bf74f0e057c892269a3a12ea1e94948a37f790029f0ca38d6be86d56e70ac6e608c90e1e191a89d3e7f languageName: node linkType: hard -"@typescript-eslint/parser@npm:4.28.1": - version: 4.28.1 - resolution: "@typescript-eslint/parser@npm:4.28.1" +"@typescript-eslint/parser@npm:4.28.2": + version: 4.28.2 + resolution: "@typescript-eslint/parser@npm:4.28.2" dependencies: - "@typescript-eslint/scope-manager": 4.28.1 - "@typescript-eslint/types": 4.28.1 - "@typescript-eslint/typescript-estree": 4.28.1 + "@typescript-eslint/scope-manager": 4.28.2 + "@typescript-eslint/types": 4.28.2 + "@typescript-eslint/typescript-estree": 4.28.2 debug: ^4.3.1 peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 peerDependenciesMeta: typescript: optional: true - checksum: df73dce1db04245d9c1d60f593f6d1ebc3ea7c5b4ba28c36d1078c0da62fa66d4aec5412bc36d573e46838d4e0cd3e27c0a6fea57a547a0a46cdfe8dbe5767c7 + checksum: dd5ed206528e514239b81f2b7b218c27516988c12e0577a140389802ce1f7e8eb69187430266ff4621048ce4f0fe6db2a1e42b5bde672e0d6edd820ceb9a3c36 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:4.28.1": - version: 4.28.1 - resolution: "@typescript-eslint/scope-manager@npm:4.28.1" +"@typescript-eslint/scope-manager@npm:4.28.2": + version: 4.28.2 + resolution: "@typescript-eslint/scope-manager@npm:4.28.2" dependencies: - "@typescript-eslint/types": 4.28.1 - "@typescript-eslint/visitor-keys": 4.28.1 - checksum: cd310444e9b90aed698e05c7c60c272f25b6e718c3e868be5965f62c7ea98cb9c6aa94b37956a9b4a4d1b4244d7c1bbc9706448b55472c5843c26ad430956c82 + "@typescript-eslint/types": 4.28.2 + "@typescript-eslint/visitor-keys": 4.28.2 + checksum: 4422e6a1971a93f9092877624d7656d0fe35ce8992b1609fb3c16a260400633a59623adb7ce2fa5fb189ef90d86e6293b6915ee8b94fdd30554c4c9c66469da9 languageName: node linkType: hard -"@typescript-eslint/types@npm:4.28.1": - version: 4.28.1 - resolution: "@typescript-eslint/types@npm:4.28.1" - checksum: 0f4d9530bc38a8b309ae9fcbeb4e8b197a4b59bcc06ab3ecb17742a53a3f32fdb8dee49c06a7b31f0ff37d5feb5dbb5055684d0dd635f8a1d1cbe8ddb389d41e +"@typescript-eslint/types@npm:4.28.2": + version: 4.28.2 + resolution: "@typescript-eslint/types@npm:4.28.2" + checksum: 3e03777bb4a65a26b0f2d92d1d56834cbfed85d6f1f2ef6cbbb22f524ce5fc113f24ec5aa2e4ea2aedefa9b170167e64a9a998e23916953058c97a7310b01394 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:4.28.1, @typescript-eslint/typescript-estree@npm:^4.8.2": - version: 4.28.1 - resolution: "@typescript-eslint/typescript-estree@npm:4.28.1" +"@typescript-eslint/typescript-estree@npm:4.28.2, @typescript-eslint/typescript-estree@npm:^4.8.2": + version: 4.28.2 + resolution: "@typescript-eslint/typescript-estree@npm:4.28.2" dependencies: - "@typescript-eslint/types": 4.28.1 - "@typescript-eslint/visitor-keys": 4.28.1 + "@typescript-eslint/types": 4.28.2 + "@typescript-eslint/visitor-keys": 4.28.2 debug: ^4.3.1 globby: ^11.0.3 is-glob: ^4.0.1 @@ -3404,17 +3414,17 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 2d95532d38c57dd320a8fbf0ab18dfe7af3d975f6891340fe552a921f40f556ff3c38b6c0be5c02ee9b1c48e6655027bccef2fd01a3a2b3c9c01a270152c32de + checksum: b098c01cf29eb4f9a069d6fd05fdba08abddf888314f6aaace052bb8e4d867244b9029aff60060e1d237f00151bf55205c7ed2b9f36e0d3b661fc442cf6225d2 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:4.28.1": - version: 4.28.1 - resolution: "@typescript-eslint/visitor-keys@npm:4.28.1" +"@typescript-eslint/visitor-keys@npm:4.28.2": + version: 4.28.2 + resolution: "@typescript-eslint/visitor-keys@npm:4.28.2" dependencies: - "@typescript-eslint/types": 4.28.1 + "@typescript-eslint/types": 4.28.2 eslint-visitor-keys: ^2.0.0 - checksum: 00564a793ee249f0d2fc9275559ce09a69d048f6ebdd7a2376fca2c314a1b13a791715ee65eef134e43568ea0b0afe2f9a7658649c9c81a83b25c768d2194c6a + checksum: 91610c6948c9ace009acd9b2894d194c977c5d15dab9a68f3f71090988c1d0b3442a60ad7119c865dbb5f36af50726e3245c86d557e01481feeda80e5f474687 languageName: node linkType: hard @@ -4364,9 +4374,9 @@ __metadata: languageName: node linkType: hard -"babel-plugin-styled-components@npm:>= 1.12.0, babel-plugin-styled-components@npm:^1.13.1": - version: 1.13.1 - resolution: "babel-plugin-styled-components@npm:1.13.1" +"babel-plugin-styled-components@npm:>= 1.12.0, babel-plugin-styled-components@npm:^1.13.2": + version: 1.13.2 + resolution: "babel-plugin-styled-components@npm:1.13.2" dependencies: "@babel/helper-annotate-as-pure": ^7.0.0 "@babel/helper-module-imports": ^7.0.0 @@ -4374,7 +4384,7 @@ __metadata: lodash: ^4.17.11 peerDependencies: styled-components: ">= 2" - checksum: 910e8c98d1814fcdafb663411c6e38625e93f1f6eb248dc4c1978b20182f5bb18e32df85c01620e6414aecabd127e8beb15245fde2489a47e44f7b8fe2118f2c + checksum: c37e68b574dc69b0b140c25cd766b664cb369c7ceb8a3b2df9a78788ebc1aa609d181995b565570ee168e2a59e499c158b9d7c00f498d2e9323bfe00bfa1da86 languageName: node linkType: hard @@ -4859,6 +4869,13 @@ __metadata: languageName: node linkType: hard +"buffer-es6@npm:^4.9.3": + version: 4.9.3 + resolution: "buffer-es6@npm:4.9.3" + checksum: dfc8ebb3c5c00166e6f81e6ec7ea876693ea6197a8d0b07b1a17482ffab0e5d3307bfb539f84862b1ae35cd70ad03835db0f3c7dc4e337cbd16c50bb4c7e5df7 + languageName: node + linkType: hard + "buffer-from@npm:^1.0.0": version: 1.1.1 resolution: "buffer-from@npm:1.1.1" @@ -7275,12 +7292,12 @@ __metadata: dependencies: "@babel/core": ^7.14.6 "@babel/runtime": ^7.14.6 - "@polkadot/keyring": ^6.11.2-14 + "@polkadot/keyring": ^6.11.2-15 "@polkadot/reactnative-identicon": 0.83.2-4 "@polkadot/ui-keyring": 0.83.2-4 "@polkadot/ui-settings": 0.83.2-4 - "@polkadot/util": ^6.11.2-14 - "@polkadot/util-crypto": ^6.11.2-14 + "@polkadot/util": ^6.11.2-15 + "@polkadot/util-crypto": ^6.11.2-15 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^5.0.1 "@types/react-test-renderer": 17.0.1 @@ -14063,18 +14080,9 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"rollup-plugin-polyfill-node@npm:^0.6.2": - version: 0.6.2 - resolution: "rollup-plugin-polyfill-node@npm:0.6.2" - dependencies: - "@rollup/plugin-inject": ^4.0.0 - checksum: ab54c237be140b814ac178bafe4f6e9518e893d52f8ed8399ade979f335e0d41d6aebf23b16e39aa24ecc6e7146e476903518c234f038d8e07920ed9e2c6dcb7 - languageName: node - linkType: hard - -"rollup@npm:^2.52.7": - version: 2.52.7 - resolution: "rollup@npm:2.52.7" +"rollup@npm:^2.53.0": + version: 2.53.0 + resolution: "rollup@npm:2.53.0" dependencies: fsevents: ~2.3.2 dependenciesMeta: @@ -14082,7 +14090,7 @@ resolve@^2.0.0-next.3: optional: true bin: rollup: dist/bin/rollup - checksum: 92629c518c234f5f02249ed225fdb8c0bc25039ee91e3713107bf3b859344b81d986cbad71d793b6a973d852a495c2e5352c9d628eae992818036c0b45ea843c + checksum: 72e197608f4f5c72eac919fe951d6ede5d5d4ae0ba164b60f5cf63cd19ba0efd2b200eb6ce3c283e6a74ca169cc20a7c7b71349ecf0c4473c27983a6eadb5ab1 languageName: node linkType: hard @@ -14092,8 +14100,9 @@ resolve@^2.0.0-next.3: dependencies: "@babel/core": ^7.14.6 "@babel/runtime": ^7.14.6 - "@polkadot/dev": ^0.62.56 + "@polkadot/dev": ^0.62.57 "@polkadot/ts": ^0.4.4 + "@polkadot/x-bundle": ^6.11.2-15 "@types/jest": ^26.0.23 babel-plugin-transform-vue-template: ^0.4.2 empty: ^0.10.1