From 94d2fd014790becd689b9ce5540c092d58322219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 12:53:52 +0000 Subject: [PATCH] [CI Skip] release/stable 9.12.1 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +- 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, 181 insertions(+), 181 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9d0a02c98c5a..ac1219409762 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 3334 Jaco Ensure `api.queryMulti` returns empty result when no keys are provided (#5436) + 3336 Jaco 9.12.1 (#5438) 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 e870566ae3b5..34de9299a91e 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "9.12.0", + "version": "9.12.1", "versions": { - "git": "9.11.4-12-x", - "npm": "9.11.3" + "git": "9.12.1", + "npm": "9.12.1" }, "workspaces": [ "packages/*" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 76c3023c2211..a0f3df97e9ed 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -20,15 +20,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/api-base": "9.12.0", - "@polkadot/rpc-augment": "9.12.0", - "@polkadot/types": "9.12.0", - "@polkadot/types-augment": "9.12.0", - "@polkadot/types-codec": "9.12.0", + "@polkadot/api-base": "9.12.1", + "@polkadot/rpc-augment": "9.12.1", + "@polkadot/types": "9.12.1", + "@polkadot/types-augment": "9.12.1", + "@polkadot/types-codec": "9.12.1", "@polkadot/util": "^10.2.6" } } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 76dddd811b9a..74c150153517 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 9e59d17a5765..5a4715d72783 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/rpc-core": "9.12.0", - "@polkadot/types": "9.12.0", + "@polkadot/rpc-core": "9.12.1", + "@polkadot/types": "9.12.1", "@polkadot/util": "^10.2.6", "rxjs": "^7.8.0" } diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 1299f45eddc0..0239093b6321 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index eeea68d20273..eceb92439603 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/api": "9.12.0", - "@polkadot/types": "9.12.0", - "@polkadot/types-codec": "9.12.0", - "@polkadot/types-create": "9.12.0", + "@polkadot/api": "9.12.1", + "@polkadot/types": "9.12.1", + "@polkadot/types-codec": "9.12.1", + "@polkadot/types-create": "9.12.1", "@polkadot/util": "^10.2.6", "@polkadot/util-crypto": "^10.2.6", "rxjs": "^7.8.0" }, "devDependencies": { - "@polkadot/api-augment": "9.12.0", + "@polkadot/api-augment": "9.12.1", "@polkadot/keyring": "^10.2.6" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 575367451529..87351aae72bb 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index d162c542418a..3cd2ade196c6 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,25 +20,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/api": "9.12.0", - "@polkadot/api-augment": "9.12.0", - "@polkadot/api-base": "9.12.0", - "@polkadot/rpc-core": "9.12.0", - "@polkadot/types": "9.12.0", - "@polkadot/types-codec": "9.12.0", + "@polkadot/api": "9.12.1", + "@polkadot/api-augment": "9.12.1", + "@polkadot/api-base": "9.12.1", + "@polkadot/rpc-core": "9.12.1", + "@polkadot/types": "9.12.1", + "@polkadot/types-codec": "9.12.1", "@polkadot/util": "^10.2.6", "@polkadot/util-crypto": "^10.2.6", "rxjs": "^7.8.0" }, "devDependencies": { - "@polkadot/api": "9.12.0", - "@polkadot/api-augment": "9.12.0", - "@polkadot/rpc-augment": "9.12.0", - "@polkadot/rpc-provider": "9.12.0", - "@polkadot/types-support": "9.12.0" + "@polkadot/api": "9.12.1", + "@polkadot/api-augment": "9.12.1", + "@polkadot/rpc-augment": "9.12.1", + "@polkadot/rpc-provider": "9.12.1", + "@polkadot/types-support": "9.12.1" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index fee9b1f52b39..eb0412d20a42 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/api/package.json b/packages/api/package.json index 874e03cf1725..a072773c2d4a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,29 +20,29 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/api-augment": "9.12.0", - "@polkadot/api-base": "9.12.0", - "@polkadot/api-derive": "9.12.0", + "@polkadot/api-augment": "9.12.1", + "@polkadot/api-base": "9.12.1", + "@polkadot/api-derive": "9.12.1", "@polkadot/keyring": "^10.2.6", - "@polkadot/rpc-augment": "9.12.0", - "@polkadot/rpc-core": "9.12.0", - "@polkadot/rpc-provider": "9.12.0", - "@polkadot/types": "9.12.0", - "@polkadot/types-augment": "9.12.0", - "@polkadot/types-codec": "9.12.0", - "@polkadot/types-create": "9.12.0", - "@polkadot/types-known": "9.12.0", + "@polkadot/rpc-augment": "9.12.1", + "@polkadot/rpc-core": "9.12.1", + "@polkadot/rpc-provider": "9.12.1", + "@polkadot/types": "9.12.1", + "@polkadot/types-augment": "9.12.1", + "@polkadot/types-codec": "9.12.1", + "@polkadot/types-create": "9.12.1", + "@polkadot/types-known": "9.12.1", "@polkadot/util": "^10.2.6", "@polkadot/util-crypto": "^10.2.6", "eventemitter3": "^4.0.7", "rxjs": "^7.8.0" }, "devDependencies": { - "@polkadot/api-augment": "9.12.0", - "@polkadot/types-support": "9.12.0" + "@polkadot/api-augment": "9.12.1", + "@polkadot/types-support": "9.12.1" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 5b2a81747c97..5d133da38359 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 4d7603610563..f6e090870e60 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/rpc-core": "9.12.0", - "@polkadot/types": "9.12.0", - "@polkadot/types-codec": "9.12.0", + "@polkadot/rpc-core": "9.12.1", + "@polkadot/types": "9.12.1", + "@polkadot/types-codec": "9.12.1", "@polkadot/util": "^10.2.6" } } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 2624ca5af865..bb95b95b33cd 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 710422c3a1dc..4e0b61708f53 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/rpc-augment": "9.12.0", - "@polkadot/rpc-provider": "9.12.0", - "@polkadot/types": "9.12.0", + "@polkadot/rpc-augment": "9.12.1", + "@polkadot/rpc-provider": "9.12.1", + "@polkadot/types": "9.12.1", "@polkadot/util": "^10.2.6", "rxjs": "^7.8.0" }, "devDependencies": { "@polkadot/keyring": "^10.2.6", - "@polkadot/rpc-augment": "9.12.0" + "@polkadot/rpc-augment": "9.12.1" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index cd05a7b639d0..479e57639c58 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 09c1cee66359..916ba92e23fe 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", "@polkadot/keyring": "^10.2.6", - "@polkadot/types": "9.12.0", - "@polkadot/types-support": "9.12.0", + "@polkadot/types": "9.12.1", + "@polkadot/types-support": "9.12.1", "@polkadot/util": "^10.2.6", "@polkadot/util-crypto": "^10.2.6", "@polkadot/x-fetch": "^10.2.6", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index b63996c53b12..eee04a84f1ca 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 9887613dbdcc..34aaa96c6b49 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs", @@ -33,15 +33,15 @@ "@babel/core": "^7.20.12", "@babel/register": "^7.18.9", "@babel/runtime": "^7.20.13", - "@polkadot/api": "9.12.0", - "@polkadot/api-augment": "9.12.0", - "@polkadot/rpc-augment": "9.12.0", - "@polkadot/rpc-provider": "9.12.0", - "@polkadot/types": "9.12.0", - "@polkadot/types-augment": "9.12.0", - "@polkadot/types-codec": "9.12.0", - "@polkadot/types-create": "9.12.0", - "@polkadot/types-support": "9.12.0", + "@polkadot/api": "9.12.1", + "@polkadot/api-augment": "9.12.1", + "@polkadot/rpc-augment": "9.12.1", + "@polkadot/rpc-provider": "9.12.1", + "@polkadot/types": "9.12.1", + "@polkadot/types-augment": "9.12.1", + "@polkadot/types-codec": "9.12.1", + "@polkadot/types-create": "9.12.1", + "@polkadot/types-support": "9.12.1", "@polkadot/util": "^10.2.6", "@polkadot/util-crypto": "^10.2.6", "@polkadot/x-ws": "^10.2.6", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 6bfe4b707efc..b2846bef331d 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index c872398f6f75..a59130127655 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/types": "9.12.0", - "@polkadot/types-codec": "9.12.0", + "@polkadot/types": "9.12.1", + "@polkadot/types-codec": "9.12.1", "@polkadot/util": "^10.2.6" } } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 1f7c7da0c1d0..7055683e6c09 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index f13073661a8a..89460425c9ba 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", @@ -28,9 +28,9 @@ "@polkadot/x-bigint": "^10.2.6" }, "devDependencies": { - "@polkadot/types": "9.12.0", - "@polkadot/types-augment": "9.12.0", - "@polkadot/types-support": "9.12.0", + "@polkadot/types": "9.12.1", + "@polkadot/types-augment": "9.12.1", + "@polkadot/types-support": "9.12.1", "@polkadot/util-crypto": "^10.2.6" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index a19d64a1df53..f70ffa759627 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 7b72f394c605..1a5698968774 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", - "@polkadot/types-codec": "9.12.0", + "@polkadot/types-codec": "9.12.1", "@polkadot/util": "^10.2.6" }, "devDependencies": { - "@polkadot/types": "9.12.0" + "@polkadot/types": "9.12.1" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index aa5083ece2e2..89bfefe7851a 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index eadd626cb6a8..1a27ff743cf9 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,17 +20,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", "@polkadot/networks": "^10.2.6", - "@polkadot/types": "9.12.0", - "@polkadot/types-codec": "9.12.0", - "@polkadot/types-create": "9.12.0", + "@polkadot/types": "9.12.1", + "@polkadot/types-codec": "9.12.1", + "@polkadot/types-create": "9.12.1", "@polkadot/util": "^10.2.6" }, "devDependencies": { - "@polkadot/api": "9.12.0" + "@polkadot/api": "9.12.1" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 252893e61659..b84e2b1d5b1d 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 25f75a5a88a9..80c820bd18b9 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index 6e1d1d01924a..b7ba014ead6e 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/packages/types/package.json b/packages/types/package.json index a80acf9500e9..17da3f647a6a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.12.0", + "version": "9.12.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", "@polkadot/keyring": "^10.2.6", - "@polkadot/types-augment": "9.12.0", - "@polkadot/types-codec": "9.12.0", - "@polkadot/types-create": "9.12.0", + "@polkadot/types-augment": "9.12.1", + "@polkadot/types-codec": "9.12.1", + "@polkadot/types-create": "9.12.1", "@polkadot/util": "^10.2.6", "@polkadot/util-crypto": "^10.2.6", "rxjs": "^7.8.0" }, "devDependencies": { "@polkadot/keyring": "^10.2.6", - "@polkadot/types-support": "9.12.0" + "@polkadot/types-support": "9.12.1" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 1d0d796c100a..a13ee4980f43 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: '9.11.4-12-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.12.1' }; diff --git a/yarn.lock b/yarn.lock index 23a35e01a09b..18cdde2b822c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1988,27 +1988,27 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@9.12.0, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@9.12.1, @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.20.13 - "@polkadot/api-base": 9.12.0 - "@polkadot/rpc-augment": 9.12.0 - "@polkadot/types": 9.12.0 - "@polkadot/types-augment": 9.12.0 - "@polkadot/types-codec": 9.12.0 + "@polkadot/api-base": 9.12.1 + "@polkadot/rpc-augment": 9.12.1 + "@polkadot/types": 9.12.1 + "@polkadot/types-augment": 9.12.1 + "@polkadot/types-codec": 9.12.1 "@polkadot/util": ^10.2.6 languageName: unknown linkType: soft -"@polkadot/api-base@9.12.0, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@9.12.1, @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.20.13 - "@polkadot/rpc-core": 9.12.0 - "@polkadot/types": 9.12.0 + "@polkadot/rpc-core": 9.12.1 + "@polkadot/types": 9.12.1 "@polkadot/util": ^10.2.6 rxjs: ^7.8.0 languageName: unknown @@ -2019,56 +2019,56 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.20.13 - "@polkadot/api": 9.12.0 - "@polkadot/api-augment": 9.12.0 + "@polkadot/api": 9.12.1 + "@polkadot/api-augment": 9.12.1 "@polkadot/keyring": ^10.2.6 - "@polkadot/types": 9.12.0 - "@polkadot/types-codec": 9.12.0 - "@polkadot/types-create": 9.12.0 + "@polkadot/types": 9.12.1 + "@polkadot/types-codec": 9.12.1 + "@polkadot/types-create": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 rxjs: ^7.8.0 languageName: unknown linkType: soft -"@polkadot/api-derive@9.12.0, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@9.12.1, @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.20.13 - "@polkadot/api": 9.12.0 - "@polkadot/api-augment": 9.12.0 - "@polkadot/api-base": 9.12.0 - "@polkadot/rpc-augment": 9.12.0 - "@polkadot/rpc-core": 9.12.0 - "@polkadot/rpc-provider": 9.12.0 - "@polkadot/types": 9.12.0 - "@polkadot/types-codec": 9.12.0 - "@polkadot/types-support": 9.12.0 + "@polkadot/api": 9.12.1 + "@polkadot/api-augment": 9.12.1 + "@polkadot/api-base": 9.12.1 + "@polkadot/rpc-augment": 9.12.1 + "@polkadot/rpc-core": 9.12.1 + "@polkadot/rpc-provider": 9.12.1 + "@polkadot/types": 9.12.1 + "@polkadot/types-codec": 9.12.1 + "@polkadot/types-support": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 rxjs: ^7.8.0 languageName: unknown linkType: soft -"@polkadot/api@9.12.0, @polkadot/api@workspace:packages/api": +"@polkadot/api@9.12.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.20.13 - "@polkadot/api-augment": 9.12.0 - "@polkadot/api-base": 9.12.0 - "@polkadot/api-derive": 9.12.0 + "@polkadot/api-augment": 9.12.1 + "@polkadot/api-base": 9.12.1 + "@polkadot/api-derive": 9.12.1 "@polkadot/keyring": ^10.2.6 - "@polkadot/rpc-augment": 9.12.0 - "@polkadot/rpc-core": 9.12.0 - "@polkadot/rpc-provider": 9.12.0 - "@polkadot/types": 9.12.0 - "@polkadot/types-augment": 9.12.0 - "@polkadot/types-codec": 9.12.0 - "@polkadot/types-create": 9.12.0 - "@polkadot/types-known": 9.12.0 - "@polkadot/types-support": 9.12.0 + "@polkadot/rpc-augment": 9.12.1 + "@polkadot/rpc-core": 9.12.1 + "@polkadot/rpc-provider": 9.12.1 + "@polkadot/types": 9.12.1 + "@polkadot/types-augment": 9.12.1 + "@polkadot/types-codec": 9.12.1 + "@polkadot/types-create": 9.12.1 + "@polkadot/types-known": 9.12.1 + "@polkadot/types-support": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 eventemitter3: ^4.0.7 @@ -2202,40 +2202,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@9.12.0, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@9.12.1, @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.20.13 - "@polkadot/rpc-core": 9.12.0 - "@polkadot/types": 9.12.0 - "@polkadot/types-codec": 9.12.0 + "@polkadot/rpc-core": 9.12.1 + "@polkadot/types": 9.12.1 + "@polkadot/types-codec": 9.12.1 "@polkadot/util": ^10.2.6 languageName: unknown linkType: soft -"@polkadot/rpc-core@9.12.0, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@9.12.1, @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.20.13 "@polkadot/keyring": ^10.2.6 - "@polkadot/rpc-augment": 9.12.0 - "@polkadot/rpc-provider": 9.12.0 - "@polkadot/types": 9.12.0 + "@polkadot/rpc-augment": 9.12.1 + "@polkadot/rpc-provider": 9.12.1 + "@polkadot/types": 9.12.1 "@polkadot/util": ^10.2.6 rxjs: ^7.8.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@9.12.0, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@9.12.1, @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.20.13 "@polkadot/keyring": ^10.2.6 - "@polkadot/types": 9.12.0 - "@polkadot/types-support": 9.12.0 + "@polkadot/types": 9.12.1 + "@polkadot/types-support": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 "@polkadot/x-fetch": ^10.2.6 @@ -2258,15 +2258,15 @@ __metadata: "@babel/core": ^7.20.12 "@babel/register": ^7.18.9 "@babel/runtime": ^7.20.13 - "@polkadot/api": 9.12.0 - "@polkadot/api-augment": 9.12.0 - "@polkadot/rpc-augment": 9.12.0 - "@polkadot/rpc-provider": 9.12.0 - "@polkadot/types": 9.12.0 - "@polkadot/types-augment": 9.12.0 - "@polkadot/types-codec": 9.12.0 - "@polkadot/types-create": 9.12.0 - "@polkadot/types-support": 9.12.0 + "@polkadot/api": 9.12.1 + "@polkadot/api-augment": 9.12.1 + "@polkadot/rpc-augment": 9.12.1 + "@polkadot/rpc-provider": 9.12.1 + "@polkadot/types": 9.12.1 + "@polkadot/types-augment": 9.12.1 + "@polkadot/types-codec": 9.12.1 + "@polkadot/types-create": 9.12.1 + "@polkadot/types-support": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 "@polkadot/x-ws": ^10.2.6 @@ -2284,57 +2284,57 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@9.12.0, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@9.12.1, @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.20.13 - "@polkadot/types": 9.12.0 - "@polkadot/types-codec": 9.12.0 + "@polkadot/types": 9.12.1 + "@polkadot/types-codec": 9.12.1 "@polkadot/util": ^10.2.6 languageName: unknown linkType: soft -"@polkadot/types-codec@9.12.0, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@9.12.1, @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.20.13 - "@polkadot/types": 9.12.0 - "@polkadot/types-augment": 9.12.0 - "@polkadot/types-support": 9.12.0 + "@polkadot/types": 9.12.1 + "@polkadot/types-augment": 9.12.1 + "@polkadot/types-support": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 "@polkadot/x-bigint": ^10.2.6 languageName: unknown linkType: soft -"@polkadot/types-create@9.12.0, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@9.12.1, @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.20.13 - "@polkadot/types": 9.12.0 - "@polkadot/types-codec": 9.12.0 + "@polkadot/types": 9.12.1 + "@polkadot/types-codec": 9.12.1 "@polkadot/util": ^10.2.6 languageName: unknown linkType: soft -"@polkadot/types-known@9.12.0, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@9.12.1, @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.20.13 - "@polkadot/api": 9.12.0 + "@polkadot/api": 9.12.1 "@polkadot/networks": ^10.2.6 - "@polkadot/types": 9.12.0 - "@polkadot/types-codec": 9.12.0 - "@polkadot/types-create": 9.12.0 + "@polkadot/types": 9.12.1 + "@polkadot/types-codec": 9.12.1 + "@polkadot/types-create": 9.12.1 "@polkadot/util": ^10.2.6 languageName: unknown linkType: soft -"@polkadot/types-support@9.12.0, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@9.12.1, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -2343,16 +2343,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@9.12.0, @polkadot/types@workspace:packages/types": +"@polkadot/types@9.12.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.20.13 "@polkadot/keyring": ^10.2.6 - "@polkadot/types-augment": 9.12.0 - "@polkadot/types-codec": 9.12.0 - "@polkadot/types-create": 9.12.0 - "@polkadot/types-support": 9.12.0 + "@polkadot/types-augment": 9.12.1 + "@polkadot/types-codec": 9.12.1 + "@polkadot/types-create": 9.12.1 + "@polkadot/types-support": 9.12.1 "@polkadot/util": ^10.2.6 "@polkadot/util-crypto": ^10.2.6 rxjs: ^7.8.0