diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c8f90ae8f7..bb8aa83ced5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 10.3.2 Apr 10, 2023 + +Changes: + +- Revert throw on MSB BitVec (`toHuman()` output is still incorrect) + + ## 10.3.1 Apr 9, 2023 Changes: diff --git a/package.json b/package.json index d1ccee3c6e98..14ce4c704b13 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.3.1", + "version": "10.3.2", "versions": { "git": "10.3.1", "npm": "10.3.1" @@ -40,7 +40,7 @@ "test:one": "polkadot-dev-run-test --env node" }, "devDependencies": { - "@polkadot/dev": "^0.72.38", + "@polkadot/dev": "^0.72.39", "@polkadot/typegen": "workspace:packages/typegen", "@types/node": "^18.15.11" }, diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 73cc65e5d571..85da660ee0d4 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.3.1", - "@polkadot/rpc-augment": "10.3.1", - "@polkadot/types": "10.3.1", - "@polkadot/types-augment": "10.3.1", - "@polkadot/types-codec": "10.3.1", + "@polkadot/api-base": "10.3.2", + "@polkadot/rpc-augment": "10.3.2", + "@polkadot/types": "10.3.2", + "@polkadot/types-augment": "10.3.2", + "@polkadot/types-codec": "10.3.2", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index a7506f840dc8..c08534794628 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.1", - "@polkadot/types": "10.3.1", + "@polkadot/rpc-core": "10.3.2", + "@polkadot/types": "10.3.2", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 0874442cbfb3..6a9d0c4d3cd4 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.1", - "@polkadot/types": "10.3.1", - "@polkadot/types-codec": "10.3.1", - "@polkadot/types-create": "10.3.1", + "@polkadot/api": "10.3.2", + "@polkadot/types": "10.3.2", + "@polkadot/types-codec": "10.3.2", + "@polkadot/types-create": "10.3.2", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.1", + "@polkadot/api-augment": "10.3.2", "@polkadot/keyring": "^11.1.3" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 92dfa70ebfa7..c3ea502932e1 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.1", - "@polkadot/api-augment": "10.3.1", - "@polkadot/api-base": "10.3.1", - "@polkadot/rpc-core": "10.3.1", - "@polkadot/types": "10.3.1", - "@polkadot/types-codec": "10.3.1", + "@polkadot/api": "10.3.2", + "@polkadot/api-augment": "10.3.2", + "@polkadot/api-base": "10.3.2", + "@polkadot/rpc-core": "10.3.2", + "@polkadot/types": "10.3.2", + "@polkadot/types-codec": "10.3.2", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.1", - "@polkadot/api-augment": "10.3.1", - "@polkadot/rpc-augment": "10.3.1", - "@polkadot/rpc-provider": "10.3.1", - "@polkadot/types-support": "10.3.1" + "@polkadot/api": "10.3.2", + "@polkadot/api-augment": "10.3.2", + "@polkadot/rpc-augment": "10.3.2", + "@polkadot/rpc-provider": "10.3.2", + "@polkadot/types-support": "10.3.2" } } diff --git a/packages/api/package.json b/packages/api/package.json index b6a57a5bda42..317ed3ee0c36 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.3.1", - "@polkadot/api-base": "10.3.1", - "@polkadot/api-derive": "10.3.1", + "@polkadot/api-augment": "10.3.2", + "@polkadot/api-base": "10.3.2", + "@polkadot/api-derive": "10.3.2", "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.1", - "@polkadot/rpc-core": "10.3.1", - "@polkadot/rpc-provider": "10.3.1", - "@polkadot/types": "10.3.1", - "@polkadot/types-augment": "10.3.1", - "@polkadot/types-codec": "10.3.1", - "@polkadot/types-create": "10.3.1", - "@polkadot/types-known": "10.3.1", + "@polkadot/rpc-augment": "10.3.2", + "@polkadot/rpc-core": "10.3.2", + "@polkadot/rpc-provider": "10.3.2", + "@polkadot/types": "10.3.2", + "@polkadot/types-augment": "10.3.2", + "@polkadot/types-codec": "10.3.2", + "@polkadot/types-create": "10.3.2", + "@polkadot/types-known": "10.3.2", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "eventemitter3": "^5.0.0", @@ -40,7 +40,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.1", - "@polkadot/types-support": "10.3.1" + "@polkadot/api-augment": "10.3.2", + "@polkadot/types-support": "10.3.2" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 2e4744f3f5c8..6b30d47fb736 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.1", - "@polkadot/types": "10.3.1", - "@polkadot/types-codec": "10.3.1", + "@polkadot/rpc-core": "10.3.2", + "@polkadot/types": "10.3.2", + "@polkadot/types-codec": "10.3.2", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 73ce69601fe6..36b1cd4c5c50 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.3.1", - "@polkadot/rpc-provider": "10.3.1", - "@polkadot/types": "10.3.1", + "@polkadot/rpc-augment": "10.3.2", + "@polkadot/rpc-provider": "10.3.2", + "@polkadot/types": "10.3.2", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.1" + "@polkadot/rpc-augment": "10.3.2" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 9bb054ad5ce1..51364de589bb 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types": "10.3.1", - "@polkadot/types-support": "10.3.1", + "@polkadot/types": "10.3.2", + "@polkadot/types-support": "10.3.2", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-fetch": "^11.1.3", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index d23f7dd102dd..3fcd3119bb8e 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,15 +28,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "10.3.1", - "@polkadot/api-augment": "10.3.1", - "@polkadot/rpc-augment": "10.3.1", - "@polkadot/rpc-provider": "10.3.1", - "@polkadot/types": "10.3.1", - "@polkadot/types-augment": "10.3.1", - "@polkadot/types-codec": "10.3.1", - "@polkadot/types-create": "10.3.1", - "@polkadot/types-support": "10.3.1", + "@polkadot/api": "10.3.2", + "@polkadot/api-augment": "10.3.2", + "@polkadot/rpc-augment": "10.3.2", + "@polkadot/rpc-provider": "10.3.2", + "@polkadot/types": "10.3.2", + "@polkadot/types-augment": "10.3.2", + "@polkadot/types-codec": "10.3.2", + "@polkadot/types-create": "10.3.2", + "@polkadot/types-support": "10.3.2", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-ws": "^11.1.3", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 4bef59e4e852..974668c15868 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/types": "10.3.1", - "@polkadot/types-codec": "10.3.1", + "@polkadot/types": "10.3.2", + "@polkadot/types-codec": "10.3.2", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index f10eea29b3ea..738711e13792 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", @@ -26,9 +26,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.1", - "@polkadot/types-augment": "10.3.1", - "@polkadot/types-support": "10.3.1", + "@polkadot/types": "10.3.2", + "@polkadot/types-augment": "10.3.2", + "@polkadot/types-support": "10.3.2", "@polkadot/util-crypto": "^11.1.3" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 0518e1fced20..0620f2d4bd1f 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.3.1", + "@polkadot/types-codec": "10.3.2", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.1" + "@polkadot/types": "10.3.2" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index e38ed369c1c7..98ed2502e818 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { "@polkadot/networks": "^11.1.3", - "@polkadot/types": "10.3.1", - "@polkadot/types-codec": "10.3.1", - "@polkadot/types-create": "10.3.1", + "@polkadot/types": "10.3.2", + "@polkadot/types-codec": "10.3.2", + "@polkadot/types-create": "10.3.2", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.1" + "@polkadot/api": "10.3.2" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 76521e6a8413..d93f5b9d1e6e 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/types/package.json b/packages/types/package.json index 9bac424478ef..57dcf5698348 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.1", + "version": "10.3.2", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-augment": "10.3.1", - "@polkadot/types-codec": "10.3.1", - "@polkadot/types-create": "10.3.1", + "@polkadot/types-augment": "10.3.2", + "@polkadot/types-codec": "10.3.2", + "@polkadot/types-create": "10.3.2", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-support": "10.3.1" + "@polkadot/types-support": "10.3.2" } } diff --git a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts index 701490109c05..d20276ad309b 100644 --- a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts +++ b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts @@ -735,7 +735,9 @@ export class PortableRegistry extends Struct implements ILookup { // through to the TypeDef (Here we could potentially re-use something // like index (???) to indicate and ensure we use it to pass to the // BitVec constructor - which does handle this type) - throw new Error(`Only LSB BitVec is currently supported, found ${bitOrder.namespace}`); + // + // See https://github.com/polkadot-js/api/issues/5588 + // throw new Error(`Only LSB BitVec is currently supported, found ${bitOrder.namespace}`); } return { diff --git a/yarn.lock b/yarn.lock index 1985ef5bc1ce..f7cf2408dd96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,26 +364,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.3.1, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.3.2, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: - "@polkadot/api-base": 10.3.1 - "@polkadot/rpc-augment": 10.3.1 - "@polkadot/types": 10.3.1 - "@polkadot/types-augment": 10.3.1 - "@polkadot/types-codec": 10.3.1 + "@polkadot/api-base": 10.3.2 + "@polkadot/rpc-augment": 10.3.2 + "@polkadot/types": 10.3.2 + "@polkadot/types-augment": 10.3.2 + "@polkadot/types-codec": 10.3.2 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.3.1, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.3.2, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: - "@polkadot/rpc-core": 10.3.1 - "@polkadot/types": 10.3.1 + "@polkadot/rpc-core": 10.3.2 + "@polkadot/types": 10.3.2 "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 @@ -394,12 +394,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.3.1 - "@polkadot/api-augment": 10.3.1 + "@polkadot/api": 10.3.2 + "@polkadot/api-augment": 10.3.2 "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.1 - "@polkadot/types-codec": 10.3.1 - "@polkadot/types-create": 10.3.1 + "@polkadot/types": 10.3.2 + "@polkadot/types-codec": 10.3.2 + "@polkadot/types-create": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -407,19 +407,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.3.1, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.3.2, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": 10.3.1 - "@polkadot/api-augment": 10.3.1 - "@polkadot/api-base": 10.3.1 - "@polkadot/rpc-augment": 10.3.1 - "@polkadot/rpc-core": 10.3.1 - "@polkadot/rpc-provider": 10.3.1 - "@polkadot/types": 10.3.1 - "@polkadot/types-codec": 10.3.1 - "@polkadot/types-support": 10.3.1 + "@polkadot/api": 10.3.2 + "@polkadot/api-augment": 10.3.2 + "@polkadot/api-base": 10.3.2 + "@polkadot/rpc-augment": 10.3.2 + "@polkadot/rpc-core": 10.3.2 + "@polkadot/rpc-provider": 10.3.2 + "@polkadot/types": 10.3.2 + "@polkadot/types-codec": 10.3.2 + "@polkadot/types-support": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -427,23 +427,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.3.1, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.3.2, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.3.1 - "@polkadot/api-base": 10.3.1 - "@polkadot/api-derive": 10.3.1 + "@polkadot/api-augment": 10.3.2 + "@polkadot/api-base": 10.3.2 + "@polkadot/api-derive": 10.3.2 "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.1 - "@polkadot/rpc-core": 10.3.1 - "@polkadot/rpc-provider": 10.3.1 - "@polkadot/types": 10.3.1 - "@polkadot/types-augment": 10.3.1 - "@polkadot/types-codec": 10.3.1 - "@polkadot/types-create": 10.3.1 - "@polkadot/types-known": 10.3.1 - "@polkadot/types-support": 10.3.1 + "@polkadot/rpc-augment": 10.3.2 + "@polkadot/rpc-core": 10.3.2 + "@polkadot/rpc-provider": 10.3.2 + "@polkadot/types": 10.3.2 + "@polkadot/types-augment": 10.3.2 + "@polkadot/types-codec": 10.3.2 + "@polkadot/types-create": 10.3.2 + "@polkadot/types-known": 10.3.2 + "@polkadot/types-support": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 eventemitter3: ^5.0.0 @@ -452,34 +452,34 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/dev-test@npm:^0.72.38": - version: 0.72.38 - resolution: "@polkadot/dev-test@npm:0.72.38" +"@polkadot/dev-test@npm:^0.72.39": + version: 0.72.39 + resolution: "@polkadot/dev-test@npm:0.72.39" dependencies: jsdom: ^21.1.1 tslib: ^2.5.0 - checksum: fd6d903bf957fd9d632d0e2bece9c7e1a9744e03c76eab4b256d0abda952b8c5868b1c9dabe9ceb85227a8f0290ff87277e4b6defbb07e897e45764e789f038d + checksum: 2731ac8444aa2c5e78516798c18eee69bc850e66c1f61c35076c86938d906b143a2fe0c52a1fc73cf916f8665e0c79710f6e2f3cc4443f5f6eb3904734e35356 languageName: node linkType: hard -"@polkadot/dev-ts@npm:^0.72.38": - version: 0.72.38 - resolution: "@polkadot/dev-ts@npm:0.72.38" +"@polkadot/dev-ts@npm:^0.72.39": + version: 0.72.39 + resolution: "@polkadot/dev-ts@npm:0.72.39" dependencies: json5: ^2.2.3 tslib: ^2.5.0 typescript: ^5.0.4 - checksum: 2c4007ac738cb36c2ed0d30a105a60e443dd2ede71d42273e1ff6c77702fae771f0283cff0bff5ecdfffee38013ed2f0d219b7351cc12b67d1102de5810762c9 + checksum: 8782d9a9c567eed0a08ffd9a3a220622d19b68c86e0cedec0c97a652d4b900c59112a87c40c2a3065727fc4a55de5c49bea3538eff02188503ff1903e8741107 languageName: node linkType: hard -"@polkadot/dev@npm:^0.72.38": - version: 0.72.38 - resolution: "@polkadot/dev@npm:0.72.38" +"@polkadot/dev@npm:^0.72.39": + version: 0.72.39 + resolution: "@polkadot/dev@npm:0.72.39" dependencies: "@eslint/js": ^8.38.0 - "@polkadot/dev-test": ^0.72.38 - "@polkadot/dev-ts": ^0.72.38 + "@polkadot/dev-test": ^0.72.39 + "@polkadot/dev-ts": ^0.72.39 "@rollup/plugin-alias": ^5.0.0 "@rollup/plugin-commonjs": ^24.0.1 "@rollup/plugin-dynamic-import-vars": ^2.0.3 @@ -540,7 +540,7 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: 0a68f5c60e7e0c396cb61af68fe065a7adc03bf39c536784a31778ea25db236b7afa8229b27fe42de1687d3ca7485edbd7e6d14c9fe2ba508e96863668f04572 + checksum: 527602e64635b3ed43e8f7227c7bd5ae108c861bb89b6a1ad4f04ec933c0e9dc8ec8a9d260638eabc71ecf47f25b66672428becbdad4394a8f55e01ab19a040b languageName: node linkType: hard @@ -569,39 +569,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.3.1, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.3.2, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: - "@polkadot/rpc-core": 10.3.1 - "@polkadot/types": 10.3.1 - "@polkadot/types-codec": 10.3.1 + "@polkadot/rpc-core": 10.3.2 + "@polkadot/types": 10.3.2 + "@polkadot/types-codec": 10.3.2 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.3.1, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.3.2, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.1 - "@polkadot/rpc-provider": 10.3.1 - "@polkadot/types": 10.3.1 + "@polkadot/rpc-augment": 10.3.2 + "@polkadot/rpc-provider": 10.3.2 + "@polkadot/types": 10.3.2 "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.3.1, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.3.2, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.1 - "@polkadot/types-support": 10.3.1 + "@polkadot/types": 10.3.2 + "@polkadot/types-support": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-fetch": ^11.1.3 @@ -622,15 +622,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.3.1 - "@polkadot/api-augment": 10.3.1 - "@polkadot/rpc-augment": 10.3.1 - "@polkadot/rpc-provider": 10.3.1 - "@polkadot/types": 10.3.1 - "@polkadot/types-augment": 10.3.1 - "@polkadot/types-codec": 10.3.1 - "@polkadot/types-create": 10.3.1 - "@polkadot/types-support": 10.3.1 + "@polkadot/api": 10.3.2 + "@polkadot/api-augment": 10.3.2 + "@polkadot/rpc-augment": 10.3.2 + "@polkadot/rpc-provider": 10.3.2 + "@polkadot/types": 10.3.2 + "@polkadot/types-augment": 10.3.2 + "@polkadot/types-codec": 10.3.2 + "@polkadot/types-create": 10.3.2 + "@polkadot/types-support": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-ws": ^11.1.3 @@ -648,24 +648,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.3.1, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.3.2, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": 10.3.1 - "@polkadot/types-codec": 10.3.1 + "@polkadot/types": 10.3.2 + "@polkadot/types-codec": 10.3.2 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.3.1, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.3.2, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": 10.3.1 - "@polkadot/types-augment": 10.3.1 - "@polkadot/types-support": 10.3.1 + "@polkadot/types": 10.3.2 + "@polkadot/types-augment": 10.3.2 + "@polkadot/types-support": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-bigint": ^11.1.3 @@ -673,32 +673,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.3.1, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.3.2, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": 10.3.1 - "@polkadot/types-codec": 10.3.1 + "@polkadot/types": 10.3.2 + "@polkadot/types-codec": 10.3.2 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.3.1, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.3.2, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": 10.3.1 + "@polkadot/api": 10.3.2 "@polkadot/networks": ^11.1.3 - "@polkadot/types": 10.3.1 - "@polkadot/types-codec": 10.3.1 - "@polkadot/types-create": 10.3.1 + "@polkadot/types": 10.3.2 + "@polkadot/types-codec": 10.3.2 + "@polkadot/types-create": 10.3.2 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.3.1, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.3.2, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -707,15 +707,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.3.1, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.3.2, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types-augment": 10.3.1 - "@polkadot/types-codec": 10.3.1 - "@polkadot/types-create": 10.3.1 - "@polkadot/types-support": 10.3.1 + "@polkadot/types-augment": 10.3.2 + "@polkadot/types-codec": 10.3.2 + "@polkadot/types-create": 10.3.2 + "@polkadot/types-support": 10.3.2 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -7357,7 +7357,7 @@ fsevents@~2.3.2: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@polkadot/dev": ^0.72.38 + "@polkadot/dev": ^0.72.39 "@polkadot/typegen": "workspace:packages/typegen" "@types/node": ^18.15.11 languageName: unknown