From ce5769471fb191a81dfd508f942d8fd8e42415d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 06:40:36 +0000 Subject: [PATCH] [CI Skip] bump/beta 10.4.2-7-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 | 12 +- 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 | 156 +++++++++++----------- 33 files changed, 180 insertions(+), 180 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a755c95aad4c..3eb02b0bc616 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 3447 Jaco Allow switching on/off of isPedantic checks (#5620) + 3448 Jaco Bump util (#5622) 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 778804c6929a..f4c241303ab3 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "versions": { - "git": "10.4.2-6-x", + "git": "10.4.2-7-x", "npm": "10.4.1" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index b4f3c3f2a17f..a46b0591094d 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.4.2-6-x", - "@polkadot/rpc-augment": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-augment": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", + "@polkadot/api-base": "10.4.2-7-x", + "@polkadot/rpc-augment": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-augment": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "tslib": "^2.5.0" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 0679668f6aaa..329fb2c4a829 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 4f531900a016..9e374fd7d2f8 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", + "@polkadot/rpc-core": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "rxjs": "^7.8.1", "tslib": "^2.5.0" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 039dc001fb55..c95bad54e9b5 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 1444eead3cc4..32e24adddfa2 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", - "@polkadot/types-create": "10.4.2-6-x", + "@polkadot/api": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", + "@polkadot/types-create": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "@polkadot/util-crypto": "^12.1.1", "rxjs": "^7.8.1", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.4.2-6-x", + "@polkadot/api-augment": "10.4.2-7-x", "@polkadot/keyring": "^12.1.1" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 59e5df75a106..cc9a56029a4e 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 2d4beb29c390..f5c93303d6c2 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.4.2-6-x", - "@polkadot/api-augment": "10.4.2-6-x", - "@polkadot/api-base": "10.4.2-6-x", - "@polkadot/rpc-core": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", + "@polkadot/api": "10.4.2-7-x", + "@polkadot/api-augment": "10.4.2-7-x", + "@polkadot/api-base": "10.4.2-7-x", + "@polkadot/rpc-core": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "@polkadot/util-crypto": "^12.1.1", "rxjs": "^7.8.1", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.4.2-6-x", - "@polkadot/api-augment": "10.4.2-6-x", - "@polkadot/rpc-augment": "10.4.2-6-x", - "@polkadot/rpc-provider": "10.4.2-6-x", - "@polkadot/types-support": "10.4.2-6-x" + "@polkadot/api": "10.4.2-7-x", + "@polkadot/api-augment": "10.4.2-7-x", + "@polkadot/rpc-augment": "10.4.2-7-x", + "@polkadot/rpc-provider": "10.4.2-7-x", + "@polkadot/types-support": "10.4.2-7-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index d7769396431f..bcd8a956dce5 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index b8c7b52be971..0b8beba616fb 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.4.2-6-x", - "@polkadot/api-base": "10.4.2-6-x", - "@polkadot/api-derive": "10.4.2-6-x", + "@polkadot/api-augment": "10.4.2-7-x", + "@polkadot/api-base": "10.4.2-7-x", + "@polkadot/api-derive": "10.4.2-7-x", "@polkadot/keyring": "^12.1.1", - "@polkadot/rpc-augment": "10.4.2-6-x", - "@polkadot/rpc-core": "10.4.2-6-x", - "@polkadot/rpc-provider": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-augment": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", - "@polkadot/types-create": "10.4.2-6-x", - "@polkadot/types-known": "10.4.2-6-x", + "@polkadot/rpc-augment": "10.4.2-7-x", + "@polkadot/rpc-core": "10.4.2-7-x", + "@polkadot/rpc-provider": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-augment": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", + "@polkadot/types-create": "10.4.2-7-x", + "@polkadot/types-known": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "@polkadot/util-crypto": "^12.1.1", "eventemitter3": "^5.0.0", @@ -40,7 +40,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.4.2-6-x", - "@polkadot/types-support": "10.4.2-6-x" + "@polkadot/api-augment": "10.4.2-7-x", + "@polkadot/types-support": "10.4.2-7-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 3dbf7bf47c6d..ca61e8a2bca5 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 133159fb6458..bcb1b722c8d5 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", + "@polkadot/rpc-core": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "tslib": "^2.5.0" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index f37ffdcf666a..80a87c1a7852 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 2ff2ada5e50f..3bb0bdf3413c 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.4.2-6-x", - "@polkadot/rpc-provider": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", + "@polkadot/rpc-augment": "10.4.2-7-x", + "@polkadot/rpc-provider": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "rxjs": "^7.8.1", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^12.1.1", - "@polkadot/rpc-augment": "10.4.2-6-x" + "@polkadot/rpc-augment": "10.4.2-7-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 689e2f0a34b3..55b4335e8ef0 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index aa0adec939bd..32ed4c76e860 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.1.1", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-support": "10.4.2-6-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-support": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "@polkadot/util-crypto": "^12.1.1", "@polkadot/x-fetch": "^12.1.1", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 6d124d8dd162..9a167927be2f 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 1e041ef6e417..ddb219c9189b 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-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.4.2-6-x", - "@polkadot/api-augment": "10.4.2-6-x", - "@polkadot/rpc-augment": "10.4.2-6-x", - "@polkadot/rpc-provider": "10.4.2-6-x", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-augment": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", - "@polkadot/types-create": "10.4.2-6-x", - "@polkadot/types-support": "10.4.2-6-x", + "@polkadot/api": "10.4.2-7-x", + "@polkadot/api-augment": "10.4.2-7-x", + "@polkadot/rpc-augment": "10.4.2-7-x", + "@polkadot/rpc-provider": "10.4.2-7-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-augment": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", + "@polkadot/types-create": "10.4.2-7-x", + "@polkadot/types-support": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "@polkadot/util-crypto": "^12.1.1", "@polkadot/x-ws": "^12.1.1", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 0156f18519a8..eb8ee7a7a93d 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index a3aad873c390..b7d33493d50f 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "tslib": "^2.5.0" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index e2a5d64049b8..ef31245f2457 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 493169cd61c9..41927a9ee2db 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", @@ -26,9 +26,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-augment": "10.4.2-6-x", - "@polkadot/types-support": "10.4.2-6-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-augment": "10.4.2-7-x", + "@polkadot/types-support": "10.4.2-7-x", "@polkadot/util-crypto": "^12.1.1" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index aa2b6c59a73c..6d04a0de0691 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 8421f70829fe..ad7b599a283e 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.4.2-6-x", + "@polkadot/types-codec": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.4.2-6-x" + "@polkadot/types": "10.4.2-7-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index b9034c89ba8b..8fa6827680bd 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 9b4fceb2b5b9..845ceeb8834b 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^12.1.1", - "@polkadot/types": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", - "@polkadot/types-create": "10.4.2-6-x", + "@polkadot/types": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", + "@polkadot/types-create": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.4.2-6-x" + "@polkadot/api": "10.4.2-7-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 1e7845296295..b7bce4352878 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index ac19d1e7ed23..f4c620a9b831 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index 3fd543365344..682573ebcbe4 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index 868eb5478ade..584a49eb22d2 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.2-6-x", + "version": "10.4.2-7-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.1.1", - "@polkadot/types-augment": "10.4.2-6-x", - "@polkadot/types-codec": "10.4.2-6-x", - "@polkadot/types-create": "10.4.2-6-x", + "@polkadot/types-augment": "10.4.2-7-x", + "@polkadot/types-codec": "10.4.2-7-x", + "@polkadot/types-create": "10.4.2-7-x", "@polkadot/util": "^12.1.1", "@polkadot/util-crypto": "^12.1.1", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^12.1.1", - "@polkadot/types-support": "10.4.2-6-x" + "@polkadot/types-support": "10.4.2-7-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index d4a3b7e2c295..c0b9ca964da8 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.4.2-6-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.4.2-7-x' }; diff --git a/yarn.lock b/yarn.lock index ddf09a1fa7ad..d06e09cd1acb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -366,26 +366,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.4.2-6-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.4.2-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": 10.4.2-6-x - "@polkadot/rpc-augment": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-augment": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x + "@polkadot/api-base": 10.4.2-7-x + "@polkadot/rpc-augment": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-augment": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x "@polkadot/util": ^12.1.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.4.2-6-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.4.2-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": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x + "@polkadot/rpc-core": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x "@polkadot/util": ^12.1.1 rxjs: ^7.8.1 tslib: ^2.5.0 @@ -396,12 +396,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.4.2-6-x - "@polkadot/api-augment": 10.4.2-6-x + "@polkadot/api": 10.4.2-7-x + "@polkadot/api-augment": 10.4.2-7-x "@polkadot/keyring": ^12.1.1 - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x - "@polkadot/types-create": 10.4.2-6-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x + "@polkadot/types-create": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 rxjs: ^7.8.1 @@ -409,19 +409,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.4.2-6-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.4.2-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": 10.4.2-6-x - "@polkadot/api-augment": 10.4.2-6-x - "@polkadot/api-base": 10.4.2-6-x - "@polkadot/rpc-augment": 10.4.2-6-x - "@polkadot/rpc-core": 10.4.2-6-x - "@polkadot/rpc-provider": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x - "@polkadot/types-support": 10.4.2-6-x + "@polkadot/api": 10.4.2-7-x + "@polkadot/api-augment": 10.4.2-7-x + "@polkadot/api-base": 10.4.2-7-x + "@polkadot/rpc-augment": 10.4.2-7-x + "@polkadot/rpc-core": 10.4.2-7-x + "@polkadot/rpc-provider": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x + "@polkadot/types-support": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 rxjs: ^7.8.1 @@ -429,23 +429,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.4.2-6-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.4.2-7-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.4.2-6-x - "@polkadot/api-base": 10.4.2-6-x - "@polkadot/api-derive": 10.4.2-6-x + "@polkadot/api-augment": 10.4.2-7-x + "@polkadot/api-base": 10.4.2-7-x + "@polkadot/api-derive": 10.4.2-7-x "@polkadot/keyring": ^12.1.1 - "@polkadot/rpc-augment": 10.4.2-6-x - "@polkadot/rpc-core": 10.4.2-6-x - "@polkadot/rpc-provider": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-augment": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x - "@polkadot/types-create": 10.4.2-6-x - "@polkadot/types-known": 10.4.2-6-x - "@polkadot/types-support": 10.4.2-6-x + "@polkadot/rpc-augment": 10.4.2-7-x + "@polkadot/rpc-core": 10.4.2-7-x + "@polkadot/rpc-provider": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-augment": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x + "@polkadot/types-create": 10.4.2-7-x + "@polkadot/types-known": 10.4.2-7-x + "@polkadot/types-support": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 eventemitter3: ^5.0.0 @@ -572,39 +572,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.4.2-6-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.4.2-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": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x + "@polkadot/rpc-core": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x "@polkadot/util": ^12.1.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.4.2-6-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.4.2-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": ^12.1.1 - "@polkadot/rpc-augment": 10.4.2-6-x - "@polkadot/rpc-provider": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x + "@polkadot/rpc-augment": 10.4.2-7-x + "@polkadot/rpc-provider": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x "@polkadot/util": ^12.1.1 rxjs: ^7.8.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.4.2-6-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.4.2-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": ^12.1.1 - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-support": 10.4.2-6-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-support": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 "@polkadot/x-fetch": ^12.1.1 @@ -625,15 +625,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.4.2-6-x - "@polkadot/api-augment": 10.4.2-6-x - "@polkadot/rpc-augment": 10.4.2-6-x - "@polkadot/rpc-provider": 10.4.2-6-x - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-augment": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x - "@polkadot/types-create": 10.4.2-6-x - "@polkadot/types-support": 10.4.2-6-x + "@polkadot/api": 10.4.2-7-x + "@polkadot/api-augment": 10.4.2-7-x + "@polkadot/rpc-augment": 10.4.2-7-x + "@polkadot/rpc-provider": 10.4.2-7-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-augment": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x + "@polkadot/types-create": 10.4.2-7-x + "@polkadot/types-support": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 "@polkadot/x-ws": ^12.1.1 @@ -651,24 +651,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.4.2-6-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.4.2-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": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x "@polkadot/util": ^12.1.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.4.2-6-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.4.2-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": 10.4.2-6-x - "@polkadot/types-augment": 10.4.2-6-x - "@polkadot/types-support": 10.4.2-6-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-augment": 10.4.2-7-x + "@polkadot/types-support": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 "@polkadot/x-bigint": ^12.1.1 @@ -676,32 +676,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.4.2-6-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.4.2-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": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x "@polkadot/util": ^12.1.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.4.2-6-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.4.2-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": 10.4.2-6-x + "@polkadot/api": 10.4.2-7-x "@polkadot/networks": ^12.1.1 - "@polkadot/types": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x - "@polkadot/types-create": 10.4.2-6-x + "@polkadot/types": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x + "@polkadot/types-create": 10.4.2-7-x "@polkadot/util": ^12.1.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.4.2-6-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.4.2-7-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -710,15 +710,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.4.2-6-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.4.2-7-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^12.1.1 - "@polkadot/types-augment": 10.4.2-6-x - "@polkadot/types-codec": 10.4.2-6-x - "@polkadot/types-create": 10.4.2-6-x - "@polkadot/types-support": 10.4.2-6-x + "@polkadot/types-augment": 10.4.2-7-x + "@polkadot/types-codec": 10.4.2-7-x + "@polkadot/types-create": 10.4.2-7-x + "@polkadot/types-support": 10.4.2-7-x "@polkadot/util": ^12.1.1 "@polkadot/util-crypto": ^12.1.1 rxjs: ^7.8.1