Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fe02a1434 | ||
|
|
ac25d0704d |
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 10.3.2 Apr 10, 2023
|
||||
|
||||
Changes:
|
||||
|
||||
- Revert throw on MSB BitVec (`toHuman()` output is still incorrect)
|
||||
|
||||
|
||||
## 10.3.1 Apr 9, 2023
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
3428 Jaco 10.3.1 (#5587)
|
||||
3429 Jaco 10.3.2 (#5589)
|
||||
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)
|
||||
|
||||
+4
-4
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"versions": {
|
||||
"git": "10.3.1",
|
||||
"npm": "10.3.1"
|
||||
"git": "10.3.2",
|
||||
"npm": "10.3.2"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -40,7 +40,7 @@
|
||||
"test:one": "polkadot-dev-run-test --env node"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.72.38",
|
||||
"@polkadot/dev": "^0.72.39",
|
||||
"@polkadot/typegen": "workspace:packages/typegen",
|
||||
"@types/node": "^18.15.11"
|
||||
},
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-base": "10.3.1",
|
||||
"@polkadot/rpc-augment": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-augment": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/api-base": "10.3.2",
|
||||
"@polkadot/rpc-augment": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-augment": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/rpc-core": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"rxjs": "^7.8.0",
|
||||
"tslib": "^2.5.0"
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,20 +18,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types-create": "10.3.1",
|
||||
"@polkadot/api": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/types-create": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"@polkadot/util-crypto": "^11.1.3",
|
||||
"rxjs": "^7.8.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "10.3.1",
|
||||
"@polkadot/api-augment": "10.3.2",
|
||||
"@polkadot/keyring": "^11.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,25 +18,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "10.3.1",
|
||||
"@polkadot/api-augment": "10.3.1",
|
||||
"@polkadot/api-base": "10.3.1",
|
||||
"@polkadot/rpc-core": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/api": "10.3.2",
|
||||
"@polkadot/api-augment": "10.3.2",
|
||||
"@polkadot/api-base": "10.3.2",
|
||||
"@polkadot/rpc-core": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"@polkadot/util-crypto": "^11.1.3",
|
||||
"rxjs": "^7.8.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "10.3.1",
|
||||
"@polkadot/api-augment": "10.3.1",
|
||||
"@polkadot/rpc-augment": "10.3.1",
|
||||
"@polkadot/rpc-provider": "10.3.1",
|
||||
"@polkadot/types-support": "10.3.1"
|
||||
"@polkadot/api": "10.3.2",
|
||||
"@polkadot/api-augment": "10.3.2",
|
||||
"@polkadot/rpc-augment": "10.3.2",
|
||||
"@polkadot/rpc-provider": "10.3.2",
|
||||
"@polkadot/types-support": "10.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
+14
-14
@@ -18,21 +18,21 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-augment": "10.3.1",
|
||||
"@polkadot/api-base": "10.3.1",
|
||||
"@polkadot/api-derive": "10.3.1",
|
||||
"@polkadot/api-augment": "10.3.2",
|
||||
"@polkadot/api-base": "10.3.2",
|
||||
"@polkadot/api-derive": "10.3.2",
|
||||
"@polkadot/keyring": "^11.1.3",
|
||||
"@polkadot/rpc-augment": "10.3.1",
|
||||
"@polkadot/rpc-core": "10.3.1",
|
||||
"@polkadot/rpc-provider": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-augment": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types-create": "10.3.1",
|
||||
"@polkadot/types-known": "10.3.1",
|
||||
"@polkadot/rpc-augment": "10.3.2",
|
||||
"@polkadot/rpc-core": "10.3.2",
|
||||
"@polkadot/rpc-provider": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-augment": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/types-create": "10.3.2",
|
||||
"@polkadot/types-known": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"@polkadot/util-crypto": "^11.1.3",
|
||||
"eventemitter3": "^5.0.0",
|
||||
@@ -40,7 +40,7 @@
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "10.3.1",
|
||||
"@polkadot/types-support": "10.3.1"
|
||||
"@polkadot/api-augment": "10.3.2",
|
||||
"@polkadot/types-support": "10.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/rpc-core": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-augment": "10.3.1",
|
||||
"@polkadot/rpc-provider": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/rpc-augment": "10.3.2",
|
||||
"@polkadot/rpc-provider": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"rxjs": "^7.8.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^11.1.3",
|
||||
"@polkadot/rpc-augment": "10.3.1"
|
||||
"@polkadot/rpc-augment": "10.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^11.1.3",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-support": "10.3.1",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-support": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"@polkadot/util-crypto": "^11.1.3",
|
||||
"@polkadot/x-fetch": "^11.1.3",
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.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": "10.3.1",
|
||||
"@polkadot/api-augment": "10.3.1",
|
||||
"@polkadot/rpc-augment": "10.3.1",
|
||||
"@polkadot/rpc-provider": "10.3.1",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-augment": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types-create": "10.3.1",
|
||||
"@polkadot/types-support": "10.3.1",
|
||||
"@polkadot/api": "10.3.2",
|
||||
"@polkadot/api-augment": "10.3.2",
|
||||
"@polkadot/rpc-augment": "10.3.2",
|
||||
"@polkadot/rpc-provider": "10.3.2",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-augment": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/types-create": "10.3.2",
|
||||
"@polkadot/types-support": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"@polkadot/util-crypto": "^11.1.3",
|
||||
"@polkadot/x-ws": "^11.1.3",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^11.1.3",
|
||||
@@ -26,9 +26,9 @@
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-augment": "10.3.1",
|
||||
"@polkadot/types-support": "10.3.1",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-augment": "10.3.2",
|
||||
"@polkadot/types-support": "10.3.2",
|
||||
"@polkadot/util-crypto": "^11.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "10.3.1"
|
||||
"@polkadot/types": "10.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^11.1.3",
|
||||
"@polkadot/types": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types-create": "10.3.1",
|
||||
"@polkadot/types": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/types-create": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "10.3.1"
|
||||
"@polkadot/api": "10.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^11.1.3",
|
||||
|
||||
@@ -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.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.3.1",
|
||||
"version": "10.3.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^11.1.3",
|
||||
"@polkadot/types-augment": "10.3.1",
|
||||
"@polkadot/types-codec": "10.3.1",
|
||||
"@polkadot/types-create": "10.3.1",
|
||||
"@polkadot/types-augment": "10.3.2",
|
||||
"@polkadot/types-codec": "10.3.2",
|
||||
"@polkadot/types-create": "10.3.2",
|
||||
"@polkadot/util": "^11.1.3",
|
||||
"@polkadot/util-crypto": "^11.1.3",
|
||||
"rxjs": "^7.8.0",
|
||||
@@ -32,6 +32,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^11.1.3",
|
||||
"@polkadot/types-support": "10.3.1"
|
||||
"@polkadot/types-support": "10.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -735,7 +735,9 @@ export class PortableRegistry extends Struct implements ILookup {
|
||||
// through to the TypeDef (Here we could potentially re-use something
|
||||
// like index (???) to indicate and ensure we use it to pass to the
|
||||
// BitVec constructor - which does handle this type)
|
||||
throw new Error(`Only LSB BitVec is currently supported, found ${bitOrder.namespace}`);
|
||||
//
|
||||
// See https://github.com/polkadot-js/api/issues/5588
|
||||
// throw new Error(`Only LSB BitVec is currently supported, found ${bitOrder.namespace}`);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.3.1' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.3.2' };
|
||||
|
||||
@@ -364,26 +364,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@10.3.1, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@10.3.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": 10.3.1
|
||||
"@polkadot/rpc-augment": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-augment": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/api-base": 10.3.2
|
||||
"@polkadot/rpc-augment": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-augment": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@10.3.1, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@10.3.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": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/rpc-core": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
rxjs: ^7.8.0
|
||||
tslib: ^2.5.0
|
||||
@@ -394,12 +394,12 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@polkadot/api": 10.3.1
|
||||
"@polkadot/api-augment": 10.3.1
|
||||
"@polkadot/api": 10.3.2
|
||||
"@polkadot/api-augment": 10.3.2
|
||||
"@polkadot/keyring": ^11.1.3
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types-create": 10.3.1
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/types-create": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
rxjs: ^7.8.0
|
||||
@@ -407,19 +407,19 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@10.3.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@10.3.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": 10.3.1
|
||||
"@polkadot/api-augment": 10.3.1
|
||||
"@polkadot/api-base": 10.3.1
|
||||
"@polkadot/rpc-augment": 10.3.1
|
||||
"@polkadot/rpc-core": 10.3.1
|
||||
"@polkadot/rpc-provider": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types-support": 10.3.1
|
||||
"@polkadot/api": 10.3.2
|
||||
"@polkadot/api-augment": 10.3.2
|
||||
"@polkadot/api-base": 10.3.2
|
||||
"@polkadot/rpc-augment": 10.3.2
|
||||
"@polkadot/rpc-core": 10.3.2
|
||||
"@polkadot/rpc-provider": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/types-support": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
rxjs: ^7.8.0
|
||||
@@ -427,23 +427,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@10.3.1, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@10.3.2, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@polkadot/api-augment": 10.3.1
|
||||
"@polkadot/api-base": 10.3.1
|
||||
"@polkadot/api-derive": 10.3.1
|
||||
"@polkadot/api-augment": 10.3.2
|
||||
"@polkadot/api-base": 10.3.2
|
||||
"@polkadot/api-derive": 10.3.2
|
||||
"@polkadot/keyring": ^11.1.3
|
||||
"@polkadot/rpc-augment": 10.3.1
|
||||
"@polkadot/rpc-core": 10.3.1
|
||||
"@polkadot/rpc-provider": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-augment": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types-create": 10.3.1
|
||||
"@polkadot/types-known": 10.3.1
|
||||
"@polkadot/types-support": 10.3.1
|
||||
"@polkadot/rpc-augment": 10.3.2
|
||||
"@polkadot/rpc-core": 10.3.2
|
||||
"@polkadot/rpc-provider": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-augment": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/types-create": 10.3.2
|
||||
"@polkadot/types-known": 10.3.2
|
||||
"@polkadot/types-support": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
eventemitter3: ^5.0.0
|
||||
@@ -452,34 +452,34 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/dev-test@npm:^0.72.38":
|
||||
version: 0.72.38
|
||||
resolution: "@polkadot/dev-test@npm:0.72.38"
|
||||
"@polkadot/dev-test@npm:^0.72.39":
|
||||
version: 0.72.39
|
||||
resolution: "@polkadot/dev-test@npm:0.72.39"
|
||||
dependencies:
|
||||
jsdom: ^21.1.1
|
||||
tslib: ^2.5.0
|
||||
checksum: fd6d903bf957fd9d632d0e2bece9c7e1a9744e03c76eab4b256d0abda952b8c5868b1c9dabe9ceb85227a8f0290ff87277e4b6defbb07e897e45764e789f038d
|
||||
checksum: 2731ac8444aa2c5e78516798c18eee69bc850e66c1f61c35076c86938d906b143a2fe0c52a1fc73cf916f8665e0c79710f6e2f3cc4443f5f6eb3904734e35356
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-ts@npm:^0.72.38":
|
||||
version: 0.72.38
|
||||
resolution: "@polkadot/dev-ts@npm:0.72.38"
|
||||
"@polkadot/dev-ts@npm:^0.72.39":
|
||||
version: 0.72.39
|
||||
resolution: "@polkadot/dev-ts@npm:0.72.39"
|
||||
dependencies:
|
||||
json5: ^2.2.3
|
||||
tslib: ^2.5.0
|
||||
typescript: ^5.0.4
|
||||
checksum: 2c4007ac738cb36c2ed0d30a105a60e443dd2ede71d42273e1ff6c77702fae771f0283cff0bff5ecdfffee38013ed2f0d219b7351cc12b67d1102de5810762c9
|
||||
checksum: 8782d9a9c567eed0a08ffd9a3a220622d19b68c86e0cedec0c97a652d4b900c59112a87c40c2a3065727fc4a55de5c49bea3538eff02188503ff1903e8741107
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.72.38":
|
||||
version: 0.72.38
|
||||
resolution: "@polkadot/dev@npm:0.72.38"
|
||||
"@polkadot/dev@npm:^0.72.39":
|
||||
version: 0.72.39
|
||||
resolution: "@polkadot/dev@npm:0.72.39"
|
||||
dependencies:
|
||||
"@eslint/js": ^8.38.0
|
||||
"@polkadot/dev-test": ^0.72.38
|
||||
"@polkadot/dev-ts": ^0.72.38
|
||||
"@polkadot/dev-test": ^0.72.39
|
||||
"@polkadot/dev-ts": ^0.72.39
|
||||
"@rollup/plugin-alias": ^5.0.0
|
||||
"@rollup/plugin-commonjs": ^24.0.1
|
||||
"@rollup/plugin-dynamic-import-vars": ^2.0.3
|
||||
@@ -540,7 +540,7 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 0a68f5c60e7e0c396cb61af68fe065a7adc03bf39c536784a31778ea25db236b7afa8229b27fe42de1687d3ca7485edbd7e6d14c9fe2ba508e96863668f04572
|
||||
checksum: 527602e64635b3ed43e8f7227c7bd5ae108c861bb89b6a1ad4f04ec933c0e9dc8ec8a9d260638eabc71ecf47f25b66672428becbdad4394a8f55e01ab19a040b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -569,39 +569,39 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@10.3.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@10.3.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": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/rpc-core": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@10.3.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@10.3.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": ^11.1.3
|
||||
"@polkadot/rpc-augment": 10.3.1
|
||||
"@polkadot/rpc-provider": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/rpc-augment": 10.3.2
|
||||
"@polkadot/rpc-provider": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
rxjs: ^7.8.0
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@10.3.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@10.3.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": ^11.1.3
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-support": 10.3.1
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-support": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
"@polkadot/x-fetch": ^11.1.3
|
||||
@@ -622,15 +622,15 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/typegen@workspace:packages/typegen"
|
||||
dependencies:
|
||||
"@polkadot/api": 10.3.1
|
||||
"@polkadot/api-augment": 10.3.1
|
||||
"@polkadot/rpc-augment": 10.3.1
|
||||
"@polkadot/rpc-provider": 10.3.1
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-augment": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types-create": 10.3.1
|
||||
"@polkadot/types-support": 10.3.1
|
||||
"@polkadot/api": 10.3.2
|
||||
"@polkadot/api-augment": 10.3.2
|
||||
"@polkadot/rpc-augment": 10.3.2
|
||||
"@polkadot/rpc-provider": 10.3.2
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-augment": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/types-create": 10.3.2
|
||||
"@polkadot/types-support": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
"@polkadot/x-ws": ^11.1.3
|
||||
@@ -648,24 +648,24 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@10.3.1, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@10.3.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": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@10.3.1, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@10.3.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": 10.3.1
|
||||
"@polkadot/types-augment": 10.3.1
|
||||
"@polkadot/types-support": 10.3.1
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-augment": 10.3.2
|
||||
"@polkadot/types-support": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
"@polkadot/x-bigint": ^11.1.3
|
||||
@@ -673,32 +673,32 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@10.3.1, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@10.3.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": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@10.3.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@10.3.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": 10.3.1
|
||||
"@polkadot/api": 10.3.2
|
||||
"@polkadot/networks": ^11.1.3
|
||||
"@polkadot/types": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types-create": 10.3.1
|
||||
"@polkadot/types": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/types-create": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@10.3.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@10.3.2, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -707,15 +707,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@10.3.1, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@10.3.2, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@polkadot/keyring": ^11.1.3
|
||||
"@polkadot/types-augment": 10.3.1
|
||||
"@polkadot/types-codec": 10.3.1
|
||||
"@polkadot/types-create": 10.3.1
|
||||
"@polkadot/types-support": 10.3.1
|
||||
"@polkadot/types-augment": 10.3.2
|
||||
"@polkadot/types-codec": 10.3.2
|
||||
"@polkadot/types-create": 10.3.2
|
||||
"@polkadot/types-support": 10.3.2
|
||||
"@polkadot/util": ^11.1.3
|
||||
"@polkadot/util-crypto": ^11.1.3
|
||||
rxjs: ^7.8.0
|
||||
@@ -7357,7 +7357,7 @@ fsevents@~2.3.2:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@polkadot/dev": ^0.72.38
|
||||
"@polkadot/dev": ^0.72.39
|
||||
"@polkadot/typegen": "workspace:packages/typegen"
|
||||
"@types/node": ^18.15.11
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user