Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
442a0fbbf8 | ||
|
|
615e4c67fd | ||
|
|
1c7f3b157d | ||
|
|
b0ce49de18 |
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 10.12.4 Mar 19, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
- Fix add muln(2) to signingInfo Derive (Thanks to https://github.com/pepoviola)
|
||||
|
||||
|
||||
## 10.12.3 Mar 18, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@
|
||||
35 Stefanie Doll Updated child storage parameters (#1709)
|
||||
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
|
||||
19 Xiliang Chen no warm for unknown signed extensions (#5601)
|
||||
16 Tarik Gul 10.12.3 (#5828)
|
||||
17 Tarik Gul 10.12.4 (#5830)
|
||||
15 Jeremías Díaz feat(types): add correct tuple type to storage key (#3054)
|
||||
14 Nikos Kontakis Bump substrate connect to 0.7.16 (#5307)
|
||||
11 Ian He HttpProvider support clone() (#3949)
|
||||
@@ -41,6 +41,7 @@
|
||||
2 HackFisher Update maxExtrinsic definition (#4703)
|
||||
2 Jakub Pánik All heads subscription (#1899)
|
||||
2 James Lefrère Add `.eq()` usage to docs and fix docs typos (#1405)
|
||||
2 Javier Viola add muln(2), as was in the old code (#5829)
|
||||
2 Jeeyong Um Alias for Noir types (#5678)
|
||||
2 Jegor Sidorenko Use Box<XcmV3MultiLocation> instead of MultiAssetId (#5700)
|
||||
2 Keith Yeung Allow keyPrefix to accept an additional argument for double maps (#2230)
|
||||
@@ -82,7 +83,6 @@
|
||||
1 Hyungsuk Kang Update fees.ts (#1014)
|
||||
1 icodezjb Update SessionKeys (#3035)
|
||||
1 iiiiiiii Make unknownTypes externally accessible (#3263)
|
||||
1 Javier Viola fix: check if minimumPeriod is zero (#5827)
|
||||
1 JesseAbram added 07 Example showing how to make a transfer with allowed block permissions folder in docs (#1062)
|
||||
1 Joey don't throw error at `onSocketClose` (#4363)
|
||||
1 Jordan Allow typegen for custom RPCs (#2876)
|
||||
|
||||
+3
-3
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"versions": {
|
||||
"git": "10.12.3",
|
||||
"npm": "10.12.3"
|
||||
"git": "10.12.4",
|
||||
"npm": "10.12.4"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-base": "10.12.3",
|
||||
"@polkadot/rpc-augment": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-augment": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/api-base": "10.12.4",
|
||||
"@polkadot/rpc-augment": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-augment": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/rpc-core": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,22 +18,22 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "10.12.3",
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types-create": "10.12.3",
|
||||
"@polkadot/api": "10.12.4",
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/types-create": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types-support": "10.12.3"
|
||||
"@polkadot/types-support": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,25 +18,25 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "10.12.3",
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/api-base": "10.12.3",
|
||||
"@polkadot/rpc-core": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/api": "10.12.4",
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/api-base": "10.12.4",
|
||||
"@polkadot/rpc-core": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "10.12.3",
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/rpc-augment": "10.12.3",
|
||||
"@polkadot/rpc-provider": "10.12.3",
|
||||
"@polkadot/types-support": "10.12.3"
|
||||
"@polkadot/api": "10.12.4",
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/rpc-augment": "10.12.4",
|
||||
"@polkadot/rpc-provider": "10.12.4",
|
||||
"@polkadot/types-support": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -74,7 +74,7 @@ function babeOrAuraPeriod (api: DeriveApi): BN | undefined {
|
||||
const period = api.consts.babe?.expectedBlockTime ||
|
||||
// this will be present ones https://github.com/paritytech/polkadot-sdk/pull/3732 is merged
|
||||
(api.consts['aura'] as unknown as Aura)?.slotDuration ||
|
||||
api.consts.timestamp?.minimumPeriod;
|
||||
api.consts.timestamp?.minimumPeriod.muln(2);
|
||||
|
||||
return !period.isZero() ? period : undefined;
|
||||
}
|
||||
|
||||
+14
-14
@@ -18,21 +18,21 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/api-base": "10.12.3",
|
||||
"@polkadot/api-derive": "10.12.3",
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/api-base": "10.12.4",
|
||||
"@polkadot/api-derive": "10.12.4",
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/rpc-augment": "10.12.3",
|
||||
"@polkadot/rpc-core": "10.12.3",
|
||||
"@polkadot/rpc-provider": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-augment": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types-create": "10.12.3",
|
||||
"@polkadot/types-known": "10.12.3",
|
||||
"@polkadot/rpc-augment": "10.12.4",
|
||||
"@polkadot/rpc-core": "10.12.4",
|
||||
"@polkadot/rpc-provider": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-augment": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/types-create": "10.12.4",
|
||||
"@polkadot/types-known": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"eventemitter3": "^5.0.1",
|
||||
@@ -40,7 +40,7 @@
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/types-support": "10.12.3"
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/types-support": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/rpc-core": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-augment": "10.12.3",
|
||||
"@polkadot/rpc-provider": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/rpc-augment": "10.12.4",
|
||||
"@polkadot/rpc-provider": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/rpc-augment": "10.12.3"
|
||||
"@polkadot/rpc-augment": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-support": "10.12.3",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-support": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/x-fetch": "^12.6.2",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"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": "10.12.3",
|
||||
"@polkadot/api-augment": "10.12.3",
|
||||
"@polkadot/rpc-augment": "10.12.3",
|
||||
"@polkadot/rpc-provider": "10.12.3",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-augment": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types-create": "10.12.3",
|
||||
"@polkadot/types-support": "10.12.3",
|
||||
"@polkadot/api": "10.12.4",
|
||||
"@polkadot/api-augment": "10.12.4",
|
||||
"@polkadot/rpc-augment": "10.12.4",
|
||||
"@polkadot/rpc-provider": "10.12.4",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-augment": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/types-create": "10.12.4",
|
||||
"@polkadot/types-support": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/x-ws": "^12.6.2",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.6.2",
|
||||
@@ -26,9 +26,9 @@
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-augment": "10.12.3",
|
||||
"@polkadot/types-support": "10.12.3",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-augment": "10.12.4",
|
||||
"@polkadot/types-support": "10.12.4",
|
||||
"@polkadot/util-crypto": "^12.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "10.12.3"
|
||||
"@polkadot/types": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^12.6.2",
|
||||
"@polkadot/types": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types-create": "10.12.3",
|
||||
"@polkadot/types": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/types-create": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "10.12.3"
|
||||
"@polkadot/api": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.6.2",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.12.3",
|
||||
"version": "10.12.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types-augment": "10.12.3",
|
||||
"@polkadot/types-codec": "10.12.3",
|
||||
"@polkadot/types-create": "10.12.3",
|
||||
"@polkadot/types-augment": "10.12.4",
|
||||
"@polkadot/types-codec": "10.12.4",
|
||||
"@polkadot/types-create": "10.12.4",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"rxjs": "^7.8.1",
|
||||
@@ -32,6 +32,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types-support": "10.12.3"
|
||||
"@polkadot/types-support": "10.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.12.3' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.12.4' };
|
||||
|
||||
@@ -444,26 +444,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@npm:10.12.3, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/rpc-augment": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-augment": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/api-base": "npm:10.12.4"
|
||||
"@polkadot/rpc-augment": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-augment": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@npm:10.12.3, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/rpc-core": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.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:10.12.3"
|
||||
"@polkadot/api-augment": "npm:10.12.3"
|
||||
"@polkadot/api": "npm:10.12.4"
|
||||
"@polkadot/api-augment": "npm:10.12.4"
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types-create": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/types-create": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
@@ -488,19 +488,19 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@npm:10.12.3, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/api-augment": "npm:10.12.3"
|
||||
"@polkadot/api-base": "npm:10.12.3"
|
||||
"@polkadot/rpc-augment": "npm:10.12.3"
|
||||
"@polkadot/rpc-core": "npm:10.12.3"
|
||||
"@polkadot/rpc-provider": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/api": "npm:10.12.4"
|
||||
"@polkadot/api-augment": "npm:10.12.4"
|
||||
"@polkadot/api-base": "npm:10.12.4"
|
||||
"@polkadot/rpc-augment": "npm:10.12.4"
|
||||
"@polkadot/rpc-core": "npm:10.12.4"
|
||||
"@polkadot/rpc-provider": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
@@ -508,23 +508,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@npm:10.12.3, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@npm:10.12.4, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@polkadot/api-augment": "npm:10.12.3"
|
||||
"@polkadot/api-base": "npm:10.12.3"
|
||||
"@polkadot/api-derive": "npm:10.12.3"
|
||||
"@polkadot/api-augment": "npm:10.12.4"
|
||||
"@polkadot/api-base": "npm:10.12.4"
|
||||
"@polkadot/api-derive": "npm:10.12.4"
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/rpc-augment": "npm:10.12.3"
|
||||
"@polkadot/rpc-core": "npm:10.12.3"
|
||||
"@polkadot/rpc-provider": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-augment": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types-create": "npm:10.12.3"
|
||||
"@polkadot/types-known": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/rpc-augment": "npm:10.12.4"
|
||||
"@polkadot/rpc-core": "npm:10.12.4"
|
||||
"@polkadot/rpc-provider": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-augment": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/types-create": "npm:10.12.4"
|
||||
"@polkadot/types-known": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
@@ -654,39 +654,39 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@npm:10.12.3, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/rpc-core": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@npm:10.12.3, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@npm:10.12.4, @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:^12.6.2"
|
||||
"@polkadot/rpc-augment": "npm:10.12.3"
|
||||
"@polkadot/rpc-provider": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/rpc-augment": "npm:10.12.4"
|
||||
"@polkadot/rpc-provider": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@npm:10.12.3, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@npm:10.12.4, @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:^12.6.2"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/x-fetch": "npm:^12.6.2"
|
||||
@@ -707,15 +707,15 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/typegen@workspace:packages/typegen"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:10.12.3"
|
||||
"@polkadot/api-augment": "npm:10.12.3"
|
||||
"@polkadot/rpc-augment": "npm:10.12.3"
|
||||
"@polkadot/rpc-provider": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-augment": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types-create": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/api": "npm:10.12.4"
|
||||
"@polkadot/api-augment": "npm:10.12.4"
|
||||
"@polkadot/rpc-augment": "npm:10.12.4"
|
||||
"@polkadot/rpc-provider": "npm:10.12.4"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-augment": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/types-create": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/x-ws": "npm:^12.6.2"
|
||||
@@ -732,24 +732,24 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@npm:10.12.3, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@npm:10.12.3, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/types-augment": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-augment": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/x-bigint": "npm:^12.6.2"
|
||||
@@ -757,32 +757,32 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@npm:10.12.3, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@npm:10.12.3, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@npm:10.12.4, @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:10.12.3"
|
||||
"@polkadot/api": "npm:10.12.4"
|
||||
"@polkadot/networks": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types-create": "npm:10.12.3"
|
||||
"@polkadot/types": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/types-create": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@npm:10.12.3, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@npm:10.12.4, @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:10.12.3, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@npm:10.12.4, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/types-augment": "npm:10.12.3"
|
||||
"@polkadot/types-codec": "npm:10.12.3"
|
||||
"@polkadot/types-create": "npm:10.12.3"
|
||||
"@polkadot/types-support": "npm:10.12.3"
|
||||
"@polkadot/types-augment": "npm:10.12.4"
|
||||
"@polkadot/types-codec": "npm:10.12.4"
|
||||
"@polkadot/types-create": "npm:10.12.4"
|
||||
"@polkadot/types-support": "npm:10.12.4"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
|
||||
Reference in New Issue
Block a user