diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 17077cd63a9..ef4d1a73b95 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 3512 Jaco Bump deps (#5785) - 101 Tarik Gul Initialize the API with metadata V15 (#5941) + 102 Tarik Gul Bump yarn to 4.5.0 (#5983) 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 0be6019be47..5e3270f102e 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "versions": { - "git": "13.0.2-2-x", + "git": "13.0.2-3-x", "npm": "13.0.1" }, "workspaces": [ diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 0e557dbc80a..7b2c4c00481 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/api-base": "13.0.2-2-x", - "@polkadot/rpc-augment": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-augment": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", + "@polkadot/api-base": "13.0.2-3-x", + "@polkadot/rpc-augment": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-augment": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" } diff --git a/packages/api-augment/src/packageInfo.ts b/packages/api-augment/src/packageInfo.ts index 503c39f61dc..d172dce7234 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 0a12676de66..4666a666998 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", + "@polkadot/rpc-core": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" diff --git a/packages/api-base/src/packageInfo.ts b/packages/api-base/src/packageInfo.ts index 361d495438c..d0d371346bd 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index e9fd9c8f9b7..1753c95df64 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/api": "13.0.2-2-x", - "@polkadot/api-augment": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", - "@polkadot/types-create": "13.0.2-2-x", + "@polkadot/api": "13.0.2-3-x", + "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types-create": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api-augment": "13.0.2-2-x", + "@polkadot/api-augment": "13.0.2-3-x", "@polkadot/keyring": "^13.1.1", - "@polkadot/types-support": "13.0.2-2-x" + "@polkadot/types-support": "13.0.2-3-x" } } diff --git a/packages/api-contract/src/packageInfo.ts b/packages/api-contract/src/packageInfo.ts index c6acfade982..390d085869d 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index f71c53a0e40..8c4da7f28cc 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/api": "13.0.2-2-x", - "@polkadot/api-augment": "13.0.2-2-x", - "@polkadot/api-base": "13.0.2-2-x", - "@polkadot/rpc-core": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", + "@polkadot/api": "13.0.2-3-x", + "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/api-base": "13.0.2-3-x", + "@polkadot/rpc-core": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api": "13.0.2-2-x", - "@polkadot/api-augment": "13.0.2-2-x", - "@polkadot/rpc-augment": "13.0.2-2-x", - "@polkadot/rpc-provider": "13.0.2-2-x", - "@polkadot/types-support": "13.0.2-2-x" + "@polkadot/api": "13.0.2-3-x", + "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/rpc-augment": "13.0.2-3-x", + "@polkadot/rpc-provider": "13.0.2-3-x", + "@polkadot/types-support": "13.0.2-3-x" } } diff --git a/packages/api-derive/src/packageInfo.ts b/packages/api-derive/src/packageInfo.ts index 22b921ddf6e..db5977ac9fb 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/api/package.json b/packages/api/package.json index eae475ee09b..388a39c53e9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "13.0.2-2-x", - "@polkadot/api-base": "13.0.2-2-x", - "@polkadot/api-derive": "13.0.2-2-x", + "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/api-base": "13.0.2-3-x", + "@polkadot/api-derive": "13.0.2-3-x", "@polkadot/keyring": "^13.1.1", - "@polkadot/rpc-augment": "13.0.2-2-x", - "@polkadot/rpc-core": "13.0.2-2-x", - "@polkadot/rpc-provider": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-augment": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", - "@polkadot/types-create": "13.0.2-2-x", - "@polkadot/types-known": "13.0.2-2-x", + "@polkadot/rpc-augment": "13.0.2-3-x", + "@polkadot/rpc-core": "13.0.2-3-x", + "@polkadot/rpc-provider": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-augment": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types-create": "13.0.2-3-x", + "@polkadot/types-known": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api-augment": "13.0.2-2-x", - "@polkadot/types-support": "13.0.2-2-x" + "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/types-support": "13.0.2-3-x" } } diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 1832b15c928..9af22130f35 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index f192a1c69d2..39694664eb9 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", + "@polkadot/rpc-core": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" } diff --git a/packages/rpc-augment/src/packageInfo.ts b/packages/rpc-augment/src/packageInfo.ts index e4befd4a515..e1845bce6d0 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index d39f92487ad..e5156888261 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "13.0.2-2-x", - "@polkadot/rpc-provider": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", + "@polkadot/rpc-augment": "13.0.2-3-x", + "@polkadot/rpc-provider": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" }, "devDependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/rpc-augment": "13.0.2-2-x" + "@polkadot/rpc-augment": "13.0.2-3-x" } } diff --git a/packages/rpc-core/src/packageInfo.ts b/packages/rpc-core/src/packageInfo.ts index e48ce46df38..8398aa04659 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 1d554eafd97..cd2385dea0d 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-support": "13.0.2-2-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-support": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "@polkadot/x-fetch": "^13.1.1", diff --git a/packages/rpc-provider/src/packageInfo.ts b/packages/rpc-provider/src/packageInfo.ts index 058b0e5dcf1..22b4340133f 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 14817048f36..21b03addf05 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-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": "13.0.2-2-x", - "@polkadot/api-augment": "13.0.2-2-x", - "@polkadot/rpc-augment": "13.0.2-2-x", - "@polkadot/rpc-provider": "13.0.2-2-x", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-augment": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", - "@polkadot/types-create": "13.0.2-2-x", - "@polkadot/types-support": "13.0.2-2-x", + "@polkadot/api": "13.0.2-3-x", + "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/rpc-augment": "13.0.2-3-x", + "@polkadot/rpc-provider": "13.0.2-3-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-augment": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types-create": "13.0.2-3-x", + "@polkadot/types-support": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "@polkadot/x-ws": "^13.1.1", diff --git a/packages/typegen/src/packageInfo.ts b/packages/typegen/src/packageInfo.ts index a604020386f..2860f775278 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index a8c14a76cc0..983856188d8 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" } diff --git a/packages/types-augment/src/packageInfo.ts b/packages/types-augment/src/packageInfo.ts index 93350d58e30..cfe60cef4ce 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 60c0f17f428..533508400f7 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.1.1", @@ -26,9 +26,9 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-augment": "13.0.2-2-x", - "@polkadot/types-support": "13.0.2-2-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-augment": "13.0.2-3-x", + "@polkadot/types-support": "13.0.2-3-x", "@polkadot/util-crypto": "^13.1.1" } } diff --git a/packages/types-codec/src/packageInfo.ts b/packages/types-codec/src/packageInfo.ts index 06f0bcb36cd..38c94715314 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 611c229a7da..6ed67a3fcc7 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "13.0.2-2-x", + "@polkadot/types-codec": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/types": "13.0.2-2-x" + "@polkadot/types": "13.0.2-3-x" } } diff --git a/packages/types-create/src/packageInfo.ts b/packages/types-create/src/packageInfo.ts index 9fc89fce3fd..676fdf485c0 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 0e176c88fef..ab86d8dc0e9 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.1.1", - "@polkadot/types": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", - "@polkadot/types-create": "13.0.2-2-x", + "@polkadot/types": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types-create": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api": "13.0.2-2-x" + "@polkadot/api": "13.0.2-3-x" } } diff --git a/packages/types-known/src/packageInfo.ts b/packages/types-known/src/packageInfo.ts index 92307fece66..8b2ef3ffcc6 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 63b19d4d2b8..a56a0dd5aec 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.1.1", diff --git a/packages/types-support/src/packageInfo.ts b/packages/types-support/src/packageInfo.ts index d1f49e4896e..d5ea362499c 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/packages/types/package.json b/packages/types/package.json index 9cab0bda880..851fecacd51 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-2-x", + "version": "13.0.2-3-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/types-augment": "13.0.2-2-x", - "@polkadot/types-codec": "13.0.2-2-x", - "@polkadot/types-create": "13.0.2-2-x", + "@polkadot/types-augment": "13.0.2-3-x", + "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types-create": "13.0.2-3-x", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/types-support": "13.0.2-2-x" + "@polkadot/types-support": "13.0.2-3-x" } } diff --git a/packages/types/src/packageInfo.ts b/packages/types/src/packageInfo.ts index 8c6092c52c1..93b90a80df5 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: '13.0.2-2-x' }; +export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '13.0.2-3-x' }; diff --git a/yarn.lock b/yarn.lock index dabccc35666..03c7d03ad91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:13.0.2-2-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/rpc-augment": "npm:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-augment": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" + "@polkadot/api-base": "npm:13.0.2-3-x" + "@polkadot/rpc-augment": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-augment": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/api-base@npm:13.0.2-2-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" + "@polkadot/rpc-core": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.7.0" @@ -477,13 +477,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:13.0.2-2-x" - "@polkadot/api-augment": "npm:13.0.2-2-x" + "@polkadot/api": "npm:13.0.2-3-x" + "@polkadot/api-augment": "npm:13.0.2-3-x" "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" - "@polkadot/types-create": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types-create": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:13.0.2-2-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/api-augment": "npm:13.0.2-2-x" - "@polkadot/api-base": "npm:13.0.2-2-x" - "@polkadot/rpc-augment": "npm:13.0.2-2-x" - "@polkadot/rpc-core": "npm:13.0.2-2-x" - "@polkadot/rpc-provider": "npm:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/api": "npm:13.0.2-3-x" + "@polkadot/api-augment": "npm:13.0.2-3-x" + "@polkadot/api-base": "npm:13.0.2-3-x" + "@polkadot/rpc-augment": "npm:13.0.2-3-x" + "@polkadot/rpc-core": "npm:13.0.2-3-x" + "@polkadot/rpc-provider": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:13.0.2-2-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:13.0.2-3-x, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:13.0.2-2-x" - "@polkadot/api-base": "npm:13.0.2-2-x" - "@polkadot/api-derive": "npm:13.0.2-2-x" + "@polkadot/api-augment": "npm:13.0.2-3-x" + "@polkadot/api-base": "npm:13.0.2-3-x" + "@polkadot/api-derive": "npm:13.0.2-3-x" "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/rpc-augment": "npm:13.0.2-2-x" - "@polkadot/rpc-core": "npm:13.0.2-2-x" - "@polkadot/rpc-provider": "npm:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-augment": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" - "@polkadot/types-create": "npm:13.0.2-2-x" - "@polkadot/types-known": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/rpc-augment": "npm:13.0.2-3-x" + "@polkadot/rpc-core": "npm:13.0.2-3-x" + "@polkadot/rpc-provider": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-augment": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types-create": "npm:13.0.2-3-x" + "@polkadot/types-known": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:13.0.2-2-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" + "@polkadot/rpc-core": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:13.0.2-2-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:13.0.2-3-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.1.1" - "@polkadot/rpc-augment": "npm:13.0.2-2-x" - "@polkadot/rpc-provider": "npm:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" + "@polkadot/rpc-augment": "npm:13.0.2-3-x" + "@polkadot/rpc-provider": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:13.0.2-2-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:13.0.2-3-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.1.1" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" "@polkadot/x-fetch": "npm:^13.1.1" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:13.0.2-2-x" - "@polkadot/api-augment": "npm:13.0.2-2-x" - "@polkadot/rpc-augment": "npm:13.0.2-2-x" - "@polkadot/rpc-provider": "npm:13.0.2-2-x" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-augment": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" - "@polkadot/types-create": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/api": "npm:13.0.2-3-x" + "@polkadot/api-augment": "npm:13.0.2-3-x" + "@polkadot/rpc-augment": "npm:13.0.2-3-x" + "@polkadot/rpc-provider": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-augment": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types-create": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" "@polkadot/x-ws": "npm:^13.1.1" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:13.0.2-2-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:13.0.2-2-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/types-augment": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-augment": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" "@polkadot/x-bigint": "npm:^13.1.1" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:13.0.2-2-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:13.0.2-3-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:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/types-known@npm:13.0.2-2-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:13.0.2-3-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:13.0.2-2-x" + "@polkadot/api": "npm:13.0.2-3-x" "@polkadot/networks": "npm:^13.1.1" - "@polkadot/types": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" - "@polkadot/types-create": "npm:13.0.2-2-x" + "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types-create": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/types-support@npm:13.0.2-2-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:13.0.2-3-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:13.0.2-2-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:13.0.2-3-x, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/types-augment": "npm:13.0.2-2-x" - "@polkadot/types-codec": "npm:13.0.2-2-x" - "@polkadot/types-create": "npm:13.0.2-2-x" - "@polkadot/types-support": "npm:13.0.2-2-x" + "@polkadot/types-augment": "npm:13.0.2-3-x" + "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types-create": "npm:13.0.2-3-x" + "@polkadot/types-support": "npm:13.0.2-3-x" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1"