Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d6ca2326f | ||
|
|
5a96a6a9bc | ||
|
|
73e6fcf492 | ||
|
|
60bd0a908b | ||
|
|
0ee31f4005 | ||
|
|
9a99507b98 | ||
|
|
2b2ec1c6af | ||
|
|
e16ef30a07 | ||
|
|
f3e23345a5 | ||
|
|
61d7383408 | ||
|
|
54a6be04ca | ||
|
|
86fb5edec7 | ||
|
|
d5ab7e64aa | ||
|
|
421ccb322a | ||
|
|
648c379c28 | ||
|
|
8541e93c8d | ||
|
|
d94ab0f523 | ||
|
|
9ceb37eacf | ||
|
|
9bab143e63 | ||
|
|
2071d3a7d8 |
@@ -1,5 +1,35 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 3.15.3 July 30, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Update Beachball.tsx to remove duplication in strict mode ([#840](https://github.com/polkadot-js/ui/pull/840))
|
||||
- Bump polkadot deps ([#841](https://github.com/polkadot-js/ui/pull/841))
|
||||
|
||||
|
||||
## 3.15.2 July 2, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Upgraded polkadot deps ([#838](https://github.com/polkadot-js/ui/pull/838))
|
||||
|
||||
|
||||
## 3.15.1 Jun 18, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Upgraded polkadot deps ([#831](https://github.com/polkadot-js/ui/pull/831))
|
||||
|
||||
|
||||
## 3.14.1 May 23, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Add the type field to external keypair accounts ([#833](https://github.com/polkadot-js/ui/pull/833))
|
||||
- Upgrade polkadot-js/common to 13.5.1 ([#834](https://github.com/polkadot-js/ui/pull/834))
|
||||
|
||||
|
||||
## 3.13.1 Apr 16, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
+3
-2
@@ -1,12 +1,12 @@
|
||||
735 Jaco Adjust Vue peerDependency, >= 2.7 for defineComponent (#782)
|
||||
35 Tarik Gul Add key validation for FileStore (#830)
|
||||
38 Tarik Gul 3.14.1 (#835)
|
||||
8 Arjun Porwal 3.15.3 (#842)
|
||||
7 YJ fix #224: decrease frame size to 1024, set multipart bool (#225)
|
||||
4 Antoine Estienne Refactor logic to better use prefix (#491)
|
||||
4 kwingram25 fix ff api url issue (#289)
|
||||
4 Thibaut Sardan store hardware wallets (#431)
|
||||
3 Luke Sugiura remove language options (#244)
|
||||
3 Stefanie Doll Replace isUndefined util with explicit typeof check (#107)
|
||||
2 Arjun Porwal 3.13.1 (#832)
|
||||
2 Drew Stone Add Edgeware testnet and mainnet updated endpoints (#274)
|
||||
2 Hanwen Cheng allow qr to scan seed qr (#330)
|
||||
2 Nikos Kontakis Fix undefined process error that may appear when using ui (#524)
|
||||
@@ -31,6 +31,7 @@
|
||||
1 Luke Schoen Fix typo in heading (#114)
|
||||
1 Nantian fix bigint type (#510)
|
||||
1 Nikhil Ranjan Updated to valid javascript (#271)
|
||||
1 Niklas P Update Beachball.tsx to remove duplication in strict mode (#840)
|
||||
1 omahs Fix: typos (#709)
|
||||
1 Ryan Lee fix: qr-code (#801)
|
||||
1 Shawn Tabrizi Add a new `notification` setting (#498)
|
||||
|
||||
+6
-6
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"versions": {
|
||||
"git": "3.13.1",
|
||||
"npm": "3.13.1"
|
||||
"git": "3.15.3",
|
||||
"npm": "3.15.3"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -33,8 +33,8 @@
|
||||
"test:one": "polkadot-dev-run-test --env browser"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.83.2",
|
||||
"@polkadot/x-bundle": "^13.4.4",
|
||||
"@polkadot/dev": "^0.83.3",
|
||||
"@polkadot/x-bundle": "^13.5.4",
|
||||
"@types/node": "^22.10.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
@@ -42,6 +42,6 @@
|
||||
"react-native": "^0.73.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^5.5.4"
|
||||
"typescript": "5.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^13.4.4",
|
||||
"@polkadot/ui-settings": "3.13.1",
|
||||
"@polkadot/ui-shared": "3.13.1",
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/util-crypto": "^13.4.4",
|
||||
"@polkadot/keyring": "^13.5.4",
|
||||
"@polkadot/ui-settings": "3.15.3",
|
||||
"@polkadot/ui-shared": "3.15.3",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"@polkadot/util-crypto": "^13.5.4",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.2.0",
|
||||
"react-copy-to-clipboard": "^5.1.0",
|
||||
|
||||
@@ -10,9 +10,12 @@ import { beachballIcon } from '@polkadot/ui-shared';
|
||||
function Identicon ({ address, className = '', size, style = {} }: Props): React.ReactElement<Props> {
|
||||
const updateElem = useCallback(
|
||||
(node: HTMLDivElement): void => {
|
||||
node?.appendChild(
|
||||
beachballIcon(address, { isAlternative: false, size })
|
||||
);
|
||||
if (node) {
|
||||
node.innerHTML = '';
|
||||
node.appendChild(
|
||||
beachballIcon(address, { isAlternative: false, size })
|
||||
);
|
||||
}
|
||||
},
|
||||
[address, size]
|
||||
);
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-settings": "3.13.1",
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/util-crypto": "^13.4.4",
|
||||
"@polkadot/ui-settings": "3.15.3",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"@polkadot/util-crypto": "^13.5.4",
|
||||
"@zxing/browser": "^0.1.5",
|
||||
"@zxing/library": "^0.21.2",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-shared": "3.13.1",
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/util-crypto": "^13.4.4",
|
||||
"@polkadot/ui-shared": "3.15.3",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"@polkadot/util-crypto": "^13.5.4",
|
||||
"react-native-svg": "^14.1.0",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^13.4.4",
|
||||
"@polkadot/ui-settings": "3.13.1",
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/util-crypto": "^13.4.4",
|
||||
"@polkadot/keyring": "^13.5.4",
|
||||
"@polkadot/ui-settings": "3.15.3",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"@polkadot/util-crypto": "^13.5.4",
|
||||
"mkdirp": "^3.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"store": "^2.0.12",
|
||||
|
||||
@@ -33,7 +33,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
};
|
||||
|
||||
public addExternal (address: string | Uint8Array, meta: KeyringPair$Meta = {}): CreateResult {
|
||||
const pair = this.keyring.addFromAddress(address, objectSpread<KeyringJson$Meta>({}, meta, { isExternal: true }), null);
|
||||
const pair = this.keyring.addFromAddress(address, objectSpread<KeyringJson$Meta>({}, meta, { isExternal: true }), null, meta?.type);
|
||||
|
||||
return {
|
||||
json: this.saveAccount(pair),
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^13.4.4",
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/networks": "^13.5.4",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"store": "^2.0.12",
|
||||
"tslib": "^2.8.1"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -18,15 +18,15 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"colord": "^2.9.3",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/util-crypto": "^13.4.4",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"@polkadot/util-crypto": "^13.5.4",
|
||||
"@types/xmlserializer": "^0.6.6",
|
||||
"xmlserializer": "^0.6.1"
|
||||
},
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.13.1",
|
||||
"version": "3.15.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-shared": "3.13.1",
|
||||
"@polkadot/util": "^13.4.4",
|
||||
"@polkadot/util-crypto": "^13.4.4",
|
||||
"@polkadot/ui-shared": "3.15.3",
|
||||
"@polkadot/util": "^13.5.4",
|
||||
"@polkadot/util-crypto": "^13.5.4",
|
||||
"jdenticon": "3.2.0",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '3.13.1' };
|
||||
export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '3.15.3' };
|
||||
|
||||
@@ -1500,34 +1500,34 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-test@npm:^0.83.2":
|
||||
version: 0.83.2
|
||||
resolution: "@polkadot/dev-test@npm:0.83.2"
|
||||
"@polkadot/dev-test@npm:^0.83.3":
|
||||
version: 0.83.3
|
||||
resolution: "@polkadot/dev-test@npm:0.83.3"
|
||||
dependencies:
|
||||
jsdom: "npm:^24.0.0"
|
||||
tslib: "npm:^2.7.0"
|
||||
checksum: 10/afe60165272a09d5c9f08e3aec0015621350dc7394ee8ff121d5803c576c7601b176b753716203abba4a81a142b529da066fe4c73f39387b018bdde69fef7a10
|
||||
checksum: 10/c03e0c5c5c5d22394c63948b35157b97f8f734a6a8403c89990c55b2657f2b284996aef8613815b2b576b271a126244d7f0a2c9ddece438c5799f273be2e1c69
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-ts@npm:^0.83.2":
|
||||
version: 0.83.2
|
||||
resolution: "@polkadot/dev-ts@npm:0.83.2"
|
||||
"@polkadot/dev-ts@npm:^0.83.3":
|
||||
version: 0.83.3
|
||||
resolution: "@polkadot/dev-ts@npm:0.83.3"
|
||||
dependencies:
|
||||
json5: "npm:^2.2.3"
|
||||
tslib: "npm:^2.7.0"
|
||||
typescript: "npm:^5.5.4"
|
||||
checksum: 10/abca4df87a0682285bf5e5644ab8522820d53e0dffc124bfe540b7fccc55532057d1912629584bb04648e855e110896b36e55536d53556a166fc3d33bcc27b39
|
||||
checksum: 10/a2ddc4dba934758cc24f02e8acbfa5a5f5295ad874f42c1bea8548a6dfa97c882b127a279001831caedc8d474becb905286847e0f64e8efe7063b6bac4830112
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.83.2":
|
||||
version: 0.83.2
|
||||
resolution: "@polkadot/dev@npm:0.83.2"
|
||||
"@polkadot/dev@npm:^0.83.3":
|
||||
version: 0.83.3
|
||||
resolution: "@polkadot/dev@npm:0.83.3"
|
||||
dependencies:
|
||||
"@eslint/js": "npm:^8.56.0"
|
||||
"@polkadot/dev-test": "npm:^0.83.2"
|
||||
"@polkadot/dev-ts": "npm:^0.83.2"
|
||||
"@polkadot/dev-test": "npm:^0.83.3"
|
||||
"@polkadot/dev-ts": "npm:^0.83.3"
|
||||
"@rollup/plugin-alias": "npm:^5.1.1"
|
||||
"@rollup/plugin-commonjs": "npm:^25.0.8"
|
||||
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.5"
|
||||
@@ -1592,32 +1592,32 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 10/42a67e0f2401fc13bdffff86398958e326613461eaa294fb5b435037d636b94cbbbce81b1fadbdf3c0553798d3bc5df43ef6af2250f75e312f01e52b665eddfe
|
||||
checksum: 10/f34171f4776f0ade59e750e6c43db56fccc800e5c5c2e7796299e83072534257fa5e7478b8159a4b265e96d36c9fe380d56326c21cdbdf51dda3221c269601be
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/keyring@npm:^13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/keyring@npm:13.4.4"
|
||||
"@polkadot/keyring@npm:^13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/keyring@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/util-crypto": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.5.4"
|
||||
"@polkadot/util-crypto": "npm:13.5.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.4.4
|
||||
"@polkadot/util-crypto": 13.4.4
|
||||
checksum: 10/0c9637cf54640898c503721c568831b75a92229d1395d6f228325a4888b8c3fc862ed24a54c0c49b4eaffe9cb23d2734f487deee25a0b78f7382a82e60ac1955
|
||||
"@polkadot/util": 13.5.4
|
||||
"@polkadot/util-crypto": 13.5.4
|
||||
checksum: 10/932b9900ccb03ee14784d08a4dfdd59e1bfd7b1771054f72dddb99f058f3049156b264880f99ca4921965544db977430681e7cca383fdbc757282e8dd5038bf4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/networks@npm:13.4.4, @polkadot/networks@npm:^13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/networks@npm:13.4.4"
|
||||
"@polkadot/networks@npm:13.5.4, @polkadot/networks@npm:^13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/networks@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.5.4"
|
||||
"@substrate/ss58-registry": "npm:^1.51.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/8125a55b6ff75a32fdde7fba3584d49c9e096b5fe88c26cb8438af61233d233ef346f3086eb52be2fecf4f2c516fe7cabadf982510732c1beac65e430216f4a5
|
||||
checksum: 10/57903c161c48cdde652a61cc5948867d789200d948b46bfcb70953eae5b3b05b05f70173c5006ea0934e677c8b6281f9f6d086581334959607625ac0604384ab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1625,11 +1625,11 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.4.4"
|
||||
"@polkadot/ui-settings": "npm:3.13.1"
|
||||
"@polkadot/ui-shared": "npm:3.13.1"
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/util-crypto": "npm:^13.4.4"
|
||||
"@polkadot/keyring": "npm:^13.5.4"
|
||||
"@polkadot/ui-settings": "npm:3.15.3"
|
||||
"@polkadot/ui-shared": "npm:3.15.3"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@polkadot/util-crypto": "npm:^13.5.4"
|
||||
"@types/react-copy-to-clipboard": "npm:^5.0.7"
|
||||
"@types/react-dom": "npm:^18.2.18"
|
||||
ethereum-blockies-base64: "npm:^1.0.2"
|
||||
@@ -1652,9 +1652,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
|
||||
dependencies:
|
||||
"@polkadot/ui-settings": "npm:3.13.1"
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/util-crypto": "npm:^13.4.4"
|
||||
"@polkadot/ui-settings": "npm:3.15.3"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@polkadot/util-crypto": "npm:^13.5.4"
|
||||
"@zxing/browser": "npm:^0.1.5"
|
||||
"@zxing/library": "npm:^0.21.2"
|
||||
qrcode-generator: "npm:^1.4.4"
|
||||
@@ -1673,9 +1673,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
|
||||
dependencies:
|
||||
"@polkadot/ui-shared": "npm:3.13.1"
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/util-crypto": "npm:^13.4.4"
|
||||
"@polkadot/ui-shared": "npm:3.15.3"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@polkadot/util-crypto": "npm:^13.5.4"
|
||||
"@types/react-native": "npm:^0.72.8"
|
||||
react-native-svg: "npm:^14.1.0"
|
||||
tslib: "npm:^2.8.1"
|
||||
@@ -1691,10 +1691,10 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.4.4"
|
||||
"@polkadot/ui-settings": "npm:3.13.1"
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/util-crypto": "npm:^13.4.4"
|
||||
"@polkadot/keyring": "npm:^13.5.4"
|
||||
"@polkadot/ui-settings": "npm:3.15.3"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@polkadot/util-crypto": "npm:^13.5.4"
|
||||
"@types/mkdirp": "npm:^2.0.0"
|
||||
"@types/store": "npm:^2.0.5"
|
||||
mkdirp: "npm:^3.0.1"
|
||||
@@ -1708,12 +1708,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-settings@npm:3.13.1, @polkadot/ui-settings@workspace:packages/ui-settings":
|
||||
"@polkadot/ui-settings@npm:3.15.3, @polkadot/ui-settings@workspace:packages/ui-settings":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
|
||||
dependencies:
|
||||
"@polkadot/networks": "npm:^13.4.4"
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/networks": "npm:^13.5.4"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@types/store": "npm:^2.0.5"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
store: "npm:^2.0.12"
|
||||
@@ -1724,12 +1724,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-shared@npm:3.13.1, @polkadot/ui-shared@workspace:packages/ui-shared":
|
||||
"@polkadot/ui-shared@npm:3.15.3, @polkadot/ui-shared@workspace:packages/ui-shared":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/util-crypto": "npm:^13.4.4"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@polkadot/util-crypto": "npm:^13.5.4"
|
||||
"@types/xmlserializer": "npm:^0.6.6"
|
||||
colord: "npm:^2.9.3"
|
||||
tslib: "npm:^2.8.1"
|
||||
@@ -1740,38 +1740,38 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:13.4.4, @polkadot/util-crypto@npm:^13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/util-crypto@npm:13.4.4"
|
||||
"@polkadot/util-crypto@npm:13.5.4, @polkadot/util-crypto@npm:^13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/util-crypto@npm:13.5.4"
|
||||
dependencies:
|
||||
"@noble/curves": "npm:^1.3.0"
|
||||
"@noble/hashes": "npm:^1.3.3"
|
||||
"@polkadot/networks": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/networks": "npm:13.5.4"
|
||||
"@polkadot/util": "npm:13.5.4"
|
||||
"@polkadot/wasm-crypto": "npm:^7.4.1"
|
||||
"@polkadot/wasm-util": "npm:^7.4.1"
|
||||
"@polkadot/x-bigint": "npm:13.4.4"
|
||||
"@polkadot/x-randomvalues": "npm:13.4.4"
|
||||
"@polkadot/x-bigint": "npm:13.5.4"
|
||||
"@polkadot/x-randomvalues": "npm:13.5.4"
|
||||
"@scure/base": "npm:^1.1.7"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.4.4
|
||||
checksum: 10/085a183b0e8a7490b174849e85f14d2903b105f50e8771db76f7ad23e73c345b4c270246b4ffd1afa2f9b5ef0ef48f4637ab0aa1b4a7a8d0452d28d7c623a427
|
||||
"@polkadot/util": 13.5.4
|
||||
checksum: 10/b06de343ccddb7d553997fe8e0055c17bdb67b13b06100f9f628a97aa5b1b0b0dc4a469101cc25db9bf9cad71b8c3ca171b48f4bd6d2147a08d14eacd0657867
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util@npm:13.4.4, @polkadot/util@npm:^13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/util@npm:13.4.4"
|
||||
"@polkadot/util@npm:13.5.4, @polkadot/util@npm:^13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/util@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/x-bigint": "npm:13.4.4"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@polkadot/x-textdecoder": "npm:13.4.4"
|
||||
"@polkadot/x-textencoder": "npm:13.4.4"
|
||||
"@polkadot/x-bigint": "npm:13.5.4"
|
||||
"@polkadot/x-global": "npm:13.5.4"
|
||||
"@polkadot/x-textdecoder": "npm:13.5.4"
|
||||
"@polkadot/x-textencoder": "npm:13.5.4"
|
||||
"@types/bn.js": "npm:^5.1.6"
|
||||
bn.js: "npm:^5.2.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/788d63bc43a6a090eec06b9fd313e5b8290c6aecafa73efb8b20ef96143b1ef06eb417aea4dd237c530b4c38dd6f2be7c04f865f806b287897fdbea8575d5f92
|
||||
checksum: 10/222ad1421dd4c481e40b276b0119a53fb3d1e111000f116347bd983923c47481f1215c846954652c61950b2fb9698d0685974eebf5ae683e33c848e8df4856ed
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1779,9 +1779,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
|
||||
dependencies:
|
||||
"@polkadot/ui-shared": "npm:3.13.1"
|
||||
"@polkadot/util": "npm:^13.4.4"
|
||||
"@polkadot/util-crypto": "npm:^13.4.4"
|
||||
"@polkadot/ui-shared": "npm:3.15.3"
|
||||
"@polkadot/util": "npm:^13.5.4"
|
||||
"@polkadot/util-crypto": "npm:^13.5.4"
|
||||
jdenticon: "npm:3.2.0"
|
||||
tslib: "npm:^2.8.1"
|
||||
vue: "npm:^2.7.16"
|
||||
@@ -1872,66 +1872,66 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bigint@npm:13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/x-bigint@npm:13.4.4"
|
||||
"@polkadot/x-bigint@npm:13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/x-bigint@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@polkadot/x-global": "npm:13.5.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/38c398fadd95905052cbb41eb5d96c44d39b891640aed7c3a3beec9a957a32577b4fc084fca59b0e8f2be4f67e3a6a4eb24a5113fc7c1a8e1d430894abe657f3
|
||||
checksum: 10/22887ce511478e160fad7d38cba4ed0b2ca54dd30a8801391a551198342305e1cc1f8c05f273312041ff3cf0233cd8a4f12da7272f5cddc3d1c4ccad7a029b5c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bundle@npm:^13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/x-bundle@npm:13.4.4"
|
||||
"@polkadot/x-bundle@npm:^13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/x-bundle@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.5.4"
|
||||
buffer-es6: "npm:^4.9.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/1aa91e84ca6bf7889b20b536b540e76953207db85fb82c14417355adc314ca2af5b6b6a473b63f36f0682d9fba80fed441c313ee225e92f0b8512f36e933f819
|
||||
checksum: 10/b30000c743d814a50ccd97f91453f7d19ad7b49847e23191e5bdbc77a1feacb579fb18099da00bb287a3be32ece48fd43ffed2b0beb9d7b7907e790f0a248d07
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-global@npm:13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/x-global@npm:13.4.4"
|
||||
"@polkadot/x-global@npm:13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/x-global@npm:13.5.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/dd0df5886775e0304e4a912a9a16786df910cf91e225fbf671ca604059849896cc002839609bbb82f59eefe19a5bfa634e0eace3d15c93b760326abdaec4ae40
|
||||
checksum: 10/e81d6d14c3ae88d876e21b75dc995fae081263327020c2651de02926fa40de6245dd4789ded90c26824d6de6774afa7d2d26637bbeec60a1f921d2a53abc2ff7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-randomvalues@npm:13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/x-randomvalues@npm:13.4.4"
|
||||
"@polkadot/x-randomvalues@npm:13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/x-randomvalues@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@polkadot/x-global": "npm:13.5.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.4.4
|
||||
"@polkadot/util": 13.5.4
|
||||
"@polkadot/wasm-util": "*"
|
||||
checksum: 10/958fc03d1214d147d9e113e0f418240faeb53675036aace5f50e57e6913cc51324d0cd6890d9adb18b40d595a71158175e1edf7701b96c3bd57e4e4395b732d5
|
||||
checksum: 10/1099465b71618752d2a5ce175b310d2a804e4d001c55754f5180eb6a784894c2f176266a0910bb380541a2abe9c052a52f4ef12b7b4d1879d328c30cda9cf81d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textdecoder@npm:13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/x-textdecoder@npm:13.4.4"
|
||||
"@polkadot/x-textdecoder@npm:13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/x-textdecoder@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@polkadot/x-global": "npm:13.5.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/a3778a824f5c232a518bb504d92aca35dbc9b9c777a4539adaac733fed98b340c78aabed8fcbf613683b21052615dcfdf06b58f5ad5165d2d0d3195c313b97b4
|
||||
checksum: 10/ab1cc996d6fed4b3378a2b36d2464ab2c8564bdb493f6025b00b24c2b6bc02073d159e0084f13d3a4f244b5ce5c50552134a2346fe57350b6c09f4391159d30e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textencoder@npm:13.4.4":
|
||||
version: 13.4.4
|
||||
resolution: "@polkadot/x-textencoder@npm:13.4.4"
|
||||
"@polkadot/x-textencoder@npm:13.5.4":
|
||||
version: 13.5.4
|
||||
resolution: "@polkadot/x-textencoder@npm:13.5.4"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@polkadot/x-global": "npm:13.5.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/222f7954fe1aac7806b3b3c7dd04b47c64ec1af77e59725b0634bdf666344782fff3e08f0ead86fad61ac7e6e2ae6826410366286657ed06633f663ab8ba9c6b
|
||||
checksum: 10/fbe9e9fd0592d4218719316e456b5ea74908af0d19ff296a82349a6a13d4066e61b2f2e57de937f2e7d1874e2d30a1c54699660e917ccddf3140102514838c7a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -11105,8 +11105,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@polkadot/dev": "npm:^0.83.2"
|
||||
"@polkadot/x-bundle": "npm:^13.4.4"
|
||||
"@polkadot/dev": "npm:^0.83.3"
|
||||
"@polkadot/x-bundle": "npm:^13.5.4"
|
||||
"@types/node": "npm:^22.10.5"
|
||||
react: "npm:^18.2.0"
|
||||
react-dom: "npm:^18.2.0"
|
||||
@@ -12433,23 +12433,23 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:^5.5.4":
|
||||
version: 5.7.2
|
||||
resolution: "typescript@npm:5.7.2"
|
||||
"typescript@npm:5.5.4":
|
||||
version: 5.5.4
|
||||
resolution: "typescript@npm:5.5.4"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
|
||||
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
|
||||
version: 5.7.2
|
||||
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
|
||||
"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
|
||||
version: 5.5.4
|
||||
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
|
||||
checksum: 10/746fdd0865c5ce4f15e494c57ede03a9e12ede59cfdb40da3a281807853fe63b00ef1c912d7222143499aa82f18b8b472baa1830df8804746d09b55f6cf5b1cc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user