From e86abeefda25a4088d272625fce7f1e947d7a500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:16:56 +0000 Subject: [PATCH] [CI Skip] bump/beta 15.5.2-1-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 +- packages/api-augment/package.json | 12 +- packages/api-augment/src/packageInfo.ts | 2 +- packages/api-base/package.json | 6 +- packages/api-base/src/packageInfo.ts | 2 +- packages/api-contract/package.json | 16 +-- packages/api-contract/src/packageInfo.ts | 2 +- packages/api-derive/package.json | 24 ++-- packages/api-derive/src/packageInfo.ts | 2 +- packages/api/package.json | 28 ++-- packages/api/src/packageInfo.ts | 2 +- packages/rpc-augment/package.json | 8 +- packages/rpc-augment/src/packageInfo.ts | 2 +- packages/rpc-core/package.json | 10 +- packages/rpc-core/src/packageInfo.ts | 2 +- packages/rpc-provider/package.json | 6 +- packages/rpc-provider/src/packageInfo.ts | 2 +- packages/typegen/package.json | 20 +-- packages/typegen/src/packageInfo.ts | 2 +- packages/types-augment/package.json | 6 +- packages/types-augment/src/packageInfo.ts | 2 +- packages/types-codec/package.json | 8 +- packages/types-codec/src/packageInfo.ts | 2 +- packages/types-create/package.json | 6 +- packages/types-create/src/packageInfo.ts | 2 +- packages/types-known/package.json | 10 +- packages/types-known/src/packageInfo.ts | 2 +- packages/types-support/package.json | 2 +- packages/types-support/src/packageInfo.ts | 2 +- packages/types/package.json | 10 +- packages/types/src/packageInfo.ts | 2 +- yarn.lock | 158 +++++++++++----------- 33 files changed, 183 insertions(+), 183 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7784af96403..0593c83a2c7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -17,13 +17,13 @@ 5 Julien Eluard General WsProvider extensibility improvements (#5467) 5 Matias Volpe Bump @substrate/connect to 0.8.10 (#5863) 5 Thibaut Sardan Allow external signers to modify the payload (#6030) + 5 Valentin Fernandez Fix typegen adding invalid imports (#6082) 4 Alex D Use derive customAccount and customLocks for balance overrides (#3248) 4 Alex Wang fix issue that creates duplicate providers (#983) 4 Alexander Popiak Add asset id in signing (#4009) 4 Joshy Orndorff spelling; efect -> effect (#2295) 4 Nantian fix bigint type (#3869) 4 Scott Twiname Add support for historical BlockNumber rpc methods (#4574) - 4 Valentin Fernandez Patch typegen query to prevent it from adding invalid import (#6073) 3 André Silva add support for ValidationCodeHash (#3640) 3 Antoine Estienne Adapted to display moonbeam author (#3108) 3 Arjan Zijderveld Added `Emergency` to `ElectionPhase` (#3707) diff --git a/package.json b/package.json index eecc15688d8..3e7f2845bc4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "versions": { - "git": "15.5.2-0-x", + "git": "15.5.2-1-x", "npm": "15.5.1" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index c96ae3222d5..e98951e999b 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "15.5.2-0-x", - "@polkadot/rpc-augment": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-augment": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", + "@polkadot/api-base": "15.5.2-1-x", + "@polkadot/rpc-augment": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-augment": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index e15f94e5062..b7c45699daf 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 1f6bd8aa49c..afb95ab5464 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", + "@polkadot/rpc-core": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 1de938f08c9..3bedc2e757c 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 090344a11e4..1fa2078590a 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "15.5.2-0-x", - "@polkadot/api-augment": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", - "@polkadot/types-create": "15.5.2-0-x", + "@polkadot/api": "15.5.2-1-x", + "@polkadot/api-augment": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", + "@polkadot/types-create": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api-augment": "15.5.2-0-x", + "@polkadot/api-augment": "15.5.2-1-x", "@polkadot/keyring": "^13.3.1", - "@polkadot/types-support": "15.5.2-0-x" + "@polkadot/types-support": "15.5.2-1-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 53a44d1b635..3738b56b8e3 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 56eb9f25660..cdb2f3f72b5 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api": "15.5.2-0-x", - "@polkadot/api-augment": "15.5.2-0-x", - "@polkadot/api-base": "15.5.2-0-x", - "@polkadot/rpc-core": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", + "@polkadot/api": "15.5.2-1-x", + "@polkadot/api-augment": "15.5.2-1-x", + "@polkadot/api-base": "15.5.2-1-x", + "@polkadot/rpc-core": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api": "15.5.2-0-x", - "@polkadot/api-augment": "15.5.2-0-x", - "@polkadot/rpc-augment": "15.5.2-0-x", - "@polkadot/rpc-provider": "15.5.2-0-x", - "@polkadot/types-support": "15.5.2-0-x" + "@polkadot/api": "15.5.2-1-x", + "@polkadot/api-augment": "15.5.2-1-x", + "@polkadot/rpc-augment": "15.5.2-1-x", + "@polkadot/rpc-provider": "15.5.2-1-x", + "@polkadot/types-support": "15.5.2-1-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 893b039474a..3262e0d7c02 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index a2f99224f29..135f01d5758 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "15.5.2-0-x", - "@polkadot/api-base": "15.5.2-0-x", - "@polkadot/api-derive": "15.5.2-0-x", + "@polkadot/api-augment": "15.5.2-1-x", + "@polkadot/api-base": "15.5.2-1-x", + "@polkadot/api-derive": "15.5.2-1-x", "@polkadot/keyring": "^13.3.1", - "@polkadot/rpc-augment": "15.5.2-0-x", - "@polkadot/rpc-core": "15.5.2-0-x", - "@polkadot/rpc-provider": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-augment": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", - "@polkadot/types-create": "15.5.2-0-x", - "@polkadot/types-known": "15.5.2-0-x", + "@polkadot/rpc-augment": "15.5.2-1-x", + "@polkadot/rpc-core": "15.5.2-1-x", + "@polkadot/rpc-provider": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-augment": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", + "@polkadot/types-create": "15.5.2-1-x", + "@polkadot/types-known": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api-augment": "15.5.2-0-x", - "@polkadot/types-support": "15.5.2-0-x" + "@polkadot/api-augment": "15.5.2-1-x", + "@polkadot/types-support": "15.5.2-1-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 076255d2302..39eac086081 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 655a0ecd034..2622a7ca2a8 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", + "@polkadot/rpc-core": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 2a8c6016a57..91236b2c04c 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index d089b3b1415..d3ccc33d74a 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "15.5.2-0-x", - "@polkadot/rpc-provider": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", + "@polkadot/rpc-augment": "15.5.2-1-x", + "@polkadot/rpc-provider": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/rpc-augment": "15.5.2-0-x" + "@polkadot/rpc-augment": "15.5.2-1-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 13cf8f30906..44140cf3e97 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 9c1737f402f..e36b8a53c11 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-support": "15.5.2-0-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-support": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "@polkadot/x-fetch": "^13.3.1", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index de5883d66f2..e4d7d6b5649 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index f9b82383d5d..db4f99c3e74 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,15 +28,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "15.5.2-0-x", - "@polkadot/api-augment": "15.5.2-0-x", - "@polkadot/rpc-augment": "15.5.2-0-x", - "@polkadot/rpc-provider": "15.5.2-0-x", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-augment": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", - "@polkadot/types-create": "15.5.2-0-x", - "@polkadot/types-support": "15.5.2-0-x", + "@polkadot/api": "15.5.2-1-x", + "@polkadot/api-augment": "15.5.2-1-x", + "@polkadot/rpc-augment": "15.5.2-1-x", + "@polkadot/rpc-provider": "15.5.2-1-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-augment": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", + "@polkadot/types-create": "15.5.2-1-x", + "@polkadot/types-support": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "@polkadot/x-ws": "^13.3.1", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 5243688fe35..630ed2a7e90 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 12dc692757a..7df977f88ce 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 49e11389d10..150fb2dacf0 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 98235169e63..746b7d551ea 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", @@ -26,9 +26,9 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-augment": "15.5.2-0-x", - "@polkadot/types-support": "15.5.2-0-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-augment": "15.5.2-1-x", + "@polkadot/types-support": "15.5.2-1-x", "@polkadot/util-crypto": "^13.3.1" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 1cccfa859c9..917c889acdc 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index f6f033b254c..d7815613a03 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "15.5.2-0-x", + "@polkadot/types-codec": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/types": "15.5.2-0-x" + "@polkadot/types": "15.5.2-1-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index e8443387a33..132a67a105b 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 05092c37270..ac61f6f6edb 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.3.1", - "@polkadot/types": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", - "@polkadot/types-create": "15.5.2-0-x", + "@polkadot/types": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", + "@polkadot/types-create": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api": "15.5.2-0-x" + "@polkadot/api": "15.5.2-1-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 88a311877da..0eaf3eb03ca 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index d0e23273003..a16d0c36a08 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index c8fa4a179c9..b25daafd225 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index 4ba2008aab6..67394955349 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.5.2-0-x", + "version": "15.5.2-1-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/types-augment": "15.5.2-0-x", - "@polkadot/types-codec": "15.5.2-0-x", - "@polkadot/types-create": "15.5.2-0-x", + "@polkadot/types-augment": "15.5.2-1-x", + "@polkadot/types-codec": "15.5.2-1-x", + "@polkadot/types-create": "15.5.2-1-x", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/types-support": "15.5.2-0-x" + "@polkadot/types-support": "15.5.2-1-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 3cede43ceb0..bcd4a176198 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: '15.5.2-0-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '15.5.2-1-x' }; diff --git a/yarn.lock b/yarn.lock index 4ce0e7ce518..aac873260db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:15.5.2-0-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:15.5.2-1-x, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: - "@polkadot/api-base": "npm:15.5.2-0-x" - "@polkadot/rpc-augment": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-augment": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" + "@polkadot/api-base": "npm:15.5.2-1-x" + "@polkadot/rpc-augment": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-augment": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/api-base@npm:15.5.2-0-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:15.5.2-1-x, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: - "@polkadot/rpc-core": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" + "@polkadot/rpc-core": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" @@ -477,13 +477,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:15.5.2-0-x" - "@polkadot/api-augment": "npm:15.5.2-0-x" + "@polkadot/api": "npm:15.5.2-1-x" + "@polkadot/api-augment": "npm:15.5.2-1-x" "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" - "@polkadot/types-create": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" + "@polkadot/types-create": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:15.5.2-0-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:15.5.2-1-x, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": "npm:15.5.2-0-x" - "@polkadot/api-augment": "npm:15.5.2-0-x" - "@polkadot/api-base": "npm:15.5.2-0-x" - "@polkadot/rpc-augment": "npm:15.5.2-0-x" - "@polkadot/rpc-core": "npm:15.5.2-0-x" - "@polkadot/rpc-provider": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/api": "npm:15.5.2-1-x" + "@polkadot/api-augment": "npm:15.5.2-1-x" + "@polkadot/api-base": "npm:15.5.2-1-x" + "@polkadot/rpc-augment": "npm:15.5.2-1-x" + "@polkadot/rpc-core": "npm:15.5.2-1-x" + "@polkadot/rpc-provider": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:15.5.2-0-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:15.5.2-1-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:15.5.2-0-x" - "@polkadot/api-base": "npm:15.5.2-0-x" - "@polkadot/api-derive": "npm:15.5.2-0-x" + "@polkadot/api-augment": "npm:15.5.2-1-x" + "@polkadot/api-base": "npm:15.5.2-1-x" + "@polkadot/api-derive": "npm:15.5.2-1-x" "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/rpc-augment": "npm:15.5.2-0-x" - "@polkadot/rpc-core": "npm:15.5.2-0-x" - "@polkadot/rpc-provider": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-augment": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" - "@polkadot/types-create": "npm:15.5.2-0-x" - "@polkadot/types-known": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/rpc-augment": "npm:15.5.2-1-x" + "@polkadot/rpc-core": "npm:15.5.2-1-x" + "@polkadot/rpc-provider": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-augment": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" + "@polkadot/types-create": "npm:15.5.2-1-x" + "@polkadot/types-known": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:15.5.2-0-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:15.5.2-1-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: - "@polkadot/rpc-core": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" + "@polkadot/rpc-core": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:15.5.2-0-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:15.5.2-1-x, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/rpc-augment": "npm:15.5.2-0-x" - "@polkadot/rpc-provider": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" + "@polkadot/rpc-augment": "npm:15.5.2-1-x" + "@polkadot/rpc-provider": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:15.5.2-0-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:15.5.2-1-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" "@polkadot/x-fetch": "npm:^13.3.1" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:15.5.2-0-x" - "@polkadot/api-augment": "npm:15.5.2-0-x" - "@polkadot/rpc-augment": "npm:15.5.2-0-x" - "@polkadot/rpc-provider": "npm:15.5.2-0-x" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-augment": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" - "@polkadot/types-create": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/api": "npm:15.5.2-1-x" + "@polkadot/api-augment": "npm:15.5.2-1-x" + "@polkadot/rpc-augment": "npm:15.5.2-1-x" + "@polkadot/rpc-provider": "npm:15.5.2-1-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-augment": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" + "@polkadot/types-create": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" "@polkadot/x-ws": "npm:^13.3.1" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:15.5.2-0-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:15.5.2-1-x, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:15.5.2-0-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:15.5.2-1-x, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-augment": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-augment": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" "@polkadot/x-bigint": "npm:^13.3.1" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:15.5.2-0-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:15.5.2-1-x, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-known@npm:15.5.2-0-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:15.5.2-1-x, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": "npm:15.5.2-0-x" + "@polkadot/api": "npm:15.5.2-1-x" "@polkadot/networks": "npm:^13.3.1" - "@polkadot/types": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" - "@polkadot/types-create": "npm:15.5.2-0-x" + "@polkadot/types": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" + "@polkadot/types-create": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-support@npm:15.5.2-0-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:15.5.2-1-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -794,15 +794,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:15.5.2-0-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:15.5.2-1-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/types-augment": "npm:15.5.2-0-x" - "@polkadot/types-codec": "npm:15.5.2-0-x" - "@polkadot/types-create": "npm:15.5.2-0-x" - "@polkadot/types-support": "npm:15.5.2-0-x" + "@polkadot/types-augment": "npm:15.5.2-1-x" + "@polkadot/types-codec": "npm:15.5.2-1-x" + "@polkadot/types-create": "npm:15.5.2-1-x" + "@polkadot/types-support": "npm:15.5.2-1-x" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1"