diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 808f27f140..d86ea459f3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 3512 Jaco Bump deps (#5785) - 173 Tarik Gul fix(rpc-provider)!: move nock to devDependencies so it no longer ships (#6266) + 174 Tarik Gul fix(types-known): decode foreign-asset ChargeAssetTxPayment on Westend Asset Hub (#6268) 83 Amaury Martiny StatementKind: Regular and Saft (#2303) 58 Valentin Fernandez 16.4.9 (#6217) 37 Keith Ingram Update contract types and rpc (#4541) diff --git a/package.json b/package.json index ac5904ce1a..1ca0949958 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "versions": { - "git": "16.5.7-3-x", + "git": "16.5.7-4-x", "npm": "16.5.6" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 7a8823bfbd..913c0f9a95 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "16.5.7-3-x", - "@polkadot/rpc-augment": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-augment": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", + "@polkadot/api-base": "16.5.7-4-x", + "@polkadot/rpc-augment": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-augment": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "tslib": "^2.8.1" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 273fdd54c0..59733a8514 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index b03cec64d8..f81742ac30 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", + "@polkadot/rpc-core": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "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 67d7cd82cd..1eee5f37a0 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index efb75410e2..52c87855a7 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/api": "16.5.7-3-x", - "@polkadot/api-augment": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", - "@polkadot/types-create": "16.5.7-3-x", + "@polkadot/api": "16.5.7-4-x", + "@polkadot/api-augment": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", + "@polkadot/types-create": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "@polkadot/util-crypto": "^14.0.3", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api-augment": "16.5.7-3-x", + "@polkadot/api-augment": "16.5.7-4-x", "@polkadot/keyring": "^14.0.3", - "@polkadot/types-support": "16.5.7-3-x" + "@polkadot/types-support": "16.5.7-4-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index 648e99d1bd..e14c09487d 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 7d4fb2c5b8..9894e15531 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/api": "16.5.7-3-x", - "@polkadot/api-augment": "16.5.7-3-x", - "@polkadot/api-base": "16.5.7-3-x", - "@polkadot/rpc-core": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", + "@polkadot/api": "16.5.7-4-x", + "@polkadot/api-augment": "16.5.7-4-x", + "@polkadot/api-base": "16.5.7-4-x", + "@polkadot/rpc-core": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "@polkadot/util-crypto": "^14.0.3", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api": "16.5.7-3-x", - "@polkadot/api-augment": "16.5.7-3-x", - "@polkadot/rpc-augment": "16.5.7-3-x", - "@polkadot/rpc-provider": "16.5.7-3-x", - "@polkadot/types-support": "16.5.7-3-x" + "@polkadot/api": "16.5.7-4-x", + "@polkadot/api-augment": "16.5.7-4-x", + "@polkadot/rpc-augment": "16.5.7-4-x", + "@polkadot/rpc-provider": "16.5.7-4-x", + "@polkadot/types-support": "16.5.7-4-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index b79157deb1..4783195eb1 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index 5a1f6c6b8a..213e597b40 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "16.5.7-3-x", - "@polkadot/api-base": "16.5.7-3-x", - "@polkadot/api-derive": "16.5.7-3-x", + "@polkadot/api-augment": "16.5.7-4-x", + "@polkadot/api-base": "16.5.7-4-x", + "@polkadot/api-derive": "16.5.7-4-x", "@polkadot/keyring": "^14.0.3", - "@polkadot/rpc-augment": "16.5.7-3-x", - "@polkadot/rpc-core": "16.5.7-3-x", - "@polkadot/rpc-provider": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-augment": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", - "@polkadot/types-create": "16.5.7-3-x", - "@polkadot/types-known": "16.5.7-3-x", + "@polkadot/rpc-augment": "16.5.7-4-x", + "@polkadot/rpc-core": "16.5.7-4-x", + "@polkadot/rpc-provider": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-augment": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", + "@polkadot/types-create": "16.5.7-4-x", + "@polkadot/types-known": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "@polkadot/util-crypto": "^14.0.3", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api-augment": "16.5.7-3-x", - "@polkadot/types-support": "16.5.7-3-x" + "@polkadot/api-augment": "16.5.7-4-x", + "@polkadot/types-support": "16.5.7-4-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index fc8c4c019a..eac30a58a9 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index e093cd6e2a..2d3850d224 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", + "@polkadot/rpc-core": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "tslib": "^2.8.1" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index 1a166a3682..e788ae6c69 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 51b32a0b89..927400193f 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "16.5.7-3-x", - "@polkadot/rpc-provider": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", + "@polkadot/rpc-augment": "16.5.7-4-x", + "@polkadot/rpc-provider": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { "@polkadot/keyring": "^14.0.3", - "@polkadot/rpc-augment": "16.5.7-3-x" + "@polkadot/rpc-augment": "16.5.7-4-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index 2c1f8bfec8..1fd1300eb9 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 52fc1d4217..7012199c3e 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^14.0.3", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-support": "16.5.7-3-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-support": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "@polkadot/util-crypto": "^14.0.3", "@polkadot/x-fetch": "^14.0.3", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 5e53ca2126..e47bfdbd91 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 4cbf70242b..0ac6f72c71 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,16 +28,16 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "16.5.7-3-x", - "@polkadot/api-augment": "16.5.7-3-x", - "@polkadot/api-derive": "16.5.7-3-x", - "@polkadot/rpc-augment": "16.5.7-3-x", - "@polkadot/rpc-provider": "16.5.7-3-x", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-augment": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", - "@polkadot/types-create": "16.5.7-3-x", - "@polkadot/types-support": "16.5.7-3-x", + "@polkadot/api": "16.5.7-4-x", + "@polkadot/api-augment": "16.5.7-4-x", + "@polkadot/api-derive": "16.5.7-4-x", + "@polkadot/rpc-augment": "16.5.7-4-x", + "@polkadot/rpc-provider": "16.5.7-4-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-augment": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", + "@polkadot/types-create": "16.5.7-4-x", + "@polkadot/types-support": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "@polkadot/util-crypto": "^14.0.3", "@polkadot/x-ws": "^14.0.3", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index 7cc7093eea..7822ff4ccb 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 3f522c198e..49eddbf864 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "tslib": "^2.8.1" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 882a0ca158..dd0441f33f 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 4c180bb0d4..18b28efe16 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.3", @@ -26,9 +26,9 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-augment": "16.5.7-3-x", - "@polkadot/types-support": "16.5.7-3-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-augment": "16.5.7-4-x", + "@polkadot/types-support": "16.5.7-4-x", "@polkadot/util-crypto": "^14.0.3" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 424416711a..a373005dfb 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index c1f121c3bc..3785787ec1 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "16.5.7-3-x", + "@polkadot/types-codec": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/types": "16.5.7-3-x" + "@polkadot/types": "16.5.7-4-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index f26f913ea7..05661752ce 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 01ed382237..410bf5fe7a 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^14.0.3", - "@polkadot/types": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", - "@polkadot/types-create": "16.5.7-3-x", + "@polkadot/types": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", + "@polkadot/types-create": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api": "16.5.7-3-x" + "@polkadot/api": "16.5.7-4-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 30ec935478..7ac6bdcbfa 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index ab97ab326c..7da16823d6 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.3", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index f3642a3c32..5fd8f757cd 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index 0426030a7d..9aa95c38d5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "16.5.7-3-x", + "version": "16.5.7-4-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^14.0.3", - "@polkadot/types-augment": "16.5.7-3-x", - "@polkadot/types-codec": "16.5.7-3-x", - "@polkadot/types-create": "16.5.7-3-x", + "@polkadot/types-augment": "16.5.7-4-x", + "@polkadot/types-codec": "16.5.7-4-x", + "@polkadot/types-create": "16.5.7-4-x", "@polkadot/util": "^14.0.3", "@polkadot/util-crypto": "^14.0.3", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^14.0.3", - "@polkadot/types-support": "16.5.7-3-x" + "@polkadot/types-support": "16.5.7-4-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index f447693132..639ac2b2e4 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: '16.5.7-3-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.5.7-4-x' }; diff --git a/yarn.lock b/yarn.lock index a6d063bebc..5befd3e33c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:16.5.7-3-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/rpc-augment": "npm:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-augment": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" + "@polkadot/api-base": "npm:16.5.7-4-x" + "@polkadot/rpc-augment": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-augment": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/api-base@npm:16.5.7-3-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" + "@polkadot/rpc-core": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" 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:16.5.7-3-x" - "@polkadot/api-augment": "npm:16.5.7-3-x" + "@polkadot/api": "npm:16.5.7-4-x" + "@polkadot/api-augment": "npm:16.5.7-4-x" "@polkadot/keyring": "npm:^14.0.3" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" - "@polkadot/types-create": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" + "@polkadot/types-create": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:16.5.7-3-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/api-augment": "npm:16.5.7-3-x" - "@polkadot/api-base": "npm:16.5.7-3-x" - "@polkadot/rpc-augment": "npm:16.5.7-3-x" - "@polkadot/rpc-core": "npm:16.5.7-3-x" - "@polkadot/rpc-provider": "npm:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/api": "npm:16.5.7-4-x" + "@polkadot/api-augment": "npm:16.5.7-4-x" + "@polkadot/api-base": "npm:16.5.7-4-x" + "@polkadot/rpc-augment": "npm:16.5.7-4-x" + "@polkadot/rpc-core": "npm:16.5.7-4-x" + "@polkadot/rpc-provider": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:16.5.7-3-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:16.5.7-4-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:16.5.7-3-x" - "@polkadot/api-base": "npm:16.5.7-3-x" - "@polkadot/api-derive": "npm:16.5.7-3-x" + "@polkadot/api-augment": "npm:16.5.7-4-x" + "@polkadot/api-base": "npm:16.5.7-4-x" + "@polkadot/api-derive": "npm:16.5.7-4-x" "@polkadot/keyring": "npm:^14.0.3" - "@polkadot/rpc-augment": "npm:16.5.7-3-x" - "@polkadot/rpc-core": "npm:16.5.7-3-x" - "@polkadot/rpc-provider": "npm:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-augment": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" - "@polkadot/types-create": "npm:16.5.7-3-x" - "@polkadot/types-known": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/rpc-augment": "npm:16.5.7-4-x" + "@polkadot/rpc-core": "npm:16.5.7-4-x" + "@polkadot/rpc-provider": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-augment": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" + "@polkadot/types-create": "npm:16.5.7-4-x" + "@polkadot/types-known": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:16.5.7-3-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" + "@polkadot/rpc-core": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:16.5.7-3-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:16.5.7-4-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:^14.0.3" - "@polkadot/rpc-augment": "npm:16.5.7-3-x" - "@polkadot/rpc-provider": "npm:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" + "@polkadot/rpc-augment": "npm:16.5.7-4-x" + "@polkadot/rpc-provider": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:16.5.7-3-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:16.5.7-4-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:^14.0.3" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" "@polkadot/x-fetch": "npm:^14.0.3" @@ -710,16 +710,16 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:16.5.7-3-x" - "@polkadot/api-augment": "npm:16.5.7-3-x" - "@polkadot/api-derive": "npm:16.5.7-3-x" - "@polkadot/rpc-augment": "npm:16.5.7-3-x" - "@polkadot/rpc-provider": "npm:16.5.7-3-x" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-augment": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" - "@polkadot/types-create": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/api": "npm:16.5.7-4-x" + "@polkadot/api-augment": "npm:16.5.7-4-x" + "@polkadot/api-derive": "npm:16.5.7-4-x" + "@polkadot/rpc-augment": "npm:16.5.7-4-x" + "@polkadot/rpc-provider": "npm:16.5.7-4-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-augment": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" + "@polkadot/types-create": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" "@polkadot/x-ws": "npm:^14.0.3" @@ -737,24 +737,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:16.5.7-3-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:16.5.7-3-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/types-augment": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-augment": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" "@polkadot/x-bigint": "npm:^14.0.3" @@ -762,32 +762,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:16.5.7-3-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:16.5.7-4-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:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-known@npm:16.5.7-3-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:16.5.7-4-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:16.5.7-3-x" + "@polkadot/api": "npm:16.5.7-4-x" "@polkadot/networks": "npm:^14.0.3" - "@polkadot/types": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" - "@polkadot/types-create": "npm:16.5.7-3-x" + "@polkadot/types": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" + "@polkadot/types-create": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-support@npm:16.5.7-3-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:16.5.7-4-x, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -796,15 +796,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:16.5.7-3-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:16.5.7-4-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^14.0.3" - "@polkadot/types-augment": "npm:16.5.7-3-x" - "@polkadot/types-codec": "npm:16.5.7-3-x" - "@polkadot/types-create": "npm:16.5.7-3-x" - "@polkadot/types-support": "npm:16.5.7-3-x" + "@polkadot/types-augment": "npm:16.5.7-4-x" + "@polkadot/types-codec": "npm:16.5.7-4-x" + "@polkadot/types-create": "npm:16.5.7-4-x" + "@polkadot/types-support": "npm:16.5.7-4-x" "@polkadot/util": "npm:^14.0.3" "@polkadot/util-crypto": "npm:^14.0.3" rxjs: "npm:^7.8.1"