diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 92b14b8176a9..2486edf4efd0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -82,6 +82,7 @@ 1 Hyungsuk Kang Update fees.ts (#1014) 1 icodezjb Update SessionKeys (#3035) 1 iiiiiiii Make unknownTypes externally accessible (#3263) + 1 Javier Viola fix: check if minimumPeriod is zero (#5827) 1 JesseAbram added 07 Example showing how to make a transfer with allowed block permissions folder in docs (#1062) 1 Joey don't throw error at `onSocketClose` (#4363) 1 Jordan Allow typegen for custom RPCs (#2876) diff --git a/package.json b/package.json index 02ce4411216c..ab9f7f0ac2f9 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "versions": { - "git": "10.12.3-6-x", + "git": "10.12.3-7-x", "npm": "10.12.2" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index cdc40e66d92b..c17f8dd99ea3 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.12.3-6-x", - "@polkadot/rpc-augment": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-augment": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", + "@polkadot/api-base": "10.12.3-7-x", + "@polkadot/rpc-augment": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-augment": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index dbc3d1e62a63..016b864907ff 100644 --- a/packages/api-augment/src/packageInfo.ts +++ b/packages/api-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index cf499cb9cc7e..c48cb5c97387 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", + "@polkadot/rpc-core": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 7c94b6f927e9..285081e83357 100644 --- a/packages/api-base/src/packageInfo.ts +++ b/packages/api-base/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 241c2f3848ff..f56ab9b62fea 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.12.3-6-x", - "@polkadot/api-augment": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", - "@polkadot/types-create": "10.12.3-6-x", + "@polkadot/api": "10.12.3-7-x", + "@polkadot/api-augment": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", + "@polkadot/types-create": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.12.3-6-x", + "@polkadot/api-augment": "10.12.3-7-x", "@polkadot/keyring": "^12.6.2", - "@polkadot/types-support": "10.12.3-6-x" + "@polkadot/types-support": "10.12.3-7-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 59af2d68b325..c147e1900dbf 100644 --- a/packages/api-contract/src/packageInfo.ts +++ b/packages/api-contract/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 121ce54b5a98..48142d642ddf 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.12.3-6-x", - "@polkadot/api-augment": "10.12.3-6-x", - "@polkadot/api-base": "10.12.3-6-x", - "@polkadot/rpc-core": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", + "@polkadot/api": "10.12.3-7-x", + "@polkadot/api-augment": "10.12.3-7-x", + "@polkadot/api-base": "10.12.3-7-x", + "@polkadot/rpc-core": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.12.3-6-x", - "@polkadot/api-augment": "10.12.3-6-x", - "@polkadot/rpc-augment": "10.12.3-6-x", - "@polkadot/rpc-provider": "10.12.3-6-x", - "@polkadot/types-support": "10.12.3-6-x" + "@polkadot/api": "10.12.3-7-x", + "@polkadot/api-augment": "10.12.3-7-x", + "@polkadot/rpc-augment": "10.12.3-7-x", + "@polkadot/rpc-provider": "10.12.3-7-x", + "@polkadot/types-support": "10.12.3-7-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 71a47f7ac7f9..67d180f14bff 100644 --- a/packages/api-derive/src/packageInfo.ts +++ b/packages/api-derive/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index 962f51b5b34d..b37e7af23599 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.12.3-6-x", - "@polkadot/api-base": "10.12.3-6-x", - "@polkadot/api-derive": "10.12.3-6-x", + "@polkadot/api-augment": "10.12.3-7-x", + "@polkadot/api-base": "10.12.3-7-x", + "@polkadot/api-derive": "10.12.3-7-x", "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "10.12.3-6-x", - "@polkadot/rpc-core": "10.12.3-6-x", - "@polkadot/rpc-provider": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-augment": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", - "@polkadot/types-create": "10.12.3-6-x", - "@polkadot/types-known": "10.12.3-6-x", + "@polkadot/rpc-augment": "10.12.3-7-x", + "@polkadot/rpc-core": "10.12.3-7-x", + "@polkadot/rpc-provider": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-augment": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", + "@polkadot/types-create": "10.12.3-7-x", + "@polkadot/types-known": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.12.3-6-x", - "@polkadot/types-support": "10.12.3-6-x" + "@polkadot/api-augment": "10.12.3-7-x", + "@polkadot/types-support": "10.12.3-7-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 2bd35bd9719e..229b736282ec 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index c09ea6c83179..f99ab056408f 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", + "@polkadot/rpc-core": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 97c221d3aefa..6c88b049662d 100644 --- a/packages/rpc-augment/src/packageInfo.ts +++ b/packages/rpc-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index ead27f9853fc..a84d465c5f1b 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.12.3-6-x", - "@polkadot/rpc-provider": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", + "@polkadot/rpc-augment": "10.12.3-7-x", + "@polkadot/rpc-provider": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "10.12.3-6-x" + "@polkadot/rpc-augment": "10.12.3-7-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 3aead712c1fd..81421f0b92a4 100644 --- a/packages/rpc-core/src/packageInfo.ts +++ b/packages/rpc-core/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 01626190e661..e402dbc33a82 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-support": "10.12.3-6-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-support": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "@polkadot/x-fetch": "^12.6.2", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index f33258581946..9b6247875051 100644 --- a/packages/rpc-provider/src/packageInfo.ts +++ b/packages/rpc-provider/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 73a302c06a9b..83e204e59903 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,15 +28,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "10.12.3-6-x", - "@polkadot/api-augment": "10.12.3-6-x", - "@polkadot/rpc-augment": "10.12.3-6-x", - "@polkadot/rpc-provider": "10.12.3-6-x", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-augment": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", - "@polkadot/types-create": "10.12.3-6-x", - "@polkadot/types-support": "10.12.3-6-x", + "@polkadot/api": "10.12.3-7-x", + "@polkadot/api-augment": "10.12.3-7-x", + "@polkadot/rpc-augment": "10.12.3-7-x", + "@polkadot/rpc-provider": "10.12.3-7-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-augment": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", + "@polkadot/types-create": "10.12.3-7-x", + "@polkadot/types-support": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "@polkadot/x-ws": "^12.6.2", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index f7d196059a5b..87d67dfc230e 100644 --- a/packages/typegen/src/packageInfo.ts +++ b/packages/typegen/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 1e7986d767bd..f9a29b5ab4c8 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 8765dcba7d66..9b2c1ff3e6b9 100644 --- a/packages/types-augment/src/packageInfo.ts +++ b/packages/types-augment/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index b188222cf2ab..2acd2ed4add2 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", @@ -26,9 +26,9 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-augment": "10.12.3-6-x", - "@polkadot/types-support": "10.12.3-6-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-augment": "10.12.3-7-x", + "@polkadot/types-support": "10.12.3-7-x", "@polkadot/util-crypto": "^12.6.2" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index a9663f49ac56..279f4e6ce912 100644 --- a/packages/types-codec/src/packageInfo.ts +++ b/packages/types-codec/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index b90652fba82c..2f01923d8f1f 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.12.3-6-x", + "@polkadot/types-codec": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.12.3-6-x" + "@polkadot/types": "10.12.3-7-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index b3483399eb60..a244dd1a837f 100644 --- a/packages/types-create/src/packageInfo.ts +++ b/packages/types-create/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 82b16ec6b0a6..4579d4f69970 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^12.6.2", - "@polkadot/types": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", - "@polkadot/types-create": "10.12.3-6-x", + "@polkadot/types": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", + "@polkadot/types-create": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.12.3-6-x" + "@polkadot/api": "10.12.3-7-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 31b95b4010bc..9332685364cf 100644 --- a/packages/types-known/src/packageInfo.ts +++ b/packages/types-known/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index abe1f6c9640b..4de047a9d2c1 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index df565670bddf..7bc267d37bc9 100644 --- a/packages/types-support/src/packageInfo.ts +++ b/packages/types-support/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index c7733f8406c2..f115c7c5f0f9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.3-6-x", + "version": "10.12.3-7-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types-augment": "10.12.3-6-x", - "@polkadot/types-codec": "10.12.3-6-x", - "@polkadot/types-create": "10.12.3-6-x", + "@polkadot/types-augment": "10.12.3-7-x", + "@polkadot/types-codec": "10.12.3-7-x", + "@polkadot/types-create": "10.12.3-7-x", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types-support": "10.12.3-6-x" + "@polkadot/types-support": "10.12.3-7-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 04aee8be2dc0..75d9d765e172 100644 --- a/packages/types/src/packageInfo.ts +++ b/packages/types/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.12.3-6-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.12.3-7-x' }; diff --git a/yarn.lock b/yarn.lock index dfd74336206c..f692e51c0d43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,26 +444,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:10.12.3-6-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:10.12.3-7-x, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: - "@polkadot/api-base": "npm:10.12.3-6-x" - "@polkadot/rpc-augment": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-augment": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" + "@polkadot/api-base": "npm:10.12.3-7-x" + "@polkadot/rpc-augment": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-augment": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-base@npm:10.12.3-6-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:10.12.3-7-x, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: - "@polkadot/rpc-core": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" + "@polkadot/rpc-core": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" @@ -474,13 +474,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:10.12.3-6-x" - "@polkadot/api-augment": "npm:10.12.3-6-x" + "@polkadot/api": "npm:10.12.3-7-x" + "@polkadot/api-augment": "npm:10.12.3-7-x" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" - "@polkadot/types-create": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" + "@polkadot/types-create": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" @@ -488,19 +488,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:10.12.3-6-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:10.12.3-7-x, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": "npm:10.12.3-6-x" - "@polkadot/api-augment": "npm:10.12.3-6-x" - "@polkadot/api-base": "npm:10.12.3-6-x" - "@polkadot/rpc-augment": "npm:10.12.3-6-x" - "@polkadot/rpc-core": "npm:10.12.3-6-x" - "@polkadot/rpc-provider": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/api": "npm:10.12.3-7-x" + "@polkadot/api-augment": "npm:10.12.3-7-x" + "@polkadot/api-base": "npm:10.12.3-7-x" + "@polkadot/rpc-augment": "npm:10.12.3-7-x" + "@polkadot/rpc-core": "npm:10.12.3-7-x" + "@polkadot/rpc-provider": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" @@ -508,23 +508,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:10.12.3-6-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:10.12.3-7-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:10.12.3-6-x" - "@polkadot/api-base": "npm:10.12.3-6-x" - "@polkadot/api-derive": "npm:10.12.3-6-x" + "@polkadot/api-augment": "npm:10.12.3-7-x" + "@polkadot/api-base": "npm:10.12.3-7-x" + "@polkadot/api-derive": "npm:10.12.3-7-x" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/rpc-augment": "npm:10.12.3-6-x" - "@polkadot/rpc-core": "npm:10.12.3-6-x" - "@polkadot/rpc-provider": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-augment": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" - "@polkadot/types-create": "npm:10.12.3-6-x" - "@polkadot/types-known": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/rpc-augment": "npm:10.12.3-7-x" + "@polkadot/rpc-core": "npm:10.12.3-7-x" + "@polkadot/rpc-provider": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-augment": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" + "@polkadot/types-create": "npm:10.12.3-7-x" + "@polkadot/types-known": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" eventemitter3: "npm:^5.0.1" @@ -654,39 +654,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:10.12.3-6-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:10.12.3-7-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: - "@polkadot/rpc-core": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" + "@polkadot/rpc-core": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:10.12.3-6-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:10.12.3-7-x, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/rpc-augment": "npm:10.12.3-6-x" - "@polkadot/rpc-provider": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" + "@polkadot/rpc-augment": "npm:10.12.3-7-x" + "@polkadot/rpc-provider": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:10.12.3-6-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:10.12.3-7-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-fetch": "npm:^12.6.2" @@ -707,15 +707,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:10.12.3-6-x" - "@polkadot/api-augment": "npm:10.12.3-6-x" - "@polkadot/rpc-augment": "npm:10.12.3-6-x" - "@polkadot/rpc-provider": "npm:10.12.3-6-x" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-augment": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" - "@polkadot/types-create": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/api": "npm:10.12.3-7-x" + "@polkadot/api-augment": "npm:10.12.3-7-x" + "@polkadot/rpc-augment": "npm:10.12.3-7-x" + "@polkadot/rpc-provider": "npm:10.12.3-7-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-augment": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" + "@polkadot/types-create": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-ws": "npm:^12.6.2" @@ -732,24 +732,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:10.12.3-6-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:10.12.3-7-x, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:10.12.3-6-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:10.12.3-7-x, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-augment": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-augment": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-bigint": "npm:^12.6.2" @@ -757,32 +757,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:10.12.3-6-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:10.12.3-7-x, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-known@npm:10.12.3-6-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:10.12.3-7-x, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": "npm:10.12.3-6-x" + "@polkadot/api": "npm:10.12.3-7-x" "@polkadot/networks": "npm:^12.6.2" - "@polkadot/types": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" - "@polkadot/types-create": "npm:10.12.3-6-x" + "@polkadot/types": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" + "@polkadot/types-create": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-support@npm:10.12.3-6-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:10.12.3-7-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -791,15 +791,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:10.12.3-6-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:10.12.3-7-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types-augment": "npm:10.12.3-6-x" - "@polkadot/types-codec": "npm:10.12.3-6-x" - "@polkadot/types-create": "npm:10.12.3-6-x" - "@polkadot/types-support": "npm:10.12.3-6-x" + "@polkadot/types-augment": "npm:10.12.3-7-x" + "@polkadot/types-codec": "npm:10.12.3-7-x" + "@polkadot/types-create": "npm:10.12.3-7-x" + "@polkadot/types-support": "npm:10.12.3-7-x" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1"