Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8efc552b9b | ||
|
|
2b3d40a29b | ||
|
|
d91d29cff5 | ||
|
|
17fa8fa120 | ||
|
|
cecd43305e | ||
|
|
9501da9e25 |
@@ -14,7 +14,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
# This will default to using v20 so that CI will pass.
|
||||
# ref: https://github.com/polkadot-js/api/issues/6017
|
||||
node-version: 'lts/iron'
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.42.x
|
||||
|
||||
@@ -24,7 +24,9 @@ jobs:
|
||||
token: ${{ secrets.GH_PAT_BOT }}
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
# This will default to using v20 so that CI will pass.
|
||||
# ref: https://github.com/polkadot-js/api/issues/6017
|
||||
node-version: 'lts/iron'
|
||||
- name: ${{ matrix.step }}
|
||||
run: |
|
||||
yarn install --immutable
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 14.2.3 Nov 5, 2024
|
||||
|
||||
Changes:
|
||||
|
||||
- Increase RPC-CORE default cache capacity ([#6016](https://github.com/polkadot-js/api/pull/6016))
|
||||
- Set CI to use Node.js Iron (v20) ([#6018](https://github.com/polkadot-js/api/pull/6018))
|
||||
|
||||
|
||||
## 14.2.2 Oct 31, 2024
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
3512 Jaco Bump deps (#5785)
|
||||
121 Tarik Gul 14.2.2 (#6014)
|
||||
124 Tarik Gul 14.2.3 (#6019)
|
||||
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
|
||||
37 Keith Ingram Update contract types and rpc (#4541)
|
||||
35 Stefanie Doll Updated child storage parameters (#1709)
|
||||
|
||||
+3
-3
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"versions": {
|
||||
"git": "14.2.2",
|
||||
"npm": "14.2.2"
|
||||
"git": "14.2.3",
|
||||
"npm": "14.2.3"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-base": "14.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-augment": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/api-base": "14.2.3",
|
||||
"@polkadot/rpc-augment": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-augment": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"tslib": "^2.8.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/rpc-core": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,22 +18,22 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "14.2.2",
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types-create": "14.2.2",
|
||||
"@polkadot/api": "14.2.3",
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/types-create": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"@polkadot/util-crypto": "^13.2.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/keyring": "^13.2.2",
|
||||
"@polkadot/types-support": "14.2.2"
|
||||
"@polkadot/types-support": "14.2.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,25 +18,25 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "14.2.2",
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/api-base": "14.2.2",
|
||||
"@polkadot/rpc-core": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/api": "14.2.3",
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/api-base": "14.2.3",
|
||||
"@polkadot/rpc-core": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"@polkadot/util-crypto": "^13.2.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "14.2.2",
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.2",
|
||||
"@polkadot/rpc-provider": "14.2.2",
|
||||
"@polkadot/types-support": "14.2.2"
|
||||
"@polkadot/api": "14.2.3",
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/rpc-augment": "14.2.3",
|
||||
"@polkadot/rpc-provider": "14.2.3",
|
||||
"@polkadot/types-support": "14.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
+14
-14
@@ -18,21 +18,21 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/api-base": "14.2.2",
|
||||
"@polkadot/api-derive": "14.2.2",
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/api-base": "14.2.3",
|
||||
"@polkadot/api-derive": "14.2.3",
|
||||
"@polkadot/keyring": "^13.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.2",
|
||||
"@polkadot/rpc-core": "14.2.2",
|
||||
"@polkadot/rpc-provider": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-augment": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types-create": "14.2.2",
|
||||
"@polkadot/types-known": "14.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.3",
|
||||
"@polkadot/rpc-core": "14.2.3",
|
||||
"@polkadot/rpc-provider": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-augment": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/types-create": "14.2.3",
|
||||
"@polkadot/types-known": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"@polkadot/util-crypto": "^13.2.2",
|
||||
"eventemitter3": "^5.0.1",
|
||||
@@ -40,7 +40,7 @@
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/types-support": "14.2.2"
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/types-support": "14.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/rpc-core": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"tslib": "^2.8.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-augment": "14.2.2",
|
||||
"@polkadot/rpc-provider": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.3",
|
||||
"@polkadot/rpc-provider": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^13.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.2"
|
||||
"@polkadot/rpc-augment": "14.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ export class RpcCore {
|
||||
|
||||
// these are the base keys (i.e. part of jsonrpc)
|
||||
this.sections.push(...sectionNames);
|
||||
this.#storageCache = new LRUCache(DEFAULT_CAPACITY);
|
||||
this.#storageCache = new LRUCache(DEFAULT_CAPACITY * 10 * 10);
|
||||
// decorate all interfaces, defined and user on this instance
|
||||
this.addUserInterfaces(userRpc);
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^13.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-support": "14.2.2",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-support": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"@polkadot/util-crypto": "^13.2.2",
|
||||
"@polkadot/x-fetch": "^13.2.2",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// cache space (depending on the historic queries this would vary, metadata
|
||||
// for Kusama/Polkadot/Substrate falls between 600-750K, 2x for estimate)
|
||||
|
||||
export const DEFAULT_CAPACITY = 64;
|
||||
export const DEFAULT_CAPACITY = 1024;
|
||||
|
||||
class LRUNode {
|
||||
readonly key: string;
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
|
||||
@@ -28,15 +28,15 @@
|
||||
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/api": "14.2.2",
|
||||
"@polkadot/api-augment": "14.2.2",
|
||||
"@polkadot/rpc-augment": "14.2.2",
|
||||
"@polkadot/rpc-provider": "14.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-augment": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types-create": "14.2.2",
|
||||
"@polkadot/types-support": "14.2.2",
|
||||
"@polkadot/api": "14.2.3",
|
||||
"@polkadot/api-augment": "14.2.3",
|
||||
"@polkadot/rpc-augment": "14.2.3",
|
||||
"@polkadot/rpc-provider": "14.2.3",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-augment": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/types-create": "14.2.3",
|
||||
"@polkadot/types-support": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"@polkadot/util-crypto": "^13.2.2",
|
||||
"@polkadot/x-ws": "^13.2.2",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"tslib": "^2.8.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^13.2.2",
|
||||
@@ -26,9 +26,9 @@
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-augment": "14.2.2",
|
||||
"@polkadot/types-support": "14.2.2",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-augment": "14.2.3",
|
||||
"@polkadot/types-support": "14.2.3",
|
||||
"@polkadot/util-crypto": "^13.2.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "14.2.2"
|
||||
"@polkadot/types": "14.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^13.2.2",
|
||||
"@polkadot/types": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types-create": "14.2.2",
|
||||
"@polkadot/types": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/types-create": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "14.2.2"
|
||||
"@polkadot/api": "14.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^13.2.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: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.2.2",
|
||||
"version": "14.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^13.2.2",
|
||||
"@polkadot/types-augment": "14.2.2",
|
||||
"@polkadot/types-codec": "14.2.2",
|
||||
"@polkadot/types-create": "14.2.2",
|
||||
"@polkadot/types-augment": "14.2.3",
|
||||
"@polkadot/types-codec": "14.2.3",
|
||||
"@polkadot/types-create": "14.2.3",
|
||||
"@polkadot/util": "^13.2.2",
|
||||
"@polkadot/util-crypto": "^13.2.2",
|
||||
"rxjs": "^7.8.1",
|
||||
@@ -32,6 +32,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^13.2.2",
|
||||
"@polkadot/types-support": "14.2.2"
|
||||
"@polkadot/types-support": "14.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '14.2.2' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '14.2.3' };
|
||||
|
||||
@@ -447,26 +447,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@npm:14.2.2, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@npm:14.2.3, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
|
||||
dependencies:
|
||||
"@polkadot/api-base": "npm:14.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-augment": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/api-base": "npm:14.2.3"
|
||||
"@polkadot/rpc-augment": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-augment": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@npm:14.2.2, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@npm:14.2.3, @polkadot/api-base@workspace:packages/api-base":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-base@workspace:packages/api-base"
|
||||
dependencies:
|
||||
"@polkadot/rpc-core": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/rpc-core": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
@@ -477,13 +477,13 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:14.2.2"
|
||||
"@polkadot/api-augment": "npm:14.2.2"
|
||||
"@polkadot/api": "npm:14.2.3"
|
||||
"@polkadot/api-augment": "npm:14.2.3"
|
||||
"@polkadot/keyring": "npm:^13.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types-create": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/types-create": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
@@ -491,19 +491,19 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@npm:14.2.2, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@npm:14.2.3, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:14.2.2"
|
||||
"@polkadot/api-augment": "npm:14.2.2"
|
||||
"@polkadot/api-base": "npm:14.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.2"
|
||||
"@polkadot/rpc-core": "npm:14.2.2"
|
||||
"@polkadot/rpc-provider": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/api": "npm:14.2.3"
|
||||
"@polkadot/api-augment": "npm:14.2.3"
|
||||
"@polkadot/api-base": "npm:14.2.3"
|
||||
"@polkadot/rpc-augment": "npm:14.2.3"
|
||||
"@polkadot/rpc-core": "npm:14.2.3"
|
||||
"@polkadot/rpc-provider": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
@@ -511,23 +511,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@npm:14.2.2, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@npm:14.2.3, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@polkadot/api-augment": "npm:14.2.2"
|
||||
"@polkadot/api-base": "npm:14.2.2"
|
||||
"@polkadot/api-derive": "npm:14.2.2"
|
||||
"@polkadot/api-augment": "npm:14.2.3"
|
||||
"@polkadot/api-base": "npm:14.2.3"
|
||||
"@polkadot/api-derive": "npm:14.2.3"
|
||||
"@polkadot/keyring": "npm:^13.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.2"
|
||||
"@polkadot/rpc-core": "npm:14.2.2"
|
||||
"@polkadot/rpc-provider": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-augment": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types-create": "npm:14.2.2"
|
||||
"@polkadot/types-known": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.3"
|
||||
"@polkadot/rpc-core": "npm:14.2.3"
|
||||
"@polkadot/rpc-provider": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-augment": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/types-create": "npm:14.2.3"
|
||||
"@polkadot/types-known": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
@@ -657,39 +657,39 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@npm:14.2.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@npm:14.2.3, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
|
||||
dependencies:
|
||||
"@polkadot/rpc-core": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/rpc-core": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@npm:14.2.2, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@npm:14.2.3, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.2"
|
||||
"@polkadot/rpc-provider": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.3"
|
||||
"@polkadot/rpc-provider": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@npm:14.2.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@npm:14.2.3, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
"@polkadot/x-fetch": "npm:^13.2.2"
|
||||
@@ -710,15 +710,15 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/typegen@workspace:packages/typegen"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:14.2.2"
|
||||
"@polkadot/api-augment": "npm:14.2.2"
|
||||
"@polkadot/rpc-augment": "npm:14.2.2"
|
||||
"@polkadot/rpc-provider": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-augment": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types-create": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/api": "npm:14.2.3"
|
||||
"@polkadot/api-augment": "npm:14.2.3"
|
||||
"@polkadot/rpc-augment": "npm:14.2.3"
|
||||
"@polkadot/rpc-provider": "npm:14.2.3"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-augment": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/types-create": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
"@polkadot/x-ws": "npm:^13.2.2"
|
||||
@@ -735,24 +735,24 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@npm:14.2.2, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@npm:14.2.3, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@npm:14.2.2, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@npm:14.2.3, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-augment": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-augment": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
"@polkadot/x-bigint": "npm:^13.2.2"
|
||||
@@ -760,32 +760,32 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@npm:14.2.2, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@npm:14.2.3, @polkadot/types-create@workspace:packages/types-create":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-create@workspace:packages/types-create"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@npm:14.2.2, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@npm:14.2.3, @polkadot/types-known@workspace:packages/types-known":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-known@workspace:packages/types-known"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:14.2.2"
|
||||
"@polkadot/api": "npm:14.2.3"
|
||||
"@polkadot/networks": "npm:^13.2.2"
|
||||
"@polkadot/types": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types-create": "npm:14.2.2"
|
||||
"@polkadot/types": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/types-create": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@npm:14.2.2, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@npm:14.2.3, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -794,15 +794,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@npm:14.2.2, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@npm:14.2.3, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.2.2"
|
||||
"@polkadot/types-augment": "npm:14.2.2"
|
||||
"@polkadot/types-codec": "npm:14.2.2"
|
||||
"@polkadot/types-create": "npm:14.2.2"
|
||||
"@polkadot/types-support": "npm:14.2.2"
|
||||
"@polkadot/types-augment": "npm:14.2.3"
|
||||
"@polkadot/types-codec": "npm:14.2.3"
|
||||
"@polkadot/types-create": "npm:14.2.3"
|
||||
"@polkadot/types-support": "npm:14.2.3"
|
||||
"@polkadot/util": "npm:^13.2.2"
|
||||
"@polkadot/util-crypto": "npm:^13.2.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
|
||||
Reference in New Issue
Block a user