Compare commits

..
6 Commits
35 changed files with 332 additions and 319 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 16.4.9 Oct 14, 2025
Changes:
- Bump @polkadot/common deps to v13.5.7 ([#6216](https://github.com/polkadot-js/api/pull/6216))
Contributions:
- Ensure rpc-core can correctly decode types, even if multiple types share the same name ([#6089](https://github.com/polkadot-js/api/pull/6089))
## 16.4.8 Sep 23, 2025
Changes:
+2 -1
View File
@@ -1,7 +1,7 @@
3512 Jaco Bump deps (#5785)
166 Tarik Gul 16.4.7 (#6209)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
56 Valentin Fernandez 16.4.8 (#6212)
58 Valentin Fernandez 16.4.9 (#6217)
37 Keith Ingram Update contract types and rpc (#4541)
35 Stefanie Doll Updated child storage parameters (#1709)
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
@@ -113,6 +113,7 @@
1 Mario Neises fix usage with typescript (#405)
1 Mario Pino Add PolkaStats to API users (#1593)
1 Mark Robert Henderson Update warnings.ts to have the latest URLs (#2720)
1 Martin Rieke If possible, rpc-core should decode results into the lookupId type to avoid issues with multiple types that share the same name (#6089)
1 Matej Nemček added Kodadot to @polkadot/api users section (#2220)
1 Mokhtar Naamani Disable websocket outgoing message fragmentation for w3cwebsocket (#2738)
1 Nazar Mokrynskyi Performance tweaks (#4143)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"versions": {
"git": "16.4.8",
"npm": "16.4.8"
"git": "16.4.9",
"npm": "16.4.9"
},
"workspaces": [
"packages/*"
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "16.4.8",
"@polkadot/rpc-augment": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/types-augment": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/api-base": "16.4.9",
"@polkadot/rpc-augment": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/types-augment": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/util": "^13.5.7",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.9' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/rpc-core": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/util": "^13.5.7",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.4.9' };
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.4.8",
"@polkadot/api-augment": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/types-create": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/api": "16.4.9",
"@polkadot/api-augment": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/types-create": "16.4.9",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.4.8",
"@polkadot/keyring": "^13.5.6",
"@polkadot/types-support": "16.4.8"
"@polkadot/api-augment": "16.4.9",
"@polkadot/keyring": "^13.5.7",
"@polkadot/types-support": "16.4.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.9' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.4.8",
"@polkadot/api-augment": "16.4.8",
"@polkadot/api-base": "16.4.8",
"@polkadot/rpc-core": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/api": "16.4.9",
"@polkadot/api-augment": "16.4.9",
"@polkadot/api-base": "16.4.9",
"@polkadot/rpc-core": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.8",
"@polkadot/api-augment": "16.4.8",
"@polkadot/rpc-augment": "16.4.8",
"@polkadot/rpc-provider": "16.4.8",
"@polkadot/types-support": "16.4.8"
"@polkadot/api": "16.4.9",
"@polkadot/api-augment": "16.4.9",
"@polkadot/rpc-augment": "16.4.9",
"@polkadot/rpc-provider": "16.4.9",
"@polkadot/types-support": "16.4.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.9' };
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "16.4.8",
"@polkadot/api-base": "16.4.8",
"@polkadot/api-derive": "16.4.8",
"@polkadot/keyring": "^13.5.6",
"@polkadot/rpc-augment": "16.4.8",
"@polkadot/rpc-core": "16.4.8",
"@polkadot/rpc-provider": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/types-augment": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/types-create": "16.4.8",
"@polkadot/types-known": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/api-augment": "16.4.9",
"@polkadot/api-base": "16.4.9",
"@polkadot/api-derive": "16.4.9",
"@polkadot/keyring": "^13.5.7",
"@polkadot/rpc-augment": "16.4.9",
"@polkadot/rpc-core": "16.4.9",
"@polkadot/rpc-provider": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/types-augment": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/types-create": "16.4.9",
"@polkadot/types-known": "16.4.9",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.4.8",
"@polkadot/types-support": "16.4.8"
"@polkadot/api-augment": "16.4.9",
"@polkadot/types-support": "16.4.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.4.9' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/rpc-core": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/util": "^13.5.7",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.4.9' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "16.4.8",
"@polkadot/rpc-provider": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/rpc-augment": "16.4.9",
"@polkadot/rpc-provider": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/util": "^13.5.7",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.6",
"@polkadot/rpc-augment": "16.4.8"
"@polkadot/keyring": "^13.5.7",
"@polkadot/rpc-augment": "16.4.9"
}
}
+2 -1
View File
@@ -13,6 +13,7 @@ import { Observable, publishReplay, refCount } from 'rxjs';
import { LRUCache } from '@polkadot/rpc-provider';
import { rpcDefinitions } from '@polkadot/types';
import { unwrapStorageSi } from '@polkadot/types/util';
import { hexToU8a, isFunction, isNull, isUndefined, lazyMethod, logger, memoize, objectSpread, u8aConcat, u8aToU8a } from '@polkadot/util';
import { drr, refCountDelay } from './util/index.js';
@@ -508,7 +509,7 @@ export class RpcCore {
private _newType (registry: Registry, blockHash: Uint8Array | string | null | undefined, key: StorageKey, input: string | Uint8Array | null, isEmpty: boolean, entryIndex = -1): Codec {
// single return value (via state.getStorage), decode the value based on the
// outputType that we have specified. Fallback to Raw on nothing
const type = key.outputType || 'Raw';
const type = key.meta ? registry.createLookupType(unwrapStorageSi(key.meta.type)) : (key.outputType || 'Raw');
const meta = key.meta || EMPTY_META;
const entryNum = entryIndex === -1
? ''
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.4.9' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.6",
"@polkadot/types": "16.4.8",
"@polkadot/types-support": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/x-fetch": "^13.5.6",
"@polkadot/x-global": "^13.5.6",
"@polkadot/x-ws": "^13.5.6",
"@polkadot/keyring": "^13.5.7",
"@polkadot/types": "16.4.9",
"@polkadot/types-support": "16.4.9",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/x-fetch": "^13.5.7",
"@polkadot/x-global": "^13.5.7",
"@polkadot/x-ws": "^13.5.7",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.4.9' };
+14 -14
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,19 +28,19 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "16.4.8",
"@polkadot/api-augment": "16.4.8",
"@polkadot/api-derive": "16.4.8",
"@polkadot/rpc-augment": "16.4.8",
"@polkadot/rpc-provider": "16.4.8",
"@polkadot/types": "16.4.8",
"@polkadot/types-augment": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/types-create": "16.4.8",
"@polkadot/types-support": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/x-ws": "^13.5.6",
"@polkadot/api": "16.4.9",
"@polkadot/api-augment": "16.4.9",
"@polkadot/api-derive": "16.4.9",
"@polkadot/rpc-augment": "16.4.9",
"@polkadot/rpc-provider": "16.4.9",
"@polkadot/types": "16.4.9",
"@polkadot/types-augment": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/types-create": "16.4.9",
"@polkadot/types-support": "16.4.9",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/x-ws": "^13.5.7",
"comment-parser": "^1.4.1",
"handlebars": "^4.7.8",
"tslib": "^2.8.1",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.4.9' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/types": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/types": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/util": "^13.5.7",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.4.9' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.6",
"@polkadot/x-bigint": "^13.5.6",
"@polkadot/util": "^13.5.7",
"@polkadot/x-bigint": "^13.5.7",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.8",
"@polkadot/types-augment": "16.4.8",
"@polkadot/types-support": "16.4.8",
"@polkadot/util-crypto": "^13.5.6"
"@polkadot/types": "16.4.9",
"@polkadot/types-augment": "16.4.9",
"@polkadot/types-support": "16.4.9",
"@polkadot/util-crypto": "^13.5.7"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.4.9' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/types-codec": "16.4.9",
"@polkadot/util": "^13.5.7",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.8"
"@polkadot/types": "16.4.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.4.9' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.5.6",
"@polkadot/types": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/types-create": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/networks": "^13.5.7",
"@polkadot/types": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/types-create": "16.4.9",
"@polkadot/util": "^13.5.7",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.8"
"@polkadot/api": "16.4.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.4.9' };
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.6",
"@polkadot/util": "^13.5.7",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.4.9' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.8",
"version": "16.4.9",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.6",
"@polkadot/types-augment": "16.4.8",
"@polkadot/types-codec": "16.4.8",
"@polkadot/types-create": "16.4.8",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/keyring": "^13.5.7",
"@polkadot/types-augment": "16.4.9",
"@polkadot/types-codec": "16.4.9",
"@polkadot/types-create": "16.4.9",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.6",
"@polkadot/types-support": "16.4.8"
"@polkadot/keyring": "^13.5.7",
"@polkadot/types-support": "16.4.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.4.8' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.4.9' };
+178 -178
View File
@@ -447,27 +447,27 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:16.4.8, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:16.4.9, @polkadot/api-augment@workspace:packages/api-augment":
version: 0.0.0-use.local
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
dependencies:
"@polkadot/api-base": "npm:16.4.8"
"@polkadot/rpc-augment": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-augment": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/api-base": "npm:16.4.9"
"@polkadot/rpc-augment": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-augment": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:16.4.8, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:16.4.9, @polkadot/api-base@workspace:packages/api-base":
version: 0.0.0-use.local
resolution: "@polkadot/api-base@workspace:packages/api-base"
dependencies:
"@polkadot/rpc-core": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/rpc-core": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
@@ -477,59 +477,59 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:16.4.8"
"@polkadot/api-augment": "npm:16.4.8"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/types-create": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/api": "npm:16.4.9"
"@polkadot/api-augment": "npm:16.4.9"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/types-create": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:16.4.8, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:16.4.9, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@polkadot/api": "npm:16.4.8"
"@polkadot/api-augment": "npm:16.4.8"
"@polkadot/api-base": "npm:16.4.8"
"@polkadot/rpc-augment": "npm:16.4.8"
"@polkadot/rpc-core": "npm:16.4.8"
"@polkadot/rpc-provider": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/api": "npm:16.4.9"
"@polkadot/api-augment": "npm:16.4.9"
"@polkadot/api-base": "npm:16.4.9"
"@polkadot/rpc-augment": "npm:16.4.9"
"@polkadot/rpc-core": "npm:16.4.9"
"@polkadot/rpc-provider": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api@npm:16.4.8, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:16.4.9, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:16.4.8"
"@polkadot/api-base": "npm:16.4.8"
"@polkadot/api-derive": "npm:16.4.8"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/rpc-augment": "npm:16.4.8"
"@polkadot/rpc-core": "npm:16.4.8"
"@polkadot/rpc-provider": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-augment": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/types-create": "npm:16.4.8"
"@polkadot/types-known": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/api-augment": "npm:16.4.9"
"@polkadot/api-base": "npm:16.4.9"
"@polkadot/api-derive": "npm:16.4.9"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/rpc-augment": "npm:16.4.9"
"@polkadot/rpc-core": "npm:16.4.9"
"@polkadot/rpc-provider": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-augment": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/types-create": "npm:16.4.9"
"@polkadot/types-known": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
eventemitter3: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
@@ -632,69 +632,69 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/keyring@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/keyring@npm:13.5.6"
"@polkadot/keyring@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/keyring@npm:13.5.7"
dependencies:
"@polkadot/util": "npm:13.5.6"
"@polkadot/util-crypto": "npm:13.5.6"
"@polkadot/util": "npm:13.5.7"
"@polkadot/util-crypto": "npm:13.5.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.6
"@polkadot/util-crypto": 13.5.6
checksum: 10/c6b6ed89694eaf3ba082435d966a204d5fcc0de3cfcb57b1069aef8dd245e01fc5bf9372c256464e0b11eaf002fa40f5046a260f02eca8dff98d31da0739e3f3
"@polkadot/util": 13.5.7
"@polkadot/util-crypto": 13.5.7
checksum: 10/c19aaef9facb2e7af8b1e677767bab22c98cffaab07869f76563dedc658f0c5315c0f8d7cc063179611cfed33181639b4728f76b71092d9d170a860677c673af
languageName: node
linkType: hard
"@polkadot/networks@npm:13.5.6, @polkadot/networks@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/networks@npm:13.5.6"
"@polkadot/networks@npm:13.5.7, @polkadot/networks@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/networks@npm:13.5.7"
dependencies:
"@polkadot/util": "npm:13.5.6"
"@polkadot/util": "npm:13.5.7"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/3f1063588db7872477ee4949f2841a8f98e46a759482d3476887f0e96ec0aa5aff2e9cc954093b0b3b9ee162568c1aaedce2fdbce6dabcc002c60b55926889e5
checksum: 10/3a9cf6ae053b81ede50d2a1c6bf6d65bd6de712316784a1b7a2f51cc4afc26b14e1b9d1c4a6904425655edf7f6de0e7e6b6936e42ec7fc19d983cefc44b05291
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:16.4.8, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:16.4.9, @polkadot/rpc-augment@workspace:packages/rpc-augment":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
dependencies:
"@polkadot/rpc-core": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/rpc-core": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:16.4.8, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:16.4.9, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/rpc-augment": "npm:16.4.8"
"@polkadot/rpc-provider": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/rpc-augment": "npm:16.4.9"
"@polkadot/rpc-provider": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:16.4.8, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:16.4.9, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/x-fetch": "npm:^13.5.6"
"@polkadot/x-global": "npm:^13.5.6"
"@polkadot/x-ws": "npm:^13.5.6"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/x-fetch": "npm:^13.5.7"
"@polkadot/x-global": "npm:^13.5.7"
"@polkadot/x-ws": "npm:^13.5.7"
"@substrate/connect": "npm:0.8.11"
eventemitter3: "npm:^5.0.1"
mock-socket: "npm:^9.3.1"
@@ -710,19 +710,19 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:16.4.8"
"@polkadot/api-augment": "npm:16.4.8"
"@polkadot/api-derive": "npm:16.4.8"
"@polkadot/rpc-augment": "npm:16.4.8"
"@polkadot/rpc-provider": "npm:16.4.8"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-augment": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/types-create": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/x-ws": "npm:^13.5.6"
"@polkadot/api": "npm:16.4.9"
"@polkadot/api-augment": "npm:16.4.9"
"@polkadot/api-derive": "npm:16.4.9"
"@polkadot/rpc-augment": "npm:16.4.9"
"@polkadot/rpc-provider": "npm:16.4.9"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-augment": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/types-create": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/x-ws": "npm:^13.5.7"
"@types/yargs": "npm:^17.0.33"
comment-parser: "npm:^1.4.1"
handlebars: "npm:^4.7.8"
@@ -737,113 +737,113 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:16.4.8, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:16.4.9, @polkadot/types-augment@workspace:packages/types-augment":
version: 0.0.0-use.local
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
dependencies:
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:16.4.8, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:16.4.9, @polkadot/types-codec@workspace:packages/types-codec":
version: 0.0.0-use.local
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
dependencies:
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-augment": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/x-bigint": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-augment": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/x-bigint": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:16.4.8, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:16.4.9, @polkadot/types-create@workspace:packages/types-create":
version: 0.0.0-use.local
resolution: "@polkadot/types-create@workspace:packages/types-create"
dependencies:
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:16.4.8, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:16.4.9, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@polkadot/api": "npm:16.4.8"
"@polkadot/networks": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/types-create": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/api": "npm:16.4.9"
"@polkadot/networks": "npm:^13.5.7"
"@polkadot/types": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/types-create": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:16.4.8, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:16.4.9, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util": "npm:^13.5.7"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types@npm:16.4.8, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:16.4.9, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/types-augment": "npm:16.4.8"
"@polkadot/types-codec": "npm:16.4.8"
"@polkadot/types-create": "npm:16.4.8"
"@polkadot/types-support": "npm:16.4.8"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/types-augment": "npm:16.4.9"
"@polkadot/types-codec": "npm:16.4.9"
"@polkadot/types-create": "npm:16.4.9"
"@polkadot/types-support": "npm:16.4.9"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.5.6, @polkadot/util-crypto@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/util-crypto@npm:13.5.6"
"@polkadot/util-crypto@npm:13.5.7, @polkadot/util-crypto@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/util-crypto@npm:13.5.7"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.5.6"
"@polkadot/util": "npm:13.5.6"
"@polkadot/networks": "npm:13.5.7"
"@polkadot/util": "npm:13.5.7"
"@polkadot/wasm-crypto": "npm:^7.5.1"
"@polkadot/wasm-util": "npm:^7.5.1"
"@polkadot/x-bigint": "npm:13.5.6"
"@polkadot/x-randomvalues": "npm:13.5.6"
"@polkadot/x-bigint": "npm:13.5.7"
"@polkadot/x-randomvalues": "npm:13.5.7"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.6
checksum: 10/42c888e459b40fbc84de0a810947f55412c22af26a5cf81dbebc5197f5485aaae7cc5cae7b4d2ca6a1fe09b2df831b9ad98e00cd858cce189ea3e587b2fb83cf
"@polkadot/util": 13.5.7
checksum: 10/5a924916b4ed613cca2f2576c2dab872544f975906cc536b9980ebdf9a48d3c4b5959f006c660020c658394559ab6fa33d94c193b22479a1953dde8c76576231
languageName: node
linkType: hard
"@polkadot/util@npm:13.5.6, @polkadot/util@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/util@npm:13.5.6"
"@polkadot/util@npm:13.5.7, @polkadot/util@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/util@npm:13.5.7"
dependencies:
"@polkadot/x-bigint": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-textdecoder": "npm:13.5.6"
"@polkadot/x-textencoder": "npm:13.5.6"
"@polkadot/x-bigint": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-textdecoder": "npm:13.5.7"
"@polkadot/x-textencoder": "npm:13.5.7"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/a99f767a62579b9ca082d671cb731fbfda56046058282f884534a9dfdeb97774ca017bbbf35ebd91e39873ac31ebabe75a545da2474f03ef80773e9158122562
checksum: 10/66a03ec05aaf8642809a46f6adf0c9b4b843b2f8fce6520dc4db9da607af96a25baf166e09595b26d3d419cf55f55494d51985d5a90f55bc66d061b1fbaf9e99
languageName: node
linkType: hard
@@ -927,77 +927,77 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.5.6, @polkadot/x-bigint@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-bigint@npm:13.5.6"
"@polkadot/x-bigint@npm:13.5.7, @polkadot/x-bigint@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-bigint@npm:13.5.7"
dependencies:
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.7"
tslib: "npm:^2.8.0"
checksum: 10/a4aef1e1baf38c7ce2f41c3464fb1f59cf3b41de5cc466ebdc25ee99966ffaebfffb4897d5ea1bc0b5c526c3504d434908819080e6f03450bc100fd18c28ec04
checksum: 10/a890310186d457e234f03e05e5ade4a591d210002691c6c52f9eb75b3624d8e5c11c333817cdd8b3f627dc6eee685fa6a44d666c3d24ed5d5d545936b870e230
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-fetch@npm:13.5.6"
"@polkadot/x-fetch@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-fetch@npm:13.5.7"
dependencies:
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.7"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/64c6e7584dd5d2046fa36c91cf5e86379272577f923a0ecefe78191cd1760fc412f40f63965132a370f0acffce226afe65f363a09fc0dddad23a912eb17dab17
checksum: 10/8c3ba3ce3b229c7106d3e3c77daba8676d857d39889ecbd1646dbc36d6d528c4d77e951785067fbc4efb7a6e94fc7a1346e90f7fac332b1e35d17ea4b01e4a93
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.5.6, @polkadot/x-global@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-global@npm:13.5.6"
"@polkadot/x-global@npm:13.5.7, @polkadot/x-global@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-global@npm:13.5.7"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/050cb02e1405a37c92b8ab9202b3a1187d6ba7f5193d93126420a283c7ba3796b4fa6ae349b3f25335c905af4355b97cc6c74c29f267b5a0de0cff6cea667c11
checksum: 10/756532b29565c0c72e6e911a8dc36b7256b55771119e9ee8fe8979a8cc0b09726b12d7708ea9459f72ae2843e0cdaca724d484b8faefcd43b3d24e5fa222ba6d
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.5.6":
version: 13.5.6
resolution: "@polkadot/x-randomvalues@npm:13.5.6"
"@polkadot/x-randomvalues@npm:13.5.7":
version: 13.5.7
resolution: "@polkadot/x-randomvalues@npm:13.5.7"
dependencies:
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.6
"@polkadot/util": 13.5.7
"@polkadot/wasm-util": "*"
checksum: 10/47dbb4380b8e48fd0b9828d40a9c60bb21ac188dba5b1ebe9cef71f0c49af479f21b8025f3eb5cc3147ef452d4f18c416f59d28ff518f4caa2c3da6ac788a0c6
checksum: 10/49bd20e2140fa1905374e730726d9882ce4f651d3a10e7c705b1a7d6530190ea913b05165c6d19355e24284f872b2afd0a54042c3d33479e983016c30f1ccd11
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.5.6":
version: 13.5.6
resolution: "@polkadot/x-textdecoder@npm:13.5.6"
"@polkadot/x-textdecoder@npm:13.5.7":
version: 13.5.7
resolution: "@polkadot/x-textdecoder@npm:13.5.7"
dependencies:
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.7"
tslib: "npm:^2.8.0"
checksum: 10/7f04ba6d544acac05b6ea0b20b85ac31415c662b4d306b30cf5e7ba1bee387c36a5eee0abe889134048f3e6175528608b11c8540440343a8108440dfc4564156
checksum: 10/4a53a3cef1e978a9a86ab08850dd45f11971b56f6735b310f63900722cdb9cb605fadf2e9dc4bb15959e96778a47842257f363b02779bb65cc3156999ced82a3
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.5.6":
version: 13.5.6
resolution: "@polkadot/x-textencoder@npm:13.5.6"
"@polkadot/x-textencoder@npm:13.5.7":
version: 13.5.7
resolution: "@polkadot/x-textencoder@npm:13.5.7"
dependencies:
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.7"
tslib: "npm:^2.8.0"
checksum: 10/0f8d433d2825bb9193c49262fd2ace2253cac76b87eb37e051a3db108445c92ed5832f8a02631a616a9ea2ea3f719576b179c38bdad8747002a8f54e7753761f
checksum: 10/b88e13db070c94fe20aed8c739d1740ecd6545921316efe0e4dbea6f0c489c849bbcf7ce6e1a81405885a90b359af812b78a5d06cfbdb555fb0ae9602b2357e9
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-ws@npm:13.5.6"
"@polkadot/x-ws@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-ws@npm:13.5.7"
dependencies:
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.7"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/7746aa886ae2799700e5b7c65a0e1d8c032dcc6da10c80a79bad994240fe626b760c00bae9f5f57dc784ff2329232c42abdfb444b4c15feb3b3a2a2390e9c4ea
checksum: 10/1c8da2d1dd0e08dd08a77badf4a89d8d4b7e6de45669feeb75bf718725c40d03ffabfb60a9ea35ca6d230f31f6874e62e30b343f4f3000d62e0ba5945a38c073
languageName: node
linkType: hard