[CI Skip] bump/beta 16.5.7-0-x

skip-checks: true
This commit is contained in:
github-actions[bot]
2026-07-17 21:56:37 +00:00
parent f5fbd7cf7e
commit 007c1ac830
33 changed files with 186 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
3512 Jaco Bump deps (#5785)
170 Tarik Gul 16.5.6 (#6251)
171 Tarik Gul fix: correct XCM VersionedMultiLocation V5 key and VersionedResponse enum (#6264)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
58 Valentin Fernandez 16.4.9 (#6217)
37 Keith Ingram Update contract types and rpc (#4541)
@@ -42,6 +42,7 @@
2 Alexander Krupenkin Add [u8; 33] type width for U8aFixed type (#2391)
2 Branan Riley Add proxy type for Centrifuge (#3940)
2 Caio Add `Range` and `RangeInclusive` types (#3791)
2 Francis O'Brien Add missing RPC methods for author_rotateKeysWithOwner and mmr_generateAncestryProof (#6263)
2 Francisco Gamundi Add chainIsEthereum prop to Registry interface (#5761)
2 HackFisher Update maxExtrinsic definition (#4703)
2 Jakub Pánik All heads subscription (#1899)
@@ -85,7 +86,6 @@
1 filvecchiato fix: update LRUcache to not keep thread (#6013)
1 flex Change BeefySignedCommitment signatures type to EcdsaSignature (#4204)
1 Florian Franzen metadataMd: use endpoint for rpc and runtime details too (#5628)
1 Francis O'Brien fix: Re-subscribe to chain updates on reconnection if not a clone (#5794)
1 Furqan A fix: fixed 404 to the docs from the api readme (#3985)
1 Gérard Dethier Fix LRUCache memory leak. (#4520)
1 Gerben van de Wiel Adding some extra notes on changes in the specname (#2329)

View File

@@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"versions": {
"git": "16.5.6",
"git": "16.5.7-0-x",
"npm": "16.5.6"
},
"workspaces": [

View File

@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "16.5.6",
"@polkadot/rpc-augment": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/types-augment": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/api-base": "16.5.7-0-x",
"@polkadot/rpc-augment": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-augment": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"tslib": "^2.8.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.5.6' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/rpc-core": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.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.5.6' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.5.6",
"@polkadot/api-augment": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/types-create": "16.5.6",
"@polkadot/api": "16.5.7-0-x",
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/types-create": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.5.6",
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/keyring": "^14.0.3",
"@polkadot/types-support": "16.5.6"
"@polkadot/types-support": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.5.6",
"@polkadot/api-augment": "16.5.6",
"@polkadot/api-base": "16.5.6",
"@polkadot/rpc-core": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/api": "16.5.7-0-x",
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/api-base": "16.5.7-0-x",
"@polkadot/rpc-core": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.5.6",
"@polkadot/api-augment": "16.5.6",
"@polkadot/rpc-augment": "16.5.6",
"@polkadot/rpc-provider": "16.5.6",
"@polkadot/types-support": "16.5.6"
"@polkadot/api": "16.5.7-0-x",
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/rpc-augment": "16.5.7-0-x",
"@polkadot/rpc-provider": "16.5.7-0-x",
"@polkadot/types-support": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,21 +18,21 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "16.5.6",
"@polkadot/api-base": "16.5.6",
"@polkadot/api-derive": "16.5.6",
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/api-base": "16.5.7-0-x",
"@polkadot/api-derive": "16.5.7-0-x",
"@polkadot/keyring": "^14.0.3",
"@polkadot/rpc-augment": "16.5.6",
"@polkadot/rpc-core": "16.5.6",
"@polkadot/rpc-provider": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/types-augment": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/types-create": "16.5.6",
"@polkadot/types-known": "16.5.6",
"@polkadot/rpc-augment": "16.5.7-0-x",
"@polkadot/rpc-core": "16.5.7-0-x",
"@polkadot/rpc-provider": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-augment": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/types-create": "16.5.7-0-x",
"@polkadot/types-known": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"eventemitter3": "^5.0.1",
@@ -40,7 +40,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.5.6",
"@polkadot/types-support": "16.5.6"
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/types-support": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/rpc-core": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"tslib": "^2.8.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.5.6' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "16.5.6",
"@polkadot/rpc-provider": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/rpc-augment": "16.5.7-0-x",
"@polkadot/rpc-provider": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^14.0.3",
"@polkadot/rpc-augment": "16.5.6"
"@polkadot/rpc-augment": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^14.0.3",
"@polkadot/types": "16.5.6",
"@polkadot/types-support": "16.5.6",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-support": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"@polkadot/x-fetch": "^14.0.3",

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.5.6' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,16 +28,16 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "16.5.6",
"@polkadot/api-augment": "16.5.6",
"@polkadot/api-derive": "16.5.6",
"@polkadot/rpc-augment": "16.5.6",
"@polkadot/rpc-provider": "16.5.6",
"@polkadot/types": "16.5.6",
"@polkadot/types-augment": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/types-create": "16.5.6",
"@polkadot/types-support": "16.5.6",
"@polkadot/api": "16.5.7-0-x",
"@polkadot/api-augment": "16.5.7-0-x",
"@polkadot/api-derive": "16.5.7-0-x",
"@polkadot/rpc-augment": "16.5.7-0-x",
"@polkadot/rpc-provider": "16.5.7-0-x",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-augment": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/types-create": "16.5.7-0-x",
"@polkadot/types-support": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"@polkadot/x-ws": "^14.0.3",

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.5.6' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/types": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"tslib": "^2.8.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.5.6' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^14.0.3",
@@ -26,9 +26,9 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.5.6",
"@polkadot/types-augment": "16.5.6",
"@polkadot/types-support": "16.5.6",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-augment": "16.5.7-0-x",
"@polkadot/types-support": "16.5.7-0-x",
"@polkadot/util-crypto": "^14.0.3"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "16.5.6",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.5.6"
"@polkadot/types": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^14.0.3",
"@polkadot/types": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/types-create": "16.5.6",
"@polkadot/types": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/types-create": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.5.6"
"@polkadot/api": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^14.0.3",

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.5.6' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

View File

@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.6",
"version": "16.5.7-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^14.0.3",
"@polkadot/types-augment": "16.5.6",
"@polkadot/types-codec": "16.5.6",
"@polkadot/types-create": "16.5.6",
"@polkadot/types-augment": "16.5.7-0-x",
"@polkadot/types-codec": "16.5.7-0-x",
"@polkadot/types-create": "16.5.7-0-x",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"rxjs": "^7.8.1",
@@ -32,6 +32,6 @@
},
"devDependencies": {
"@polkadot/keyring": "^14.0.3",
"@polkadot/types-support": "16.5.6"
"@polkadot/types-support": "16.5.7-0-x"
}
}

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.5.6' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.5.7-0-x' };

160
yarn.lock
View File

@@ -447,26 +447,26 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:16.5.6, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:16.5.7-0-x, @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.5.6"
"@polkadot/rpc-augment": "npm:16.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-augment": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/api-base": "npm:16.5.7-0-x"
"@polkadot/rpc-augment": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-augment": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:16.5.6, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:16.5.7-0-x, @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.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/rpc-core": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
@@ -477,13 +477,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:16.5.6"
"@polkadot/api-augment": "npm:16.5.6"
"@polkadot/api": "npm:16.5.7-0-x"
"@polkadot/api-augment": "npm:16.5.7-0-x"
"@polkadot/keyring": "npm:^14.0.3"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types-create": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/types-create": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
rxjs: "npm:^7.8.1"
@@ -491,19 +491,19 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:16.5.6, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:16.5.7-0-x, @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.5.6"
"@polkadot/api-augment": "npm:16.5.6"
"@polkadot/api-base": "npm:16.5.6"
"@polkadot/rpc-augment": "npm:16.5.6"
"@polkadot/rpc-core": "npm:16.5.6"
"@polkadot/rpc-provider": "npm:16.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/api": "npm:16.5.7-0-x"
"@polkadot/api-augment": "npm:16.5.7-0-x"
"@polkadot/api-base": "npm:16.5.7-0-x"
"@polkadot/rpc-augment": "npm:16.5.7-0-x"
"@polkadot/rpc-core": "npm:16.5.7-0-x"
"@polkadot/rpc-provider": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
rxjs: "npm:^7.8.1"
@@ -511,23 +511,23 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api@npm:16.5.6, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:16.5.7-0-x, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:16.5.6"
"@polkadot/api-base": "npm:16.5.6"
"@polkadot/api-derive": "npm:16.5.6"
"@polkadot/api-augment": "npm:16.5.7-0-x"
"@polkadot/api-base": "npm:16.5.7-0-x"
"@polkadot/api-derive": "npm:16.5.7-0-x"
"@polkadot/keyring": "npm:^14.0.3"
"@polkadot/rpc-augment": "npm:16.5.6"
"@polkadot/rpc-core": "npm:16.5.6"
"@polkadot/rpc-provider": "npm:16.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-augment": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types-create": "npm:16.5.6"
"@polkadot/types-known": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/rpc-augment": "npm:16.5.7-0-x"
"@polkadot/rpc-core": "npm:16.5.7-0-x"
"@polkadot/rpc-provider": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-augment": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/types-create": "npm:16.5.7-0-x"
"@polkadot/types-known": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
eventemitter3: "npm:^5.0.1"
@@ -657,39 +657,39 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:16.5.6, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:16.5.7-0-x, @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.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/rpc-core": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:16.5.6, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:16.5.7-0-x, @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:^14.0.3"
"@polkadot/rpc-augment": "npm:16.5.6"
"@polkadot/rpc-provider": "npm:16.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/rpc-augment": "npm:16.5.7-0-x"
"@polkadot/rpc-provider": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:16.5.6, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:16.5.7-0-x, @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:^14.0.3"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
"@polkadot/x-fetch": "npm:^14.0.3"
@@ -710,16 +710,16 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:16.5.6"
"@polkadot/api-augment": "npm:16.5.6"
"@polkadot/api-derive": "npm:16.5.6"
"@polkadot/rpc-augment": "npm:16.5.6"
"@polkadot/rpc-provider": "npm:16.5.6"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-augment": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types-create": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/api": "npm:16.5.7-0-x"
"@polkadot/api-augment": "npm:16.5.7-0-x"
"@polkadot/api-derive": "npm:16.5.7-0-x"
"@polkadot/rpc-augment": "npm:16.5.7-0-x"
"@polkadot/rpc-provider": "npm:16.5.7-0-x"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-augment": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/types-create": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
"@polkadot/x-ws": "npm:^14.0.3"
@@ -737,24 +737,24 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:16.5.6, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:16.5.7-0-x, @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.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:16.5.6, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:16.5.7-0-x, @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.5.6"
"@polkadot/types-augment": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-augment": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
"@polkadot/x-bigint": "npm:^14.0.3"
@@ -762,32 +762,32 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:16.5.6, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:16.5.7-0-x, @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.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:16.5.6, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:16.5.7-0-x, @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.5.6"
"@polkadot/api": "npm:16.5.7-0-x"
"@polkadot/networks": "npm:^14.0.3"
"@polkadot/types": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types-create": "npm:16.5.6"
"@polkadot/types": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/types-create": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:16.5.6, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:16.5.7-0-x, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
@@ -796,15 +796,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types@npm:16.5.6, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:16.5.7-0-x, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^14.0.3"
"@polkadot/types-augment": "npm:16.5.6"
"@polkadot/types-codec": "npm:16.5.6"
"@polkadot/types-create": "npm:16.5.6"
"@polkadot/types-support": "npm:16.5.6"
"@polkadot/types-augment": "npm:16.5.7-0-x"
"@polkadot/types-codec": "npm:16.5.7-0-x"
"@polkadot/types-create": "npm:16.5.7-0-x"
"@polkadot/types-support": "npm:16.5.7-0-x"
"@polkadot/util": "npm:^14.0.3"
"@polkadot/util-crypto": "npm:^14.0.3"
rxjs: "npm:^7.8.1"