[CI Skip] release/stable 10.5.1
skip-checks: true
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
3448 Jaco Bump util (#5622)
|
||||
3449 Jaco 10.5.1 (#5623)
|
||||
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)
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"versions": {
|
||||
"git": "10.4.2-7-x",
|
||||
"npm": "10.4.1"
|
||||
"git": "10.5.1",
|
||||
"npm": "10.5.1"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-base": "10.5.0",
|
||||
"@polkadot/rpc-augment": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-augment": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/api-base": "10.5.1",
|
||||
"@polkadot/rpc-augment": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-augment": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/rpc-core": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,20 +18,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types-create": "10.5.0",
|
||||
"@polkadot/api": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/types-create": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"@polkadot/util-crypto": "^12.1.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "10.5.0",
|
||||
"@polkadot/api-augment": "10.5.1",
|
||||
"@polkadot/keyring": "^12.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,25 +18,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "10.5.0",
|
||||
"@polkadot/api-augment": "10.5.0",
|
||||
"@polkadot/api-base": "10.5.0",
|
||||
"@polkadot/rpc-core": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/api": "10.5.1",
|
||||
"@polkadot/api-augment": "10.5.1",
|
||||
"@polkadot/api-base": "10.5.1",
|
||||
"@polkadot/rpc-core": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"@polkadot/util-crypto": "^12.1.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "10.5.0",
|
||||
"@polkadot/api-augment": "10.5.0",
|
||||
"@polkadot/rpc-augment": "10.5.0",
|
||||
"@polkadot/rpc-provider": "10.5.0",
|
||||
"@polkadot/types-support": "10.5.0"
|
||||
"@polkadot/api": "10.5.1",
|
||||
"@polkadot/api-augment": "10.5.1",
|
||||
"@polkadot/rpc-augment": "10.5.1",
|
||||
"@polkadot/rpc-provider": "10.5.1",
|
||||
"@polkadot/types-support": "10.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,21 +18,21 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-augment": "10.5.0",
|
||||
"@polkadot/api-base": "10.5.0",
|
||||
"@polkadot/api-derive": "10.5.0",
|
||||
"@polkadot/api-augment": "10.5.1",
|
||||
"@polkadot/api-base": "10.5.1",
|
||||
"@polkadot/api-derive": "10.5.1",
|
||||
"@polkadot/keyring": "^12.1.1",
|
||||
"@polkadot/rpc-augment": "10.5.0",
|
||||
"@polkadot/rpc-core": "10.5.0",
|
||||
"@polkadot/rpc-provider": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-augment": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types-create": "10.5.0",
|
||||
"@polkadot/types-known": "10.5.0",
|
||||
"@polkadot/rpc-augment": "10.5.1",
|
||||
"@polkadot/rpc-core": "10.5.1",
|
||||
"@polkadot/rpc-provider": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-augment": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/types-create": "10.5.1",
|
||||
"@polkadot/types-known": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"@polkadot/util-crypto": "^12.1.1",
|
||||
"eventemitter3": "^5.0.0",
|
||||
@@ -40,7 +40,7 @@
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "10.5.0",
|
||||
"@polkadot/types-support": "10.5.0"
|
||||
"@polkadot/api-augment": "10.5.1",
|
||||
"@polkadot/types-support": "10.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/rpc-core": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-augment": "10.5.0",
|
||||
"@polkadot/rpc-provider": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/rpc-augment": "10.5.1",
|
||||
"@polkadot/rpc-provider": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^12.1.1",
|
||||
"@polkadot/rpc-augment": "10.5.0"
|
||||
"@polkadot/rpc-augment": "10.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^12.1.1",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-support": "10.5.0",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-support": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"@polkadot/util-crypto": "^12.1.1",
|
||||
"@polkadot/x-fetch": "^12.1.1",
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"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.5.0",
|
||||
"@polkadot/api-augment": "10.5.0",
|
||||
"@polkadot/rpc-augment": "10.5.0",
|
||||
"@polkadot/rpc-provider": "10.5.0",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-augment": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types-create": "10.5.0",
|
||||
"@polkadot/types-support": "10.5.0",
|
||||
"@polkadot/api": "10.5.1",
|
||||
"@polkadot/api-augment": "10.5.1",
|
||||
"@polkadot/rpc-augment": "10.5.1",
|
||||
"@polkadot/rpc-provider": "10.5.1",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-augment": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/types-create": "10.5.1",
|
||||
"@polkadot/types-support": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"@polkadot/util-crypto": "^12.1.1",
|
||||
"@polkadot/x-ws": "^12.1.1",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.1.1",
|
||||
@@ -26,9 +26,9 @@
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-augment": "10.5.0",
|
||||
"@polkadot/types-support": "10.5.0",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-augment": "10.5.1",
|
||||
"@polkadot/types-support": "10.5.1",
|
||||
"@polkadot/util-crypto": "^12.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "10.5.0"
|
||||
"@polkadot/types": "10.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^12.1.1",
|
||||
"@polkadot/types": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types-create": "10.5.0",
|
||||
"@polkadot/types": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/types-create": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "10.5.0"
|
||||
"@polkadot/api": "10.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.1.1",
|
||||
|
||||
@@ -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.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.5.0",
|
||||
"version": "10.5.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^12.1.1",
|
||||
"@polkadot/types-augment": "10.5.0",
|
||||
"@polkadot/types-codec": "10.5.0",
|
||||
"@polkadot/types-create": "10.5.0",
|
||||
"@polkadot/types-augment": "10.5.1",
|
||||
"@polkadot/types-codec": "10.5.1",
|
||||
"@polkadot/types-create": "10.5.1",
|
||||
"@polkadot/util": "^12.1.1",
|
||||
"@polkadot/util-crypto": "^12.1.1",
|
||||
"rxjs": "^7.8.1",
|
||||
@@ -32,6 +32,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^12.1.1",
|
||||
"@polkadot/types-support": "10.5.0"
|
||||
"@polkadot/types-support": "10.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.5.1' };
|
||||
|
||||
156
yarn.lock
156
yarn.lock
@@ -366,26 +366,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@10.5.0, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@10.5.1, @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.5.0
|
||||
"@polkadot/rpc-augment": 10.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-augment": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/api-base": 10.5.1
|
||||
"@polkadot/rpc-augment": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-augment": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@10.5.0, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@10.5.1, @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.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/rpc-core": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
rxjs: ^7.8.1
|
||||
tslib: ^2.5.0
|
||||
@@ -396,12 +396,12 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@polkadot/api": 10.5.0
|
||||
"@polkadot/api-augment": 10.5.0
|
||||
"@polkadot/api": 10.5.1
|
||||
"@polkadot/api-augment": 10.5.1
|
||||
"@polkadot/keyring": ^12.1.1
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types-create": 10.5.0
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/types-create": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
rxjs: ^7.8.1
|
||||
@@ -409,19 +409,19 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@10.5.0, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@10.5.1, @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.5.0
|
||||
"@polkadot/api-augment": 10.5.0
|
||||
"@polkadot/api-base": 10.5.0
|
||||
"@polkadot/rpc-augment": 10.5.0
|
||||
"@polkadot/rpc-core": 10.5.0
|
||||
"@polkadot/rpc-provider": 10.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types-support": 10.5.0
|
||||
"@polkadot/api": 10.5.1
|
||||
"@polkadot/api-augment": 10.5.1
|
||||
"@polkadot/api-base": 10.5.1
|
||||
"@polkadot/rpc-augment": 10.5.1
|
||||
"@polkadot/rpc-core": 10.5.1
|
||||
"@polkadot/rpc-provider": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/types-support": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
rxjs: ^7.8.1
|
||||
@@ -429,23 +429,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@10.5.0, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@10.5.1, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@polkadot/api-augment": 10.5.0
|
||||
"@polkadot/api-base": 10.5.0
|
||||
"@polkadot/api-derive": 10.5.0
|
||||
"@polkadot/api-augment": 10.5.1
|
||||
"@polkadot/api-base": 10.5.1
|
||||
"@polkadot/api-derive": 10.5.1
|
||||
"@polkadot/keyring": ^12.1.1
|
||||
"@polkadot/rpc-augment": 10.5.0
|
||||
"@polkadot/rpc-core": 10.5.0
|
||||
"@polkadot/rpc-provider": 10.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-augment": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types-create": 10.5.0
|
||||
"@polkadot/types-known": 10.5.0
|
||||
"@polkadot/types-support": 10.5.0
|
||||
"@polkadot/rpc-augment": 10.5.1
|
||||
"@polkadot/rpc-core": 10.5.1
|
||||
"@polkadot/rpc-provider": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-augment": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/types-create": 10.5.1
|
||||
"@polkadot/types-known": 10.5.1
|
||||
"@polkadot/types-support": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
eventemitter3: ^5.0.0
|
||||
@@ -572,39 +572,39 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@10.5.0, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@10.5.1, @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.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/rpc-core": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@10.5.0, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@10.5.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
|
||||
dependencies:
|
||||
"@polkadot/keyring": ^12.1.1
|
||||
"@polkadot/rpc-augment": 10.5.0
|
||||
"@polkadot/rpc-provider": 10.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/rpc-augment": 10.5.1
|
||||
"@polkadot/rpc-provider": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
rxjs: ^7.8.1
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@10.5.0, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@10.5.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
|
||||
dependencies:
|
||||
"@polkadot/keyring": ^12.1.1
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-support": 10.5.0
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-support": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
"@polkadot/x-fetch": ^12.1.1
|
||||
@@ -625,15 +625,15 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/typegen@workspace:packages/typegen"
|
||||
dependencies:
|
||||
"@polkadot/api": 10.5.0
|
||||
"@polkadot/api-augment": 10.5.0
|
||||
"@polkadot/rpc-augment": 10.5.0
|
||||
"@polkadot/rpc-provider": 10.5.0
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-augment": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types-create": 10.5.0
|
||||
"@polkadot/types-support": 10.5.0
|
||||
"@polkadot/api": 10.5.1
|
||||
"@polkadot/api-augment": 10.5.1
|
||||
"@polkadot/rpc-augment": 10.5.1
|
||||
"@polkadot/rpc-provider": 10.5.1
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-augment": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/types-create": 10.5.1
|
||||
"@polkadot/types-support": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
"@polkadot/x-ws": ^12.1.1
|
||||
@@ -651,24 +651,24 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@10.5.0, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@10.5.1, @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.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@10.5.0, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@10.5.1, @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.5.0
|
||||
"@polkadot/types-augment": 10.5.0
|
||||
"@polkadot/types-support": 10.5.0
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-augment": 10.5.1
|
||||
"@polkadot/types-support": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
"@polkadot/x-bigint": ^12.1.1
|
||||
@@ -676,32 +676,32 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@10.5.0, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@10.5.1, @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.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@10.5.0, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@10.5.1, @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.5.0
|
||||
"@polkadot/api": 10.5.1
|
||||
"@polkadot/networks": ^12.1.1
|
||||
"@polkadot/types": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types-create": 10.5.0
|
||||
"@polkadot/types": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/types-create": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
tslib: ^2.5.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@10.5.0, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@10.5.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -710,15 +710,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@10.5.0, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@10.5.1, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@polkadot/keyring": ^12.1.1
|
||||
"@polkadot/types-augment": 10.5.0
|
||||
"@polkadot/types-codec": 10.5.0
|
||||
"@polkadot/types-create": 10.5.0
|
||||
"@polkadot/types-support": 10.5.0
|
||||
"@polkadot/types-augment": 10.5.1
|
||||
"@polkadot/types-codec": 10.5.1
|
||||
"@polkadot/types-create": 10.5.1
|
||||
"@polkadot/types-support": 10.5.1
|
||||
"@polkadot/util": ^12.1.1
|
||||
"@polkadot/util-crypto": ^12.1.1
|
||||
rxjs: ^7.8.1
|
||||
|
||||
Reference in New Issue
Block a user