From 7d53c4b45dd7ed3839f0a75728977b4e97fda80b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 08:18:14 +0000 Subject: [PATCH] [CI Skip] release/beta 8.14.2-12 skip-checks: true --- .123npm | 0 CONTRIBUTORS | 2 +- package.json | 6 +- packages/api-augment/package.json | 14 +- 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 | 8 +- 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 +++++++++++----------- 34 files changed, 181 insertions(+), 181 deletions(-) delete mode 100644 .123npm diff --git a/.123npm b/.123npm deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2fc311567a53..1b94ddc59954 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 3162 Jaco Publish beta to npm (#5115) + 3163 Jaco Ensure call is exposed on rx (#5116) 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 f3263b2982a6..d070730fc73b 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "versions": { - "git": "8.14.2-11", - "npm": "8.14.2-11" + "git": "8.14.2-12", + "npm": "8.14.2-12" }, "workspaces": [ "packages/*" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 90760d0dd8b9..b0f87357f971 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/api-base": "8.14.2-11", - "@polkadot/rpc-augment": "8.14.2-11", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-augment": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", + "@polkadot/api-base": "8.14.2-12", + "@polkadot/rpc-augment": "8.14.2-12", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-augment": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", "@polkadot/util": "^10.1.1" }, "devDependencies": { - "@polkadot/types-support": "8.14.2-11" + "@polkadot/types-support": "8.14.2-12" } } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 3474fee36f13..ff97889ebd9d 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index b7608f68e5e5..8981fb1fb5fe 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "8.14.2-11", - "@polkadot/types": "8.14.2-11", + "@polkadot/rpc-core": "8.14.2-12", + "@polkadot/types": "8.14.2-12", "@polkadot/util": "^10.1.1", "rxjs": "^7.5.6" } diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index d8d5d196758f..c0de6260be7b 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 269dec55c505..896d02a3b84f 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/api": "8.14.2-11", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", - "@polkadot/types-create": "8.14.2-11", + "@polkadot/api": "8.14.2-12", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", + "@polkadot/types-create": "8.14.2-12", "@polkadot/util": "^10.1.1", "@polkadot/util-crypto": "^10.1.1", "rxjs": "^7.5.6" }, "devDependencies": { - "@polkadot/api-augment": "8.14.2-11", + "@polkadot/api-augment": "8.14.2-12", "@polkadot/keyring": "^10.1.1" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 007a2a64c9e9..015494ae94be 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 7fc50803404c..3d8714b24dcd 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,25 +20,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/api": "8.14.2-11", - "@polkadot/api-augment": "8.14.2-11", - "@polkadot/api-base": "8.14.2-11", - "@polkadot/rpc-core": "8.14.2-11", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", + "@polkadot/api": "8.14.2-12", + "@polkadot/api-augment": "8.14.2-12", + "@polkadot/api-base": "8.14.2-12", + "@polkadot/rpc-core": "8.14.2-12", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", "@polkadot/util": "^10.1.1", "@polkadot/util-crypto": "^10.1.1", "rxjs": "^7.5.6" }, "devDependencies": { - "@polkadot/api": "8.14.2-11", - "@polkadot/api-augment": "8.14.2-11", - "@polkadot/rpc-augment": "8.14.2-11", - "@polkadot/rpc-provider": "8.14.2-11", - "@polkadot/types-support": "8.14.2-11" + "@polkadot/api": "8.14.2-12", + "@polkadot/api-augment": "8.14.2-12", + "@polkadot/rpc-augment": "8.14.2-12", + "@polkadot/rpc-provider": "8.14.2-12", + "@polkadot/types-support": "8.14.2-12" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index bfdbfb7b93fd..6665b89414ab 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/api/package.json b/packages/api/package.json index 45664c6c07e2..28efb76f4ceb 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,29 +20,29 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/api-augment": "8.14.2-11", - "@polkadot/api-base": "8.14.2-11", - "@polkadot/api-derive": "8.14.2-11", + "@polkadot/api-augment": "8.14.2-12", + "@polkadot/api-base": "8.14.2-12", + "@polkadot/api-derive": "8.14.2-12", "@polkadot/keyring": "^10.1.1", - "@polkadot/rpc-augment": "8.14.2-11", - "@polkadot/rpc-core": "8.14.2-11", - "@polkadot/rpc-provider": "8.14.2-11", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-augment": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", - "@polkadot/types-create": "8.14.2-11", - "@polkadot/types-known": "8.14.2-11", + "@polkadot/rpc-augment": "8.14.2-12", + "@polkadot/rpc-core": "8.14.2-12", + "@polkadot/rpc-provider": "8.14.2-12", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-augment": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", + "@polkadot/types-create": "8.14.2-12", + "@polkadot/types-known": "8.14.2-12", "@polkadot/util": "^10.1.1", "@polkadot/util-crypto": "^10.1.1", "eventemitter3": "^4.0.7", "rxjs": "^7.5.6" }, "devDependencies": { - "@polkadot/api-augment": "8.14.2-11", - "@polkadot/types-support": "8.14.2-11" + "@polkadot/api-augment": "8.14.2-12", + "@polkadot/types-support": "8.14.2-12" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index f793324a2ea0..bb1fc8b53d62 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 9a73059784c9..47225da53e57 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "8.14.2-11", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", + "@polkadot/rpc-core": "8.14.2-12", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", "@polkadot/util": "^10.1.1" } } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 54cf040b5287..d93d12ae4d48 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 916937a1ad54..376db53ac230 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/rpc-augment": "8.14.2-11", - "@polkadot/rpc-provider": "8.14.2-11", - "@polkadot/types": "8.14.2-11", + "@polkadot/rpc-augment": "8.14.2-12", + "@polkadot/rpc-provider": "8.14.2-12", + "@polkadot/types": "8.14.2-12", "@polkadot/util": "^10.1.1", "rxjs": "^7.5.6" }, "devDependencies": { "@polkadot/keyring": "^10.1.1", - "@polkadot/rpc-augment": "8.14.2-11" + "@polkadot/rpc-augment": "8.14.2-12" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 87e31843e10d..6d4e5b5c367a 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 761c90558e18..1e93fa98bb74 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", "@polkadot/keyring": "^10.1.1", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-support": "8.14.2-11", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-support": "8.14.2-12", "@polkadot/util": "^10.1.1", "@polkadot/util-crypto": "^10.1.1", "@polkadot/x-fetch": "^10.1.1", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index d11d1af9451c..49aee1c7baf3 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index b2f5528493bc..79b0f11b1db6 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs", @@ -33,15 +33,15 @@ "@babel/core": "^7.18.9", "@babel/register": "^7.18.9", "@babel/runtime": "^7.18.9", - "@polkadot/api": "8.14.2-11", - "@polkadot/api-augment": "8.14.2-11", - "@polkadot/rpc-augment": "8.14.2-11", - "@polkadot/rpc-provider": "8.14.2-11", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-augment": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", - "@polkadot/types-create": "8.14.2-11", - "@polkadot/types-support": "8.14.2-11", + "@polkadot/api": "8.14.2-12", + "@polkadot/api-augment": "8.14.2-12", + "@polkadot/rpc-augment": "8.14.2-12", + "@polkadot/rpc-provider": "8.14.2-12", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-augment": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", + "@polkadot/types-create": "8.14.2-12", + "@polkadot/types-support": "8.14.2-12", "@polkadot/util": "^10.1.1", "@polkadot/util-crypto": "^10.1.1", "@polkadot/x-ws": "^10.1.1", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 2f70d84460ac..07d64d68d33a 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 016df7591a97..45bc934eaac4 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", "@polkadot/util": "^10.1.1" } } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 8a084a1f95ec..34768739674d 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index b10a56ac7761..ce6ce91a26b8 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", @@ -28,9 +28,9 @@ "@polkadot/x-bigint": "^10.1.1" }, "devDependencies": { - "@polkadot/types": "8.14.2-11", - "@polkadot/types-augment": "8.14.2-11", - "@polkadot/types-support": "8.14.2-11", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-augment": "8.14.2-12", + "@polkadot/types-support": "8.14.2-12", "@polkadot/util-crypto": "^10.1.1" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 40dd813b6bd5..bd01f4445a19 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 94b067247873..ed4070b1de89 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", - "@polkadot/types-codec": "8.14.2-11", + "@polkadot/types-codec": "8.14.2-12", "@polkadot/util": "^10.1.1" }, "devDependencies": { - "@polkadot/types": "8.14.2-11" + "@polkadot/types": "8.14.2-12" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index dc36b970daf7..30214d047572 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 457c25ffbc3a..b855ad30ce2b 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", "@polkadot/networks": "^10.1.1", - "@polkadot/types": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", - "@polkadot/types-create": "8.14.2-11", + "@polkadot/types": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", + "@polkadot/types-create": "8.14.2-12", "@polkadot/util": "^10.1.1" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 8b1cd3a0742d..4fc2a99e11f7 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index f228a138a5cb..bb743addfd99 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index bb60164d6e52..89773532d0dd 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/packages/types/package.json b/packages/types/package.json index d532dad33214..ca3fd5bda1ee 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "8.14.2-11", + "version": "8.14.2-12", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", "@polkadot/keyring": "^10.1.1", - "@polkadot/types-augment": "8.14.2-11", - "@polkadot/types-codec": "8.14.2-11", - "@polkadot/types-create": "8.14.2-11", + "@polkadot/types-augment": "8.14.2-12", + "@polkadot/types-codec": "8.14.2-12", + "@polkadot/types-create": "8.14.2-12", "@polkadot/util": "^10.1.1", "@polkadot/util-crypto": "^10.1.1", "rxjs": "^7.5.6" }, "devDependencies": { "@polkadot/keyring": "^10.1.1", - "@polkadot/types-support": "8.14.2-11" + "@polkadot/types-support": "8.14.2-12" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 0172eef12527..e105c5e80507 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: '8.14.2-11' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '8.14.2-12' }; diff --git a/yarn.lock b/yarn.lock index 49f37d310080..7cd9639fd173 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1955,28 +1955,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@8.14.2-11, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@8.14.2-12, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/api-base": 8.14.2-11 - "@polkadot/rpc-augment": 8.14.2-11 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-augment": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/api-base": 8.14.2-12 + "@polkadot/rpc-augment": 8.14.2-12 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-augment": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 languageName: unknown linkType: soft -"@polkadot/api-base@8.14.2-11, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@8.14.2-12, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/rpc-core": 8.14.2-11 - "@polkadot/types": 8.14.2-11 + "@polkadot/rpc-core": 8.14.2-12 + "@polkadot/types": 8.14.2-12 "@polkadot/util": ^10.1.1 rxjs: ^7.5.6 languageName: unknown @@ -1987,56 +1987,56 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/api": 8.14.2-11 - "@polkadot/api-augment": 8.14.2-11 + "@polkadot/api": 8.14.2-12 + "@polkadot/api-augment": 8.14.2-12 "@polkadot/keyring": ^10.1.1 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-create": 8.14.2-11 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-create": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 rxjs: ^7.5.6 languageName: unknown linkType: soft -"@polkadot/api-derive@8.14.2-11, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@8.14.2-12, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/api": 8.14.2-11 - "@polkadot/api-augment": 8.14.2-11 - "@polkadot/api-base": 8.14.2-11 - "@polkadot/rpc-augment": 8.14.2-11 - "@polkadot/rpc-core": 8.14.2-11 - "@polkadot/rpc-provider": 8.14.2-11 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/api": 8.14.2-12 + "@polkadot/api-augment": 8.14.2-12 + "@polkadot/api-base": 8.14.2-12 + "@polkadot/rpc-augment": 8.14.2-12 + "@polkadot/rpc-core": 8.14.2-12 + "@polkadot/rpc-provider": 8.14.2-12 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 rxjs: ^7.5.6 languageName: unknown linkType: soft -"@polkadot/api@8.14.2-11, @polkadot/api@workspace:packages/api": +"@polkadot/api@8.14.2-12, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/api-augment": 8.14.2-11 - "@polkadot/api-base": 8.14.2-11 - "@polkadot/api-derive": 8.14.2-11 + "@polkadot/api-augment": 8.14.2-12 + "@polkadot/api-base": 8.14.2-12 + "@polkadot/api-derive": 8.14.2-12 "@polkadot/keyring": ^10.1.1 - "@polkadot/rpc-augment": 8.14.2-11 - "@polkadot/rpc-core": 8.14.2-11 - "@polkadot/rpc-provider": 8.14.2-11 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-augment": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-create": 8.14.2-11 - "@polkadot/types-known": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/rpc-augment": 8.14.2-12 + "@polkadot/rpc-core": 8.14.2-12 + "@polkadot/rpc-provider": 8.14.2-12 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-augment": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-create": 8.14.2-12 + "@polkadot/types-known": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 eventemitter3: ^4.0.7 @@ -2164,40 +2164,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@8.14.2-11, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@8.14.2-12, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/rpc-core": 8.14.2-11 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 + "@polkadot/rpc-core": 8.14.2-12 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 "@polkadot/util": ^10.1.1 languageName: unknown linkType: soft -"@polkadot/rpc-core@8.14.2-11, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@8.14.2-12, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@babel/runtime": ^7.18.9 "@polkadot/keyring": ^10.1.1 - "@polkadot/rpc-augment": 8.14.2-11 - "@polkadot/rpc-provider": 8.14.2-11 - "@polkadot/types": 8.14.2-11 + "@polkadot/rpc-augment": 8.14.2-12 + "@polkadot/rpc-provider": 8.14.2-12 + "@polkadot/types": 8.14.2-12 "@polkadot/util": ^10.1.1 rxjs: ^7.5.6 languageName: unknown linkType: soft -"@polkadot/rpc-provider@8.14.2-11, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@8.14.2-12, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@babel/runtime": ^7.18.9 "@polkadot/keyring": ^10.1.1 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 "@polkadot/x-fetch": ^10.1.1 @@ -2217,15 +2217,15 @@ __metadata: "@babel/core": ^7.18.9 "@babel/register": ^7.18.9 "@babel/runtime": ^7.18.9 - "@polkadot/api": 8.14.2-11 - "@polkadot/api-augment": 8.14.2-11 - "@polkadot/rpc-augment": 8.14.2-11 - "@polkadot/rpc-provider": 8.14.2-11 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-augment": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-create": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/api": 8.14.2-12 + "@polkadot/api-augment": 8.14.2-12 + "@polkadot/rpc-augment": 8.14.2-12 + "@polkadot/rpc-provider": 8.14.2-12 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-augment": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-create": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 "@polkadot/x-ws": ^10.1.1 @@ -2243,56 +2243,56 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@8.14.2-11, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@8.14.2-12, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 "@polkadot/util": ^10.1.1 languageName: unknown linkType: soft -"@polkadot/types-codec@8.14.2-11, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@8.14.2-12, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-augment": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-augment": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 "@polkadot/x-bigint": ^10.1.1 languageName: unknown linkType: soft -"@polkadot/types-create@8.14.2-11, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@8.14.2-12, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 "@polkadot/util": ^10.1.1 languageName: unknown linkType: soft -"@polkadot/types-known@8.14.2-11, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@8.14.2-12, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: "@babel/runtime": ^7.18.9 "@polkadot/networks": ^10.1.1 - "@polkadot/types": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-create": 8.14.2-11 + "@polkadot/types": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-create": 8.14.2-12 "@polkadot/util": ^10.1.1 languageName: unknown linkType: soft -"@polkadot/types-support@8.14.2-11, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@8.14.2-12, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -2301,16 +2301,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@8.14.2-11, @polkadot/types@workspace:packages/types": +"@polkadot/types@8.14.2-12, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.18.9 "@polkadot/keyring": ^10.1.1 - "@polkadot/types-augment": 8.14.2-11 - "@polkadot/types-codec": 8.14.2-11 - "@polkadot/types-create": 8.14.2-11 - "@polkadot/types-support": 8.14.2-11 + "@polkadot/types-augment": 8.14.2-12 + "@polkadot/types-codec": 8.14.2-12 + "@polkadot/types-create": 8.14.2-12 + "@polkadot/types-support": 8.14.2-12 "@polkadot/util": ^10.1.1 "@polkadot/util-crypto": ^10.1.1 rxjs: ^7.5.6