diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 50dd2dcdbd94..1bbd5adeed2f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -80,6 +80,7 @@ 1 GĂ©rard Dethier Fix LRUCache memory leak. (#4520) 1 Gerben van de Wiel Adding some extra notes on changes in the specname (#2329) 1 girazoki Implement xcm payment api (#5911) + 1 gupnik Adds a check for tip in Submittable (#5953) 1 HackFisher fix OutboundLaneData types (#3992) 1 Hoani Bryson Multiple Endpoint support for WsProvider (#2234) 1 Hyungsuk Kang Update fees.ts (#1014) diff --git a/package.json b/package.json index b966a920b5ff..f127a6e702af 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "versions": { - "git": "12.3.2-0-x", + "git": "12.3.2-1-x", "npm": "12.3.1" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 87fcd84514d6..9e09bc257803 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "12.3.2-0-x", - "@polkadot/rpc-augment": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-augment": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", + "@polkadot/api-base": "12.3.2-1-x", + "@polkadot/rpc-augment": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-augment": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 9b3225ae7d86..d7a7f00612b0 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 864164365afa..0ae6ee049e1a 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", + "@polkadot/rpc-core": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", "@polkadot/util": "^13.0.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 7c656a36b56a..a062c10a62ed 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index c43c0012414f..e6c38182ee7b 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "12.3.2-0-x", - "@polkadot/api-augment": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", - "@polkadot/types-create": "12.3.2-0-x", + "@polkadot/api": "12.3.2-1-x", + "@polkadot/api-augment": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", + "@polkadot/types-create": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "12.3.2-0-x", + "@polkadot/api-augment": "12.3.2-1-x", "@polkadot/keyring": "^13.0.2", - "@polkadot/types-support": "12.3.2-0-x" + "@polkadot/types-support": "12.3.2-1-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index b85b60f1a167..dcdf9358af96 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index b61b4e1f86bd..fd73754efd45 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "12.3.2-0-x", - "@polkadot/api-augment": "12.3.2-0-x", - "@polkadot/api-base": "12.3.2-0-x", - "@polkadot/rpc-core": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", + "@polkadot/api": "12.3.2-1-x", + "@polkadot/api-augment": "12.3.2-1-x", + "@polkadot/api-base": "12.3.2-1-x", + "@polkadot/rpc-core": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "12.3.2-0-x", - "@polkadot/api-augment": "12.3.2-0-x", - "@polkadot/rpc-augment": "12.3.2-0-x", - "@polkadot/rpc-provider": "12.3.2-0-x", - "@polkadot/types-support": "12.3.2-0-x" + "@polkadot/api": "12.3.2-1-x", + "@polkadot/api-augment": "12.3.2-1-x", + "@polkadot/rpc-augment": "12.3.2-1-x", + "@polkadot/rpc-provider": "12.3.2-1-x", + "@polkadot/types-support": "12.3.2-1-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 21f55aeb7527..5b1109724c4c 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index 66284bf37dff..1dc8b645acfb 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "12.3.2-0-x", - "@polkadot/api-base": "12.3.2-0-x", - "@polkadot/api-derive": "12.3.2-0-x", + "@polkadot/api-augment": "12.3.2-1-x", + "@polkadot/api-base": "12.3.2-1-x", + "@polkadot/api-derive": "12.3.2-1-x", "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.3.2-0-x", - "@polkadot/rpc-core": "12.3.2-0-x", - "@polkadot/rpc-provider": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-augment": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", - "@polkadot/types-create": "12.3.2-0-x", - "@polkadot/types-known": "12.3.2-0-x", + "@polkadot/rpc-augment": "12.3.2-1-x", + "@polkadot/rpc-core": "12.3.2-1-x", + "@polkadot/rpc-provider": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-augment": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", + "@polkadot/types-create": "12.3.2-1-x", + "@polkadot/types-known": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "12.3.2-0-x", - "@polkadot/types-support": "12.3.2-0-x" + "@polkadot/api-augment": "12.3.2-1-x", + "@polkadot/types-support": "12.3.2-1-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 92bf38593a45..440172bbae25 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 009c7a7c583e..8671ba107ba4 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", + "@polkadot/rpc-core": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 82d61baa1b56..c267e586fcdd 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 1bff5cc04983..422ba8e6afe6 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "12.3.2-0-x", - "@polkadot/rpc-provider": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", + "@polkadot/rpc-augment": "12.3.2-1-x", + "@polkadot/rpc-provider": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.3.2-0-x" + "@polkadot/rpc-augment": "12.3.2-1-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index c8273c491e82..bedb084f0f51 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 16876fd393e5..34d0d4feb72b 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-support": "12.3.2-0-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-support": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-fetch": "^13.0.2", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 8eae014bcbba..99d35db113f1 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index ffbba9764940..69c3996d7078 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-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": "12.3.2-0-x", - "@polkadot/api-augment": "12.3.2-0-x", - "@polkadot/rpc-augment": "12.3.2-0-x", - "@polkadot/rpc-provider": "12.3.2-0-x", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-augment": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", - "@polkadot/types-create": "12.3.2-0-x", - "@polkadot/types-support": "12.3.2-0-x", + "@polkadot/api": "12.3.2-1-x", + "@polkadot/api-augment": "12.3.2-1-x", + "@polkadot/rpc-augment": "12.3.2-1-x", + "@polkadot/rpc-provider": "12.3.2-1-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-augment": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", + "@polkadot/types-create": "12.3.2-1-x", + "@polkadot/types-support": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-ws": "^13.0.2", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 9ba42c64340a..5e95b6381c7d 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 4f2d29d565cc..6d982dbd77fb 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 226090a2d4af..f2bc1e7a6f9b 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 966c3a0a57ab..7ee5543114c4 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", @@ -26,9 +26,9 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-augment": "12.3.2-0-x", - "@polkadot/types-support": "12.3.2-0-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-augment": "12.3.2-1-x", + "@polkadot/types-support": "12.3.2-1-x", "@polkadot/util-crypto": "^13.0.2" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 5e545099b494..ebb62a741d1f 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 3d20ac8a00b9..3999a367714a 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "12.3.2-0-x", + "@polkadot/types-codec": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "12.3.2-0-x" + "@polkadot/types": "12.3.2-1-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index b2542f10db44..37b959a9abb1 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index eb69aa12c219..c2d848a0077e 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.0.2", - "@polkadot/types": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", - "@polkadot/types-create": "12.3.2-0-x", + "@polkadot/types": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", + "@polkadot/types-create": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "12.3.2-0-x" + "@polkadot/api": "12.3.2-1-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index b3e3fefce65b..191f3bdd49da 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index b647e806e64a..af81624a4b29 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index b628f54aebfe..8f711a27fd2e 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index f572e723ce51..10f0c76ee49d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.3.2-0-x", + "version": "12.3.2-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.3.2-0-x", - "@polkadot/types-codec": "12.3.2-0-x", - "@polkadot/types-create": "12.3.2-0-x", + "@polkadot/types-augment": "12.3.2-1-x", + "@polkadot/types-codec": "12.3.2-1-x", + "@polkadot/types-create": "12.3.2-1-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types-support": "12.3.2-0-x" + "@polkadot/types-support": "12.3.2-1-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 01fe71882091..5d3a328adbd8 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: '12.3.2-0-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '12.3.2-1-x' }; diff --git a/yarn.lock b/yarn.lock index 155800d62f08..29137563cfa0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,26 +444,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:12.3.2-0-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/rpc-augment": "npm:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-augment": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" + "@polkadot/api-base": "npm:12.3.2-1-x" + "@polkadot/rpc-augment": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-augment": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-base@npm:12.3.2-0-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" + "@polkadot/rpc-core": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.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:12.3.2-0-x" - "@polkadot/api-augment": "npm:12.3.2-0-x" + "@polkadot/api": "npm:12.3.2-1-x" + "@polkadot/api-augment": "npm:12.3.2-1-x" "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" - "@polkadot/types-create": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" + "@polkadot/types-create": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" @@ -488,19 +488,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:12.3.2-0-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/api-augment": "npm:12.3.2-0-x" - "@polkadot/api-base": "npm:12.3.2-0-x" - "@polkadot/rpc-augment": "npm:12.3.2-0-x" - "@polkadot/rpc-core": "npm:12.3.2-0-x" - "@polkadot/rpc-provider": "npm:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/api": "npm:12.3.2-1-x" + "@polkadot/api-augment": "npm:12.3.2-1-x" + "@polkadot/api-base": "npm:12.3.2-1-x" + "@polkadot/rpc-augment": "npm:12.3.2-1-x" + "@polkadot/rpc-core": "npm:12.3.2-1-x" + "@polkadot/rpc-provider": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" @@ -508,23 +508,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:12.3.2-0-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:12.3.2-1-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:12.3.2-0-x" - "@polkadot/api-base": "npm:12.3.2-0-x" - "@polkadot/api-derive": "npm:12.3.2-0-x" + "@polkadot/api-augment": "npm:12.3.2-1-x" + "@polkadot/api-base": "npm:12.3.2-1-x" + "@polkadot/api-derive": "npm:12.3.2-1-x" "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/rpc-augment": "npm:12.3.2-0-x" - "@polkadot/rpc-core": "npm:12.3.2-0-x" - "@polkadot/rpc-provider": "npm:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-augment": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" - "@polkadot/types-create": "npm:12.3.2-0-x" - "@polkadot/types-known": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/rpc-augment": "npm:12.3.2-1-x" + "@polkadot/rpc-core": "npm:12.3.2-1-x" + "@polkadot/rpc-provider": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-augment": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" + "@polkadot/types-create": "npm:12.3.2-1-x" + "@polkadot/types-known": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" eventemitter3: "npm:^5.0.1" @@ -654,39 +654,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:12.3.2-0-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" + "@polkadot/rpc-core": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:12.3.2-0-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:12.3.2-1-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:^13.0.2" - "@polkadot/rpc-augment": "npm:12.3.2-0-x" - "@polkadot/rpc-provider": "npm:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" + "@polkadot/rpc-augment": "npm:12.3.2-1-x" + "@polkadot/rpc-provider": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:12.3.2-0-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:12.3.2-1-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:^13.0.2" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-fetch": "npm:^13.0.2" @@ -707,15 +707,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:12.3.2-0-x" - "@polkadot/api-augment": "npm:12.3.2-0-x" - "@polkadot/rpc-augment": "npm:12.3.2-0-x" - "@polkadot/rpc-provider": "npm:12.3.2-0-x" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-augment": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" - "@polkadot/types-create": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/api": "npm:12.3.2-1-x" + "@polkadot/api-augment": "npm:12.3.2-1-x" + "@polkadot/rpc-augment": "npm:12.3.2-1-x" + "@polkadot/rpc-provider": "npm:12.3.2-1-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-augment": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" + "@polkadot/types-create": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-ws": "npm:^13.0.2" @@ -732,24 +732,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:12.3.2-0-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:12.3.2-0-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/types-augment": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-augment": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-bigint": "npm:^13.0.2" @@ -757,32 +757,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:12.3.2-0-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:12.3.2-1-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:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-known@npm:12.3.2-0-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:12.3.2-1-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:12.3.2-0-x" + "@polkadot/api": "npm:12.3.2-1-x" "@polkadot/networks": "npm:^13.0.2" - "@polkadot/types": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" - "@polkadot/types-create": "npm:12.3.2-0-x" + "@polkadot/types": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" + "@polkadot/types-create": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-support@npm:12.3.2-0-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:12.3.2-1-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:12.3.2-0-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:12.3.2-1-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types-augment": "npm:12.3.2-0-x" - "@polkadot/types-codec": "npm:12.3.2-0-x" - "@polkadot/types-create": "npm:12.3.2-0-x" - "@polkadot/types-support": "npm:12.3.2-0-x" + "@polkadot/types-augment": "npm:12.3.2-1-x" + "@polkadot/types-codec": "npm:12.3.2-1-x" + "@polkadot/types-create": "npm:12.3.2-1-x" + "@polkadot/types-support": "npm:12.3.2-1-x" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1"