Compare commits

..
4 Commits
Author SHA1 Message Date
github-actions[bot] 72ce4e2a36 [CI Skip] release/stable 15.0.2
skip-checks: true
2024-12-13 20:43:31 +00:00
Tarik Gul 993096b3ef 15.0.2 (#6044) 2024-12-13 15:35:37 -05:00
github-actions[bot] 1a9fe6b728 [CI Skip] bump/beta 15.0.2-0-x
skip-checks: true
2024-12-13 19:36:42 +00:00
Tarik Gul 651d651213 fix metadata on init when its value is u32 max (#6043)
* fix metadata on init when its value is u32 max

* Fix comment
2024-12-13 21:28:42 +02:00
35 changed files with 194 additions and 185 deletions
+8
View File
@@ -1,5 +1,13 @@
# CHANGELOG
## 15.0.2 Dec 13, 2024
Changes:
- Fix metadata on init when its value is u32 max ([#6043](https://github.com/polkadot-js/api/pull/6043))
- This ensures runtime api information is correctly generated and the correct metadata is used as part of the registry. At the moment this is only an issue on westend asset hub, as reported by users.
## 15.0.1 Nov 27, 2024
Breaking Changes:
+1 -1
View File
@@ -1,5 +1,5 @@
3512 Jaco Bump deps (#5785)
137 Tarik Gul 15.0.1 (#6038)
139 Tarik Gul 15.0.2 (#6044)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
37 Keith Ingram Update contract types and rpc (#4541)
35 Stefanie Doll Updated child storage parameters (#1709)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"versions": {
"git": "15.0.1",
"npm": "15.0.1"
"git": "15.0.2",
"npm": "15.0.2"
},
"workspaces": [
"packages/*"
+6 -6
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "15.0.1",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/api-base": "15.0.2",
"@polkadot/rpc-augment": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/types-augment": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '15.0.2' };
+3 -3
View File
@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/rpc-core": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '15.0.2' };
+8 -8
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/api": "15.0.2",
"@polkadot/api-augment": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/types-create": "15.0.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-augment": "15.0.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-support": "15.0.1"
"@polkadot/types-support": "15.0.2"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '15.0.2' };
+12 -12
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-base": "15.0.1",
"@polkadot/rpc-core": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/api": "15.0.2",
"@polkadot/api-augment": "15.0.2",
"@polkadot/api-base": "15.0.2",
"@polkadot/rpc-core": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types-support": "15.0.1"
"@polkadot/api": "15.0.2",
"@polkadot/api-augment": "15.0.2",
"@polkadot/rpc-augment": "15.0.2",
"@polkadot/rpc-provider": "15.0.2",
"@polkadot/types-support": "15.0.2"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '15.0.2' };
+14 -14
View File
@@ -18,21 +18,21 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-base": "15.0.1",
"@polkadot/api-derive": "15.0.1",
"@polkadot/api-augment": "15.0.2",
"@polkadot/api-base": "15.0.2",
"@polkadot/api-derive": "15.0.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-core": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/types-known": "15.0.1",
"@polkadot/rpc-augment": "15.0.2",
"@polkadot/rpc-core": "15.0.2",
"@polkadot/rpc-provider": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/types-augment": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/types-create": "15.0.2",
"@polkadot/types-known": "15.0.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"eventemitter3": "^5.0.1",
@@ -40,7 +40,7 @@
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "15.0.1",
"@polkadot/types-support": "15.0.1"
"@polkadot/api-augment": "15.0.2",
"@polkadot/types-support": "15.0.2"
}
}
+2 -1
View File
@@ -412,7 +412,8 @@ export abstract class Init<ApiType extends ApiTypes> extends Decorate<ApiType> {
: await firstValueFrom(this._rpcCore.state.call('Metadata_metadata_versions', '0x'));
const versions = typeRegistry.createType('Vec<u32>', metadataVersionsAsBytes);
metadataVersion = versions.reduce((largest, current) => current.gt(largest) ? current : largest);
// For unstable versions of the metadata the last value is set to u32 MAX in the runtime. This ensures only supported stable versions are used.
metadataVersion = versions.filter((ver) => SUPPORTED_METADATA_VERSIONS.includes(ver.toNumber())).reduce((largest, current) => current.gt(largest) ? current : largest);
} catch (e) {
l.debug((e as Error).message);
l.warn('error with state_call::Metadata_metadata_versions, rpc::state::get_metadata will be used');
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '15.0.2' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/rpc-core": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '15.0.2' };
+5 -5
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/rpc-augment": "15.0.2",
"@polkadot/rpc-provider": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/rpc-augment": "15.0.1"
"@polkadot/rpc-augment": "15.0.2"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '15.0.2' };
+3 -3
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "15.0.1",
"@polkadot/types-support": "15.0.1",
"@polkadot/types": "15.0.2",
"@polkadot/types-support": "15.0.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-fetch": "^13.2.3",
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '15.0.2' };
+10 -10
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/rpc-augment": "15.0.1",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/types-support": "15.0.1",
"@polkadot/api": "15.0.2",
"@polkadot/api-augment": "15.0.2",
"@polkadot/rpc-augment": "15.0.2",
"@polkadot/rpc-provider": "15.0.2",
"@polkadot/types": "15.0.2",
"@polkadot/types-augment": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/types-create": "15.0.2",
"@polkadot/types-support": "15.0.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '15.0.2' };
+3 -3
View File
@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '15.0.2' };
+4 -4
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.3",
@@ -26,9 +26,9 @@
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "15.0.1",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-support": "15.0.1",
"@polkadot/types": "15.0.2",
"@polkadot/types-augment": "15.0.2",
"@polkadot/types-support": "15.0.2",
"@polkadot/util-crypto": "^13.2.3"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '15.0.2' };
+3 -3
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-codec": "15.0.2",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "15.0.1"
"@polkadot/types": "15.0.2"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '15.0.2' };
+5 -5
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.2.3",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/types": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/types-create": "15.0.2",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "15.0.1"
"@polkadot/api": "15.0.2"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '15.0.2' };
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.3",
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '15.0.2' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.0.1",
"version": "15.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-augment": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/types-create": "15.0.1",
"@polkadot/types-augment": "15.0.2",
"@polkadot/types-codec": "15.0.2",
"@polkadot/types-create": "15.0.2",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
@@ -32,6 +32,6 @@
},
"devDependencies": {
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-support": "15.0.1"
"@polkadot/types-support": "15.0.2"
}
}
+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: '15.0.1' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '15.0.2' };
+79 -79
View File
@@ -447,26 +447,26 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:15.0.1, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:15.0.2, @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:15.0.1"
"@polkadot/rpc-augment": "npm:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-augment": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/api-base": "npm:15.0.2"
"@polkadot/rpc-augment": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-augment": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:15.0.1, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:15.0.2, @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:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/rpc-core": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
@@ -477,13 +477,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:15.0.1"
"@polkadot/api-augment": "npm:15.0.1"
"@polkadot/api": "npm:15.0.2"
"@polkadot/api-augment": "npm:15.0.2"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types-create": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/types-create": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
@@ -491,19 +491,19 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:15.0.1, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:15.0.2, @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:15.0.1"
"@polkadot/api-augment": "npm:15.0.1"
"@polkadot/api-base": "npm:15.0.1"
"@polkadot/rpc-augment": "npm:15.0.1"
"@polkadot/rpc-core": "npm:15.0.1"
"@polkadot/rpc-provider": "npm:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/api": "npm:15.0.2"
"@polkadot/api-augment": "npm:15.0.2"
"@polkadot/api-base": "npm:15.0.2"
"@polkadot/rpc-augment": "npm:15.0.2"
"@polkadot/rpc-core": "npm:15.0.2"
"@polkadot/rpc-provider": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
@@ -511,23 +511,23 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api@npm:15.0.1, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:15.0.2, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:15.0.1"
"@polkadot/api-base": "npm:15.0.1"
"@polkadot/api-derive": "npm:15.0.1"
"@polkadot/api-augment": "npm:15.0.2"
"@polkadot/api-base": "npm:15.0.2"
"@polkadot/api-derive": "npm:15.0.2"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/rpc-augment": "npm:15.0.1"
"@polkadot/rpc-core": "npm:15.0.1"
"@polkadot/rpc-provider": "npm:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-augment": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types-create": "npm:15.0.1"
"@polkadot/types-known": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/rpc-augment": "npm:15.0.2"
"@polkadot/rpc-core": "npm:15.0.2"
"@polkadot/rpc-provider": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-augment": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/types-create": "npm:15.0.2"
"@polkadot/types-known": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
eventemitter3: "npm:^5.0.1"
@@ -657,39 +657,39 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:15.0.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:15.0.2, @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:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/rpc-core": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:15.0.1, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:15.0.2, @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.2.3"
"@polkadot/rpc-augment": "npm:15.0.1"
"@polkadot/rpc-provider": "npm:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/rpc-augment": "npm:15.0.2"
"@polkadot/rpc-provider": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:15.0.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:15.0.2, @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.2.3"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
"@polkadot/x-fetch": "npm:^13.2.3"
@@ -710,15 +710,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:15.0.1"
"@polkadot/api-augment": "npm:15.0.1"
"@polkadot/rpc-augment": "npm:15.0.1"
"@polkadot/rpc-provider": "npm:15.0.1"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-augment": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types-create": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/api": "npm:15.0.2"
"@polkadot/api-augment": "npm:15.0.2"
"@polkadot/rpc-augment": "npm:15.0.2"
"@polkadot/rpc-provider": "npm:15.0.2"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-augment": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/types-create": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
"@polkadot/x-ws": "npm:^13.2.3"
@@ -735,24 +735,24 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:15.0.1, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:15.0.2, @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:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:15.0.1, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:15.0.2, @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:15.0.1"
"@polkadot/types-augment": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-augment": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
"@polkadot/x-bigint": "npm:^13.2.3"
@@ -760,32 +760,32 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:15.0.1, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:15.0.2, @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:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:15.0.1, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:15.0.2, @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:15.0.1"
"@polkadot/api": "npm:15.0.2"
"@polkadot/networks": "npm:^13.2.3"
"@polkadot/types": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types-create": "npm:15.0.1"
"@polkadot/types": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/types-create": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:15.0.1, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:15.0.2, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
@@ -794,15 +794,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types@npm:15.0.1, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:15.0.2, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/types-augment": "npm:15.0.1"
"@polkadot/types-codec": "npm:15.0.1"
"@polkadot/types-create": "npm:15.0.1"
"@polkadot/types-support": "npm:15.0.1"
"@polkadot/types-augment": "npm:15.0.2"
"@polkadot/types-codec": "npm:15.0.2"
"@polkadot/types-create": "npm:15.0.2"
"@polkadot/types-support": "npm:15.0.2"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
rxjs: "npm:^7.8.1"