From 4ec2c32854413b13f29ea99f1e8c0ae35b81a92e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:35:07 +0000 Subject: [PATCH] [CI Skip] bump/beta 14.1.2-2-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 +- packages/api-augment/package.json | 12 +- packages/api-augment/src/packageInfo.ts | 2 +- packages/api-base/package.json | 6 +- packages/api-base/src/packageInfo.ts | 2 +- packages/api-contract/package.json | 16 +-- packages/api-contract/src/packageInfo.ts | 2 +- packages/api-derive/package.json | 24 ++-- packages/api-derive/src/packageInfo.ts | 2 +- packages/api/package.json | 28 ++-- packages/api/src/packageInfo.ts | 2 +- packages/rpc-augment/package.json | 8 +- packages/rpc-augment/src/packageInfo.ts | 2 +- packages/rpc-core/package.json | 10 +- packages/rpc-core/src/packageInfo.ts | 2 +- packages/rpc-provider/package.json | 6 +- packages/rpc-provider/src/packageInfo.ts | 2 +- packages/typegen/package.json | 20 +-- packages/typegen/src/packageInfo.ts | 2 +- packages/types-augment/package.json | 6 +- packages/types-augment/src/packageInfo.ts | 2 +- packages/types-codec/package.json | 8 +- packages/types-codec/src/packageInfo.ts | 2 +- packages/types-create/package.json | 6 +- packages/types-create/src/packageInfo.ts | 2 +- packages/types-known/package.json | 10 +- packages/types-known/src/packageInfo.ts | 2 +- packages/types-support/package.json | 2 +- packages/types-support/src/packageInfo.ts | 2 +- packages/types/package.json | 10 +- packages/types/src/packageInfo.ts | 2 +- yarn.lock | 158 +++++++++++----------- 33 files changed, 183 insertions(+), 183 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index be19a650032..8842d53ae42 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 3512 Jaco Bump deps (#5785) - 117 Tarik Gul Add isClaimed field to `api.derive.staking._stakerRewards` (#6007) + 118 Tarik Gul Upgrade common to 13.2.2 (#6008) 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) diff --git a/package.json b/package.json index c1dd97e19f1..6ae790f7c78 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "versions": { - "git": "14.1.2-1-x", + "git": "14.1.2-2-x", "npm": "14.1.1" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index d0719ba73f2..c63f53b55ac 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "14.1.2-1-x", - "@polkadot/rpc-augment": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-augment": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", + "@polkadot/api-base": "14.1.2-2-x", + "@polkadot/rpc-augment": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-augment": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 8a764b0fcb3..ca65c9c8099 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 3eb21b9126e..5e60e22a74d 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", + "@polkadot/rpc-core": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 0bdba6d33c9..45f77d3f53d 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 9d4561ce0ed..78b7e5753ef 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/api": "14.1.2-1-x", - "@polkadot/api-augment": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", - "@polkadot/types-create": "14.1.2-1-x", + "@polkadot/api": "14.1.2-2-x", + "@polkadot/api-augment": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", + "@polkadot/types-create": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.1.2-1-x", + "@polkadot/api-augment": "14.1.2-2-x", "@polkadot/keyring": "^13.2.2", - "@polkadot/types-support": "14.1.2-1-x" + "@polkadot/types-support": "14.1.2-2-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 8acc95f5493..afca61aff88 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index b0667b31ac9..29418a0e2f4 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/api": "14.1.2-1-x", - "@polkadot/api-augment": "14.1.2-1-x", - "@polkadot/api-base": "14.1.2-1-x", - "@polkadot/rpc-core": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", + "@polkadot/api": "14.1.2-2-x", + "@polkadot/api-augment": "14.1.2-2-x", + "@polkadot/api-base": "14.1.2-2-x", + "@polkadot/rpc-core": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.1.2-1-x", - "@polkadot/api-augment": "14.1.2-1-x", - "@polkadot/rpc-augment": "14.1.2-1-x", - "@polkadot/rpc-provider": "14.1.2-1-x", - "@polkadot/types-support": "14.1.2-1-x" + "@polkadot/api": "14.1.2-2-x", + "@polkadot/api-augment": "14.1.2-2-x", + "@polkadot/rpc-augment": "14.1.2-2-x", + "@polkadot/rpc-provider": "14.1.2-2-x", + "@polkadot/types-support": "14.1.2-2-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 26bea8628d0..bab7e1c0f38 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index ff17e82f285..9d85d3eb0c9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "14.1.2-1-x", - "@polkadot/api-base": "14.1.2-1-x", - "@polkadot/api-derive": "14.1.2-1-x", + "@polkadot/api-augment": "14.1.2-2-x", + "@polkadot/api-base": "14.1.2-2-x", + "@polkadot/api-derive": "14.1.2-2-x", "@polkadot/keyring": "^13.2.2", - "@polkadot/rpc-augment": "14.1.2-1-x", - "@polkadot/rpc-core": "14.1.2-1-x", - "@polkadot/rpc-provider": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-augment": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", - "@polkadot/types-create": "14.1.2-1-x", - "@polkadot/types-known": "14.1.2-1-x", + "@polkadot/rpc-augment": "14.1.2-2-x", + "@polkadot/rpc-core": "14.1.2-2-x", + "@polkadot/rpc-provider": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-augment": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", + "@polkadot/types-create": "14.1.2-2-x", + "@polkadot/types-known": "14.1.2-2-x", "@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.1.2-1-x", - "@polkadot/types-support": "14.1.2-1-x" + "@polkadot/api-augment": "14.1.2-2-x", + "@polkadot/types-support": "14.1.2-2-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index c08fce43015..e14680d8133 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index d2c37924b29..8e5cfff87ba 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", + "@polkadot/rpc-core": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 33a463a6feb..ff269d28eef 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 5888c14c268..26cf93e2ea7 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "14.1.2-1-x", - "@polkadot/rpc-provider": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", + "@polkadot/rpc-augment": "14.1.2-2-x", + "@polkadot/rpc-provider": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/rpc-augment": "14.1.2-1-x" + "@polkadot/rpc-augment": "14.1.2-2-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 5bebf4c5205..486e2b396ee 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 719408e60b7..aa4b845aeb2 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-support": "14.1.2-1-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-support": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "@polkadot/x-fetch": "^13.2.2", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 5bafde8d4e7..59ce1fe0cbb 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index de2f3a5351b..7cc94ec7cda 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-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": "14.1.2-1-x", - "@polkadot/api-augment": "14.1.2-1-x", - "@polkadot/rpc-augment": "14.1.2-1-x", - "@polkadot/rpc-provider": "14.1.2-1-x", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-augment": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", - "@polkadot/types-create": "14.1.2-1-x", - "@polkadot/types-support": "14.1.2-1-x", + "@polkadot/api": "14.1.2-2-x", + "@polkadot/api-augment": "14.1.2-2-x", + "@polkadot/rpc-augment": "14.1.2-2-x", + "@polkadot/rpc-provider": "14.1.2-2-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-augment": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", + "@polkadot/types-create": "14.1.2-2-x", + "@polkadot/types-support": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "@polkadot/x-ws": "^13.2.2", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 3144051b91e..8ff3b820e11 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index fb9160bc266..98afa6ff7f4 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 60a07576e0f..2d54c2faf27 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 579f188363a..f89391fc841 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", @@ -26,9 +26,9 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-augment": "14.1.2-1-x", - "@polkadot/types-support": "14.1.2-1-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-augment": "14.1.2-2-x", + "@polkadot/types-support": "14.1.2-2-x", "@polkadot/util-crypto": "^13.2.2" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 42c47e7cc13..6f650b1bdf6 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index a6e787a4c38..cb410907ff2 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "14.1.2-1-x", + "@polkadot/types-codec": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.1.2-1-x" + "@polkadot/types": "14.1.2-2-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index d62f3275f2f..e7eeae4845b 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 238e957fa04..cb6fdc1dfd5 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.2.2", - "@polkadot/types": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", - "@polkadot/types-create": "14.1.2-1-x", + "@polkadot/types": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", + "@polkadot/types-create": "14.1.2-2-x", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.1.2-1-x" + "@polkadot/api": "14.1.2-2-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 5af6cb0c94b..98b0ac68475 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index b05f02c141d..65d17de5091 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index 5217926b542..1e3d1222702 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index eb6cece88ba..ae21ac82821 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.1.2-1-x", + "version": "14.1.2-2-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/types-augment": "14.1.2-1-x", - "@polkadot/types-codec": "14.1.2-1-x", - "@polkadot/types-create": "14.1.2-1-x", + "@polkadot/types-augment": "14.1.2-2-x", + "@polkadot/types-codec": "14.1.2-2-x", + "@polkadot/types-create": "14.1.2-2-x", "@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.1.2-1-x" + "@polkadot/types-support": "14.1.2-2-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index da21999959e..94600f3f198 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: '14.1.2-1-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '14.1.2-2-x' }; diff --git a/yarn.lock b/yarn.lock index 455b3aa1737..26879d1bf52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:14.1.2-1-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/rpc-augment": "npm:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-augment": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" + "@polkadot/api-base": "npm:14.1.2-2-x" + "@polkadot/rpc-augment": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-augment": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/api-base@npm:14.1.2-1-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" + "@polkadot/rpc-core": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" "@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.1.2-1-x" - "@polkadot/api-augment": "npm:14.1.2-1-x" + "@polkadot/api": "npm:14.1.2-2-x" + "@polkadot/api-augment": "npm:14.1.2-2-x" "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" - "@polkadot/types-create": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" + "@polkadot/types-create": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@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.1.2-1-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/api-augment": "npm:14.1.2-1-x" - "@polkadot/api-base": "npm:14.1.2-1-x" - "@polkadot/rpc-augment": "npm:14.1.2-1-x" - "@polkadot/rpc-core": "npm:14.1.2-1-x" - "@polkadot/rpc-provider": "npm:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/api": "npm:14.1.2-2-x" + "@polkadot/api-augment": "npm:14.1.2-2-x" + "@polkadot/api-base": "npm:14.1.2-2-x" + "@polkadot/rpc-augment": "npm:14.1.2-2-x" + "@polkadot/rpc-core": "npm:14.1.2-2-x" + "@polkadot/rpc-provider": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@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.1.2-1-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:14.1.2-2-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:14.1.2-1-x" - "@polkadot/api-base": "npm:14.1.2-1-x" - "@polkadot/api-derive": "npm:14.1.2-1-x" + "@polkadot/api-augment": "npm:14.1.2-2-x" + "@polkadot/api-base": "npm:14.1.2-2-x" + "@polkadot/api-derive": "npm:14.1.2-2-x" "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/rpc-augment": "npm:14.1.2-1-x" - "@polkadot/rpc-core": "npm:14.1.2-1-x" - "@polkadot/rpc-provider": "npm:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-augment": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" - "@polkadot/types-create": "npm:14.1.2-1-x" - "@polkadot/types-known": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/rpc-augment": "npm:14.1.2-2-x" + "@polkadot/rpc-core": "npm:14.1.2-2-x" + "@polkadot/rpc-provider": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-augment": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" + "@polkadot/types-create": "npm:14.1.2-2-x" + "@polkadot/types-known": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@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.1.2-1-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" + "@polkadot/rpc-core": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:14.1.2-1-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:14.1.2-2-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.2.2" - "@polkadot/rpc-augment": "npm:14.1.2-1-x" - "@polkadot/rpc-provider": "npm:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" + "@polkadot/rpc-augment": "npm:14.1.2-2-x" + "@polkadot/rpc-provider": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" "@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.1.2-1-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:14.1.2-2-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.2.2" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@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.1.2-1-x" - "@polkadot/api-augment": "npm:14.1.2-1-x" - "@polkadot/rpc-augment": "npm:14.1.2-1-x" - "@polkadot/rpc-provider": "npm:14.1.2-1-x" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-augment": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" - "@polkadot/types-create": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/api": "npm:14.1.2-2-x" + "@polkadot/api-augment": "npm:14.1.2-2-x" + "@polkadot/rpc-augment": "npm:14.1.2-2-x" + "@polkadot/rpc-provider": "npm:14.1.2-2-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-augment": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" + "@polkadot/types-create": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@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.1.2-1-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:14.1.2-1-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/types-augment": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-augment": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@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.1.2-1-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:14.1.2-2-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:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-known@npm:14.1.2-1-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:14.1.2-2-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:14.1.2-1-x" + "@polkadot/api": "npm:14.1.2-2-x" "@polkadot/networks": "npm:^13.2.2" - "@polkadot/types": "npm:14.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" - "@polkadot/types-create": "npm:14.1.2-1-x" + "@polkadot/types": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" + "@polkadot/types-create": "npm:14.1.2-2-x" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-support@npm:14.1.2-1-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:14.1.2-2-x, @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.1.2-1-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:14.1.2-2-x, @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.1.2-1-x" - "@polkadot/types-codec": "npm:14.1.2-1-x" - "@polkadot/types-create": "npm:14.1.2-1-x" - "@polkadot/types-support": "npm:14.1.2-1-x" + "@polkadot/types-augment": "npm:14.1.2-2-x" + "@polkadot/types-codec": "npm:14.1.2-2-x" + "@polkadot/types-create": "npm:14.1.2-2-x" + "@polkadot/types-support": "npm:14.1.2-2-x" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" rxjs: "npm:^7.8.1"