From abdc50f405e6d7b64c8a5f9c98371595a7d47c8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 05:23:47 +0000 Subject: [PATCH] [CI Skip] bump/beta 10.3.5-0-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 46cfb28dd385..3f238846f0ed 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 37 Keith Ingram Update contract types and rpc (#4541) 35 Stefanie Doll Updated child storage parameters (#1709) 20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970) - 18 Xiliang Chen fix unkown rpc (#5325) + 19 Xiliang Chen no warm for unknown signed extensions (#5601) 15 Jeremías Díaz feat(types): add correct tuple type to storage key (#3054) 14 Nikos Kontakis Bump substrate connect to 0.7.16 (#5307) 11 Ian He HttpProvider support clone() (#3949) diff --git a/package.json b/package.json index cdca42917f51..a3c91c339e63 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "versions": { - "git": "10.3.4", + "git": "10.3.5-0-x", "npm": "10.3.4" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index a2698175f3d9..ef81043fb790 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.3.4", - "@polkadot/rpc-augment": "10.3.4", - "@polkadot/types": "10.3.4", - "@polkadot/types-augment": "10.3.4", - "@polkadot/types-codec": "10.3.4", + "@polkadot/api-base": "10.3.5-0-x", + "@polkadot/rpc-augment": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-augment": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 8333eaa40365..44a41b91cb55 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.3.4' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 8fcc143397d0..cd9856a1342b 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.4", - "@polkadot/types": "10.3.4", + "@polkadot/rpc-core": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 5609aa96e54e..16600806a108 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.3.4' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 5c93252ed602..6e52e54f6f2b 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.4", - "@polkadot/types": "10.3.4", - "@polkadot/types-codec": "10.3.4", - "@polkadot/types-create": "10.3.4", + "@polkadot/api": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", + "@polkadot/types-create": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.4", + "@polkadot/api-augment": "10.3.5-0-x", "@polkadot/keyring": "^11.1.3" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 21768e0872c2..c4305448525d 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.3.4' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 96fa31cd0b9a..f5ccdbe7ea68 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.4", - "@polkadot/api-augment": "10.3.4", - "@polkadot/api-base": "10.3.4", - "@polkadot/rpc-core": "10.3.4", - "@polkadot/types": "10.3.4", - "@polkadot/types-codec": "10.3.4", + "@polkadot/api": "10.3.5-0-x", + "@polkadot/api-augment": "10.3.5-0-x", + "@polkadot/api-base": "10.3.5-0-x", + "@polkadot/rpc-core": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.4", - "@polkadot/api-augment": "10.3.4", - "@polkadot/rpc-augment": "10.3.4", - "@polkadot/rpc-provider": "10.3.4", - "@polkadot/types-support": "10.3.4" + "@polkadot/api": "10.3.5-0-x", + "@polkadot/api-augment": "10.3.5-0-x", + "@polkadot/rpc-augment": "10.3.5-0-x", + "@polkadot/rpc-provider": "10.3.5-0-x", + "@polkadot/types-support": "10.3.5-0-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index c4e0f9cec380..9448f4bf2bf7 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.3.4' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index 01ed5b892cef..b20e88205557 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.3.4", - "@polkadot/api-base": "10.3.4", - "@polkadot/api-derive": "10.3.4", + "@polkadot/api-augment": "10.3.5-0-x", + "@polkadot/api-base": "10.3.5-0-x", + "@polkadot/api-derive": "10.3.5-0-x", "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.4", - "@polkadot/rpc-core": "10.3.4", - "@polkadot/rpc-provider": "10.3.4", - "@polkadot/types": "10.3.4", - "@polkadot/types-augment": "10.3.4", - "@polkadot/types-codec": "10.3.4", - "@polkadot/types-create": "10.3.4", - "@polkadot/types-known": "10.3.4", + "@polkadot/rpc-augment": "10.3.5-0-x", + "@polkadot/rpc-core": "10.3.5-0-x", + "@polkadot/rpc-provider": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-augment": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", + "@polkadot/types-create": "10.3.5-0-x", + "@polkadot/types-known": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "eventemitter3": "^5.0.0", @@ -40,7 +40,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.4", - "@polkadot/types-support": "10.3.4" + "@polkadot/api-augment": "10.3.5-0-x", + "@polkadot/types-support": "10.3.5-0-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index bafbf9157380..392ecd675a20 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.3.4' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index e20c02681ae3..0ece12ce41ce 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.4", - "@polkadot/types": "10.3.4", - "@polkadot/types-codec": "10.3.4", + "@polkadot/rpc-core": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 3b09859f85b5..72cd91df7bf0 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.3.4' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 98f86ccb3e4c..82b73577ddda 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.3.4", - "@polkadot/rpc-provider": "10.3.4", - "@polkadot/types": "10.3.4", + "@polkadot/rpc-augment": "10.3.5-0-x", + "@polkadot/rpc-provider": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.4" + "@polkadot/rpc-augment": "10.3.5-0-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 1144bbaaaf3f..422fdc3c28dd 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.3.4' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index eb2c44ed0d9e..26f88fd97942 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types": "10.3.4", - "@polkadot/types-support": "10.3.4", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-support": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-fetch": "^11.1.3", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index e813a01449fc..efe3a5856334 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.3.4' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 2c5c768f3fbf..1d5359dfd4ff 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-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.3.4", - "@polkadot/api-augment": "10.3.4", - "@polkadot/rpc-augment": "10.3.4", - "@polkadot/rpc-provider": "10.3.4", - "@polkadot/types": "10.3.4", - "@polkadot/types-augment": "10.3.4", - "@polkadot/types-codec": "10.3.4", - "@polkadot/types-create": "10.3.4", - "@polkadot/types-support": "10.3.4", + "@polkadot/api": "10.3.5-0-x", + "@polkadot/api-augment": "10.3.5-0-x", + "@polkadot/rpc-augment": "10.3.5-0-x", + "@polkadot/rpc-provider": "10.3.5-0-x", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-augment": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", + "@polkadot/types-create": "10.3.5-0-x", + "@polkadot/types-support": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-ws": "^11.1.3", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 4c133944ae5a..1e161731618d 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.3.4' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 157a027df986..07dd616150bc 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/types": "10.3.4", - "@polkadot/types-codec": "10.3.4", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index a18c9fa5136c..0f22594b3b8f 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.3.4' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 551ee09f697f..a85903630105 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", @@ -26,9 +26,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.4", - "@polkadot/types-augment": "10.3.4", - "@polkadot/types-support": "10.3.4", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-augment": "10.3.5-0-x", + "@polkadot/types-support": "10.3.5-0-x", "@polkadot/util-crypto": "^11.1.3" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 132689a26b0b..f050f8617b8d 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.3.4' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 052aa51e44b2..36b31f37a5e7 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.3.4", + "@polkadot/types-codec": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.4" + "@polkadot/types": "10.3.5-0-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index 99c4d4068b32..e310d98e3b6e 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.3.4' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 3df7f4bf25c0..565983df3a4c 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^11.1.3", - "@polkadot/types": "10.3.4", - "@polkadot/types-codec": "10.3.4", - "@polkadot/types-create": "10.3.4", + "@polkadot/types": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", + "@polkadot/types-create": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.4" + "@polkadot/api": "10.3.5-0-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index df4e45e584e9..7b5431fa9128 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.3.4' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 7089312df760..a2ee6e66f475 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index baf3058c7f73..d028af45dedc 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.3.4' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index fd6ea4f35e8e..8b0295e68e87 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.4", + "version": "10.3.5-0-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-augment": "10.3.4", - "@polkadot/types-codec": "10.3.4", - "@polkadot/types-create": "10.3.4", + "@polkadot/types-augment": "10.3.5-0-x", + "@polkadot/types-codec": "10.3.5-0-x", + "@polkadot/types-create": "10.3.5-0-x", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-support": "10.3.4" + "@polkadot/types-support": "10.3.5-0-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 067feabe337c..3d1b712183d0 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.3.4' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.3.5-0-x' }; diff --git a/yarn.lock b/yarn.lock index eae64450db57..5b482944255e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,26 +364,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.3.4, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.3.5-0-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.3.4 - "@polkadot/rpc-augment": 10.3.4 - "@polkadot/types": 10.3.4 - "@polkadot/types-augment": 10.3.4 - "@polkadot/types-codec": 10.3.4 + "@polkadot/api-base": 10.3.5-0-x + "@polkadot/rpc-augment": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-augment": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.3.4, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.3.5-0-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.3.4 - "@polkadot/types": 10.3.4 + "@polkadot/rpc-core": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 @@ -394,12 +394,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.3.4 - "@polkadot/api-augment": 10.3.4 + "@polkadot/api": 10.3.5-0-x + "@polkadot/api-augment": 10.3.5-0-x "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.4 - "@polkadot/types-codec": 10.3.4 - "@polkadot/types-create": 10.3.4 + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x + "@polkadot/types-create": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -407,19 +407,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.3.4, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.3.5-0-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.3.4 - "@polkadot/api-augment": 10.3.4 - "@polkadot/api-base": 10.3.4 - "@polkadot/rpc-augment": 10.3.4 - "@polkadot/rpc-core": 10.3.4 - "@polkadot/rpc-provider": 10.3.4 - "@polkadot/types": 10.3.4 - "@polkadot/types-codec": 10.3.4 - "@polkadot/types-support": 10.3.4 + "@polkadot/api": 10.3.5-0-x + "@polkadot/api-augment": 10.3.5-0-x + "@polkadot/api-base": 10.3.5-0-x + "@polkadot/rpc-augment": 10.3.5-0-x + "@polkadot/rpc-core": 10.3.5-0-x + "@polkadot/rpc-provider": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x + "@polkadot/types-support": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -427,23 +427,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.3.4, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.3.5-0-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.3.4 - "@polkadot/api-base": 10.3.4 - "@polkadot/api-derive": 10.3.4 + "@polkadot/api-augment": 10.3.5-0-x + "@polkadot/api-base": 10.3.5-0-x + "@polkadot/api-derive": 10.3.5-0-x "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.4 - "@polkadot/rpc-core": 10.3.4 - "@polkadot/rpc-provider": 10.3.4 - "@polkadot/types": 10.3.4 - "@polkadot/types-augment": 10.3.4 - "@polkadot/types-codec": 10.3.4 - "@polkadot/types-create": 10.3.4 - "@polkadot/types-known": 10.3.4 - "@polkadot/types-support": 10.3.4 + "@polkadot/rpc-augment": 10.3.5-0-x + "@polkadot/rpc-core": 10.3.5-0-x + "@polkadot/rpc-provider": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-augment": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x + "@polkadot/types-create": 10.3.5-0-x + "@polkadot/types-known": 10.3.5-0-x + "@polkadot/types-support": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 eventemitter3: ^5.0.0 @@ -570,39 +570,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.3.4, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.3.5-0-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.3.4 - "@polkadot/types": 10.3.4 - "@polkadot/types-codec": 10.3.4 + "@polkadot/rpc-core": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.3.4, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.3.5-0-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": ^11.1.3 - "@polkadot/rpc-augment": 10.3.4 - "@polkadot/rpc-provider": 10.3.4 - "@polkadot/types": 10.3.4 + "@polkadot/rpc-augment": 10.3.5-0-x + "@polkadot/rpc-provider": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.3.4, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.3.5-0-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": ^11.1.3 - "@polkadot/types": 10.3.4 - "@polkadot/types-support": 10.3.4 + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-support": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-fetch": ^11.1.3 @@ -623,15 +623,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.3.4 - "@polkadot/api-augment": 10.3.4 - "@polkadot/rpc-augment": 10.3.4 - "@polkadot/rpc-provider": 10.3.4 - "@polkadot/types": 10.3.4 - "@polkadot/types-augment": 10.3.4 - "@polkadot/types-codec": 10.3.4 - "@polkadot/types-create": 10.3.4 - "@polkadot/types-support": 10.3.4 + "@polkadot/api": 10.3.5-0-x + "@polkadot/api-augment": 10.3.5-0-x + "@polkadot/rpc-augment": 10.3.5-0-x + "@polkadot/rpc-provider": 10.3.5-0-x + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-augment": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x + "@polkadot/types-create": 10.3.5-0-x + "@polkadot/types-support": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-ws": ^11.1.3 @@ -649,24 +649,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.3.4, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.3.5-0-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.3.4 - "@polkadot/types-codec": 10.3.4 + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.3.4, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.3.5-0-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.3.4 - "@polkadot/types-augment": 10.3.4 - "@polkadot/types-support": 10.3.4 + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-augment": 10.3.5-0-x + "@polkadot/types-support": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-bigint": ^11.1.3 @@ -674,32 +674,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.3.4, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.3.5-0-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.3.4 - "@polkadot/types-codec": 10.3.4 + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.3.4, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.3.5-0-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.3.4 + "@polkadot/api": 10.3.5-0-x "@polkadot/networks": ^11.1.3 - "@polkadot/types": 10.3.4 - "@polkadot/types-codec": 10.3.4 - "@polkadot/types-create": 10.3.4 + "@polkadot/types": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x + "@polkadot/types-create": 10.3.5-0-x "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.3.4, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.3.5-0-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -708,15 +708,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.3.4, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.3.5-0-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types-augment": 10.3.4 - "@polkadot/types-codec": 10.3.4 - "@polkadot/types-create": 10.3.4 - "@polkadot/types-support": 10.3.4 + "@polkadot/types-augment": 10.3.5-0-x + "@polkadot/types-codec": 10.3.5-0-x + "@polkadot/types-create": 10.3.5-0-x + "@polkadot/types-support": 10.3.5-0-x "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0