Compare commits

...
8 Commits
Author SHA1 Message Date
github-actions[bot] 9de00f5a46 [CI Skip] release/stable 12.2.3
skip-checks: true
2024-07-29 19:44:17 +00:00
Tarik Gul 60e8148e8c 12.2.3 (#5945) 2024-07-29 22:36:39 +03:00
github-actions[bot] 56358b1016 [CI Skip] bump/beta 12.2.3-0-x
skip-checks: true
2024-07-29 11:36:06 +00:00
Branislav Kontur 68ce512573 Fix for fungiblesApi (#5944) 2024-07-29 07:28:13 -04:00
github-actions[bot] b0b2145d15 [CI Skip] release/stable 12.2.2
skip-checks: true
2024-07-25 10:17:59 +00:00
Tarik Gul ab683fb3f8 12.2.2 (#5943) 2024-07-25 13:10:33 +03:00
github-actions[bot] bfb92e6d8b [CI Skip] bump/beta 12.2.2-0-x
skip-checks: true
2024-07-17 22:18:39 +00:00
Tarik Gul 65b019e635 Fix toHuman error on mode (#5940) 2024-07-18 01:11:11 +03:00
37 changed files with 202 additions and 188 deletions
+14
View File
@@ -1,5 +1,19 @@
# CHANGELOG
## 12.2.3 July 29, 2024
Contributed:
- Fix Fungible Api (Thanks to https://github.com/bkontur)
## 12.2.2 July 25, 2024
Changes:
- Fix toHuman error on mode
## 12.2.1 July 13, 2024
Changes:
+2 -2
View File
@@ -1,6 +1,6 @@
3512 Jaco Bump deps (#5785)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
77 Tarik Gul 12.2.1 (#5939)
80 Tarik Gul 12.2.3 (#5945)
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)
@@ -10,8 +10,8 @@
11 Ian He HttpProvider support clone() (#3949)
10 Axel Chalon Make Enum/Tuple constructor use value directly if instance (#1954)
6 Andreea Eftene Update check for contract instantiation (#5699)
6 Branislav Kontur Fix for fungiblesApi (#5944)
5 Alberto Nicolas Penayo added use of accountNonceApi (#5915)
5 Branislav Kontur Adjusted `LocationToAccountApi` (#5919)
5 Chevdor Fix metadata package link (#3458)
5 Jake Naviasky Fixing approvalFlagsToBools. (#1250)
5 Julien Eluard General WsProvider extensibility improvements (#5467)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"versions": {
"git": "12.2.1",
"npm": "12.2.1"
"git": "12.2.3",
"npm": "12.2.3"
},
"workspaces": [
"packages/*"
+6 -6
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "12.2.1",
"@polkadot/rpc-augment": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/types-augment": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/api-base": "12.2.3",
"@polkadot/rpc-augment": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-augment": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.2.3' };
+3 -3
View File
@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/rpc-core": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/util": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.2.3' };
+8 -8
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "12.2.1",
"@polkadot/api-augment": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/types-create": "12.2.1",
"@polkadot/api": "12.2.3",
"@polkadot/api-augment": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/types-create": "12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "12.2.1",
"@polkadot/api-augment": "12.2.3",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-support": "12.2.1"
"@polkadot/types-support": "12.2.3"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.2.3' };
+12 -12
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "12.2.1",
"@polkadot/api-augment": "12.2.1",
"@polkadot/api-base": "12.2.1",
"@polkadot/rpc-core": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/api": "12.2.3",
"@polkadot/api-augment": "12.2.3",
"@polkadot/api-base": "12.2.3",
"@polkadot/rpc-core": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "12.2.1",
"@polkadot/api-augment": "12.2.1",
"@polkadot/rpc-augment": "12.2.1",
"@polkadot/rpc-provider": "12.2.1",
"@polkadot/types-support": "12.2.1"
"@polkadot/api": "12.2.3",
"@polkadot/api-augment": "12.2.3",
"@polkadot/rpc-augment": "12.2.3",
"@polkadot/rpc-provider": "12.2.3",
"@polkadot/types-support": "12.2.3"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.2.3' };
+14 -14
View File
@@ -18,21 +18,21 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "12.2.1",
"@polkadot/api-base": "12.2.1",
"@polkadot/api-derive": "12.2.1",
"@polkadot/api-augment": "12.2.3",
"@polkadot/api-base": "12.2.3",
"@polkadot/api-derive": "12.2.3",
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-augment": "12.2.1",
"@polkadot/rpc-core": "12.2.1",
"@polkadot/rpc-provider": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/types-augment": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/types-create": "12.2.1",
"@polkadot/types-known": "12.2.1",
"@polkadot/rpc-augment": "12.2.3",
"@polkadot/rpc-core": "12.2.3",
"@polkadot/rpc-provider": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-augment": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/types-create": "12.2.3",
"@polkadot/types-known": "12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"eventemitter3": "^5.0.1",
@@ -40,7 +40,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "12.2.1",
"@polkadot/types-support": "12.2.1"
"@polkadot/api-augment": "12.2.3",
"@polkadot/types-support": "12.2.3"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.2.3' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/rpc-core": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.2.3' };
+5 -5
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "12.2.1",
"@polkadot/rpc-provider": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/rpc-augment": "12.2.3",
"@polkadot/rpc-provider": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/util": "^13.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/rpc-augment": "12.2.1"
"@polkadot/rpc-augment": "12.2.3"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.2.3' };
+3 -3
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "12.2.1",
"@polkadot/types-support": "12.2.1",
"@polkadot/types": "12.2.3",
"@polkadot/types-support": "12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.2.3' };
+10 -10
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"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": "12.2.1",
"@polkadot/api-augment": "12.2.1",
"@polkadot/rpc-augment": "12.2.1",
"@polkadot/rpc-provider": "12.2.1",
"@polkadot/types": "12.2.1",
"@polkadot/types-augment": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/types-create": "12.2.1",
"@polkadot/types-support": "12.2.1",
"@polkadot/api": "12.2.3",
"@polkadot/api-augment": "12.2.3",
"@polkadot/rpc-augment": "12.2.3",
"@polkadot/rpc-provider": "12.2.3",
"@polkadot/types": "12.2.3",
"@polkadot/types-augment": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/types-create": "12.2.3",
"@polkadot/types-support": "12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.2.3' };
+3 -3
View File
@@ -18,11 +18,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/types": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/types": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.2.3' };
+4 -4
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
@@ -26,9 +26,9 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "12.2.1",
"@polkadot/types-augment": "12.2.1",
"@polkadot/types-support": "12.2.1",
"@polkadot/types": "12.2.3",
"@polkadot/types-augment": "12.2.3",
"@polkadot/types-support": "12.2.3",
"@polkadot/util-crypto": "^13.0.2"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.2.3' };
+3 -3
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "12.2.1",
"@polkadot/types-codec": "12.2.3",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "12.2.1"
"@polkadot/types": "12.2.3"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.2.3' };
+5 -5
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.0.2",
"@polkadot/types": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/types-create": "12.2.1",
"@polkadot/types": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/types-create": "12.2.3",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "12.2.1"
"@polkadot/api": "12.2.3"
}
}
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '12.2.3' };
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
+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: '12.2.1' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '12.2.3' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "12.2.1",
"version": "12.2.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-augment": "12.2.1",
"@polkadot/types-codec": "12.2.1",
"@polkadot/types-create": "12.2.1",
"@polkadot/types-augment": "12.2.3",
"@polkadot/types-codec": "12.2.3",
"@polkadot/types-create": "12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"rxjs": "^7.8.1",
@@ -32,6 +32,6 @@
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/types-support": "12.2.1"
"@polkadot/types-support": "12.2.3"
}
}
+1 -1
View File
@@ -341,7 +341,7 @@ export class GenericExtrinsic<A extends AnyTuple = AnyTuple> extends ExtrinsicBa
assetId: this.assetId ? this.assetId.toHuman(isExpanded, disableAscii) : null,
era: this.era.toHuman(isExpanded, disableAscii),
metadataHash: this.metadataHash ? this.metadataHash.toHex() : null,
mode: this.mode.toHuman(),
mode: this.mode ? this.mode.toHuman() : null,
nonce: this.nonce.toHuman(isExpanded, disableAscii),
signature: this.signature.toHex(),
signer: this.signer.toHuman(isExpanded, disableAscii),
@@ -122,7 +122,7 @@ describe('runtime definitions', (): void => {
for (const { methods, version } of versions) {
describe(`version ${version}`, (): void => {
const methodsEntries = Object.entries<DefinitionCall>(methods);
const skipInspectTypes = ['StagingXcmV3MultiLocation', 'StagingXcmV4Location', 'Result<Vec<XcmV3MultiAsset>, FungiblesAccessError>', 'Result<XcmVersionedMultiAssets, FungiblesAccessError>', 'XcmVersionedLocation', 'XcmVersionedAssetId', 'XcmVersionedXcm', 'Result<Vec<XcmVersionedAssetId>, XcmPaymentApiError>'];
const skipInspectTypes = ['StagingXcmV3MultiLocation', 'StagingXcmV4Location', 'Result<Vec<XcmV3MultiAsset>, FungiblesAccessError>', 'Result<XcmVersionedAssets, FungiblesAccessError>', 'XcmVersionedLocation', 'XcmVersionedAssetId', 'XcmVersionedXcm', 'Result<Vec<XcmVersionedAssetId>, XcmPaymentApiError>'];
for (const [key, { params, type }] of methodsEntries) {
describe(`${key}`, (): void => {
@@ -30,7 +30,7 @@ export const runtime: DefinitionsCall = {
type: 'AccountId'
}
],
type: 'Result<XcmVersionedMultiAssets, FungiblesAccessError>'
type: 'Result<XcmVersionedAssets, FungiblesAccessError>'
}
},
version: 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: '12.2.1' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '12.2.3' };
+79 -79
View File
@@ -444,26 +444,26 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:12.2.1, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:12.2.3, @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:12.2.1"
"@polkadot/rpc-augment": "npm:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-augment": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/api-base": "npm:12.2.3"
"@polkadot/rpc-augment": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-augment": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:12.2.1, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:12.2.3, @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:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/rpc-core": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.6.2"
@@ -474,13 +474,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:12.2.1"
"@polkadot/api-augment": "npm:12.2.1"
"@polkadot/api": "npm:12.2.3"
"@polkadot/api-augment": "npm:12.2.3"
"@polkadot/keyring": "npm:^13.0.2"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types-create": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/types-create": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
rxjs: "npm:^7.8.1"
@@ -488,19 +488,19 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:12.2.1, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:12.2.3, @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:12.2.1"
"@polkadot/api-augment": "npm:12.2.1"
"@polkadot/api-base": "npm:12.2.1"
"@polkadot/rpc-augment": "npm:12.2.1"
"@polkadot/rpc-core": "npm:12.2.1"
"@polkadot/rpc-provider": "npm:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/api": "npm:12.2.3"
"@polkadot/api-augment": "npm:12.2.3"
"@polkadot/api-base": "npm:12.2.3"
"@polkadot/rpc-augment": "npm:12.2.3"
"@polkadot/rpc-core": "npm:12.2.3"
"@polkadot/rpc-provider": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
rxjs: "npm:^7.8.1"
@@ -508,23 +508,23 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api@npm:12.2.1, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:12.2.3, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:12.2.1"
"@polkadot/api-base": "npm:12.2.1"
"@polkadot/api-derive": "npm:12.2.1"
"@polkadot/api-augment": "npm:12.2.3"
"@polkadot/api-base": "npm:12.2.3"
"@polkadot/api-derive": "npm:12.2.3"
"@polkadot/keyring": "npm:^13.0.2"
"@polkadot/rpc-augment": "npm:12.2.1"
"@polkadot/rpc-core": "npm:12.2.1"
"@polkadot/rpc-provider": "npm:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-augment": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types-create": "npm:12.2.1"
"@polkadot/types-known": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/rpc-augment": "npm:12.2.3"
"@polkadot/rpc-core": "npm:12.2.3"
"@polkadot/rpc-provider": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-augment": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/types-create": "npm:12.2.3"
"@polkadot/types-known": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
eventemitter3: "npm:^5.0.1"
@@ -654,39 +654,39 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:12.2.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:12.2.3, @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:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/rpc-core": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:12.2.1, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:12.2.3, @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.0.2"
"@polkadot/rpc-augment": "npm:12.2.1"
"@polkadot/rpc-provider": "npm:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/rpc-augment": "npm:12.2.3"
"@polkadot/rpc-provider": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:12.2.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:12.2.3, @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.0.2"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
"@polkadot/x-fetch": "npm:^13.0.2"
@@ -707,15 +707,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:12.2.1"
"@polkadot/api-augment": "npm:12.2.1"
"@polkadot/rpc-augment": "npm:12.2.1"
"@polkadot/rpc-provider": "npm:12.2.1"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-augment": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types-create": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/api": "npm:12.2.3"
"@polkadot/api-augment": "npm:12.2.3"
"@polkadot/rpc-augment": "npm:12.2.3"
"@polkadot/rpc-provider": "npm:12.2.3"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-augment": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/types-create": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
"@polkadot/x-ws": "npm:^13.0.2"
@@ -732,24 +732,24 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:12.2.1, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:12.2.3, @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:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:12.2.1, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:12.2.3, @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:12.2.1"
"@polkadot/types-augment": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-augment": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
"@polkadot/x-bigint": "npm:^13.0.2"
@@ -757,32 +757,32 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:12.2.1, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:12.2.3, @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:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:12.2.1, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:12.2.3, @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:12.2.1"
"@polkadot/api": "npm:12.2.3"
"@polkadot/networks": "npm:^13.0.2"
"@polkadot/types": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types-create": "npm:12.2.1"
"@polkadot/types": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/types-create": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:12.2.1, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:12.2.3, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
@@ -791,15 +791,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types@npm:12.2.1, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:12.2.3, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.0.2"
"@polkadot/types-augment": "npm:12.2.1"
"@polkadot/types-codec": "npm:12.2.1"
"@polkadot/types-create": "npm:12.2.1"
"@polkadot/types-support": "npm:12.2.1"
"@polkadot/types-augment": "npm:12.2.3"
"@polkadot/types-codec": "npm:12.2.3"
"@polkadot/types-create": "npm:12.2.3"
"@polkadot/types-support": "npm:12.2.3"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
rxjs: "npm:^7.8.1"