diff --git a/CHANGELOG.md b/CHANGELOG.md index 4442f4fde02b..ff84c49e3912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 10.1.3 Mar 15, 2023 + +Changes: + +- Remove incorrect `.module.` specifiers in typegen code + + ## 10.1.2 Mar 11, 2023 Changes: diff --git a/package.json b/package.json index a79cb553ae86..949527fc169c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "versions": { "git": "10.1.3-3-x", "npm": "10.1.2" @@ -37,9 +37,9 @@ "test:one": "polkadot-dev-run-test --env node" }, "devDependencies": { - "@polkadot/dev": "^0.71.6", + "@polkadot/dev": "^0.71.10", "@polkadot/typegen": "workspace:packages/typegen", - "@types/node": "^18.15.0" + "@types/node": "^18.15.3" }, "resolutions": { "typescript": "^4.9.5" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 5cd5d4a4da76..8eecc2bf9ad3 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.1.3-3-x", - "@polkadot/rpc-augment": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-augment": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", + "@polkadot/api-base": "10.1.3", + "@polkadot/rpc-augment": "10.1.3", + "@polkadot/types": "10.1.3", + "@polkadot/types-augment": "10.1.3", + "@polkadot/types-codec": "10.1.3", "@polkadot/util": "^11.0.2", "tslib": "^2.5.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 04959f0a5a66..7674051a2354 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -20,11 +20,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", + "@polkadot/rpc-core": "10.1.3", + "@polkadot/types": "10.1.3", "@polkadot/util": "^11.0.2", "rxjs": "^7.8.0", "tslib": "^2.5.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 4d194ffc064a..736c7c7b0ed9 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/api": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", - "@polkadot/types-create": "10.1.3-3-x", + "@polkadot/api": "10.1.3", + "@polkadot/types": "10.1.3", + "@polkadot/types-codec": "10.1.3", + "@polkadot/types-create": "10.1.3", "@polkadot/util": "^11.0.2", "@polkadot/util-crypto": "^11.0.2", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.1.3-3-x", + "@polkadot/api-augment": "10.1.3", "@polkadot/keyring": "^11.0.2" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index b9621042355a..85866d384d24 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,25 +20,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/api": "10.1.3-3-x", - "@polkadot/api-augment": "10.1.3-3-x", - "@polkadot/api-base": "10.1.3-3-x", - "@polkadot/rpc-core": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", + "@polkadot/api": "10.1.3", + "@polkadot/api-augment": "10.1.3", + "@polkadot/api-base": "10.1.3", + "@polkadot/rpc-core": "10.1.3", + "@polkadot/types": "10.1.3", + "@polkadot/types-codec": "10.1.3", "@polkadot/util": "^11.0.2", "@polkadot/util-crypto": "^11.0.2", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.1.3-3-x", - "@polkadot/api-augment": "10.1.3-3-x", - "@polkadot/rpc-augment": "10.1.3-3-x", - "@polkadot/rpc-provider": "10.1.3-3-x", - "@polkadot/types-support": "10.1.3-3-x" + "@polkadot/api": "10.1.3", + "@polkadot/api-augment": "10.1.3", + "@polkadot/rpc-augment": "10.1.3", + "@polkadot/rpc-provider": "10.1.3", + "@polkadot/types-support": "10.1.3" } } diff --git a/packages/api/package.json b/packages/api/package.json index 0855cf7973ed..8a9901cb97bc 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,21 +20,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.1.3-3-x", - "@polkadot/api-base": "10.1.3-3-x", - "@polkadot/api-derive": "10.1.3-3-x", + "@polkadot/api-augment": "10.1.3", + "@polkadot/api-base": "10.1.3", + "@polkadot/api-derive": "10.1.3", "@polkadot/keyring": "^11.0.2", - "@polkadot/rpc-augment": "10.1.3-3-x", - "@polkadot/rpc-core": "10.1.3-3-x", - "@polkadot/rpc-provider": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-augment": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", - "@polkadot/types-create": "10.1.3-3-x", - "@polkadot/types-known": "10.1.3-3-x", + "@polkadot/rpc-augment": "10.1.3", + "@polkadot/rpc-core": "10.1.3", + "@polkadot/rpc-provider": "10.1.3", + "@polkadot/types": "10.1.3", + "@polkadot/types-augment": "10.1.3", + "@polkadot/types-codec": "10.1.3", + "@polkadot/types-create": "10.1.3", + "@polkadot/types-known": "10.1.3", "@polkadot/util": "^11.0.2", "@polkadot/util-crypto": "^11.0.2", "eventemitter3": "^5.0.0", @@ -42,7 +42,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.1.3-3-x", - "@polkadot/types-support": "10.1.3-3-x" + "@polkadot/api-augment": "10.1.3", + "@polkadot/types-support": "10.1.3" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index edeb758f9592..d1adcc79ee78 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", + "@polkadot/rpc-core": "10.1.3", + "@polkadot/types": "10.1.3", + "@polkadot/types-codec": "10.1.3", "@polkadot/util": "^11.0.2", "tslib": "^2.5.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index f3670d84d402..ce0dee92deae 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.1.3-3-x", - "@polkadot/rpc-provider": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", + "@polkadot/rpc-augment": "10.1.3", + "@polkadot/rpc-provider": "10.1.3", + "@polkadot/types": "10.1.3", "@polkadot/util": "^11.0.2", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^11.0.2", - "@polkadot/rpc-augment": "10.1.3-3-x" + "@polkadot/rpc-augment": "10.1.3" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 37c3d1122697..f7aba367838c 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.0.2", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-support": "10.1.3-3-x", + "@polkadot/types": "10.1.3", + "@polkadot/types-support": "10.1.3", "@polkadot/util": "^11.0.2", "@polkadot/util-crypto": "^11.0.2", "@polkadot/x-fetch": "^11.0.2", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index f51435e5999b..8998183c8865 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -30,15 +30,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "10.1.3-3-x", - "@polkadot/api-augment": "10.1.3-3-x", - "@polkadot/rpc-augment": "10.1.3-3-x", - "@polkadot/rpc-provider": "10.1.3-3-x", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-augment": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", - "@polkadot/types-create": "10.1.3-3-x", - "@polkadot/types-support": "10.1.3-3-x", + "@polkadot/api": "10.1.3", + "@polkadot/api-augment": "10.1.3", + "@polkadot/rpc-augment": "10.1.3", + "@polkadot/rpc-provider": "10.1.3", + "@polkadot/types": "10.1.3", + "@polkadot/types-augment": "10.1.3", + "@polkadot/types-codec": "10.1.3", + "@polkadot/types-create": "10.1.3", + "@polkadot/types-support": "10.1.3", "@polkadot/util": "^11.0.2", "@polkadot/util-crypto": "^11.0.2", "@polkadot/x-ws": "^11.0.2", diff --git a/packages/typegen/src/fromChain.ts b/packages/typegen/src/fromChain.ts index dce5690d2940..06a343a5e255 100644 --- a/packages/typegen/src/fromChain.ts +++ b/packages/typegen/src/fromChain.ts @@ -23,12 +23,12 @@ async function generate (metaHex: HexString, pkg: string | undefined, output: st if (pkg) { try { - const defPath = assertFile(path.join(outputPath, 'definitions.ts')); - const defCont = await import(defPath) as { module: any }; + const defCont = await import( + assertFile(path.join(outputPath, 'definitions.ts')) + ) as Record; extraTypes = { - // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment - [pkg]: defCont.module + [pkg]: defCont }; } catch (error) { console.error('ERROR: No custom definitions found:', (error as Error).message); @@ -36,12 +36,13 @@ async function generate (metaHex: HexString, pkg: string | undefined, output: st } try { - const lookPath = assertFile(path.join(outputPath, 'lookup.ts')); - const lookCont = await import(lookPath) as { module: { default: DefinitionsTypes } }; + const lookCont = await import( + assertFile(path.join(outputPath, 'lookup.ts')) + ) as { default: DefinitionsTypes }; customLookupDefinitions = { rpc: {}, - types: lookCont.module.default + types: lookCont.default }; } catch (error) { console.error('ERROR: No lookup definitions found:', (error as Error).message); @@ -113,5 +114,10 @@ async function mainPromise (): Promise { } export function main (): void { - mainPromise().catch(() => process.exit(1)); + mainPromise().catch((error) => { + console.error(); + console.error(error); + console.error(); + process.exit(1); + }); } diff --git a/packages/typegen/src/fromDefs.ts b/packages/typegen/src/fromDefs.ts index 024aa847ac01..5fbbb27dd609 100644 --- a/packages/typegen/src/fromDefs.ts +++ b/packages/typegen/src/fromDefs.ts @@ -40,9 +40,11 @@ async function mainPromise (): Promise { let userDefs: Record = {}; try { - userDefs = await import( + const defCont = await import( assertFile(path.join(inputPath, 'definitions.ts')) ) as Record; + + userDefs = defCont; } catch (error) { console.error('ERROR: Unable to load user definitions:', (error as Error).message); } @@ -95,5 +97,10 @@ async function mainPromise (): Promise { } export function main (): void { - mainPromise().catch(() => process.exit(1)); + mainPromise().catch((error) => { + console.error(); + console.error(error); + console.error(); + process.exit(1); + }); } diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index e82aa3d3539c..0f935b573074 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -20,11 +20,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", + "@polkadot/types": "10.1.3", + "@polkadot/types-codec": "10.1.3", "@polkadot/util": "^11.0.2", "tslib": "^2.5.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index a87867bdd29d..357e0158bfc2 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { "@polkadot/util": "^11.0.2", @@ -28,9 +28,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-augment": "10.1.3-3-x", - "@polkadot/types-support": "10.1.3-3-x", + "@polkadot/types": "10.1.3", + "@polkadot/types-augment": "10.1.3", + "@polkadot/types-support": "10.1.3", "@polkadot/util-crypto": "^11.0.2" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index a4758048993e..5cb78792147b 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.1.3-3-x", + "@polkadot/types-codec": "10.1.3", "@polkadot/util": "^11.0.2", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.1.3-3-x" + "@polkadot/types": "10.1.3" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 291c3b1c226f..64f38981272f 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,17 +20,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { "@polkadot/networks": "^11.0.2", - "@polkadot/types": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", - "@polkadot/types-create": "10.1.3-3-x", + "@polkadot/types": "10.1.3", + "@polkadot/types-codec": "10.1.3", + "@polkadot/types-create": "10.1.3", "@polkadot/util": "^11.0.2", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.1.3-3-x" + "@polkadot/api": "10.1.3" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index e2adb3cdbeab..10a0d5684e69 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { "@polkadot/util": "^11.0.2", diff --git a/packages/types/package.json b/packages/types/package.json index d6e3c36b4235..b21512df51ab 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.1.3-3-x", + "version": "10.1.3", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.0.2", - "@polkadot/types-augment": "10.1.3-3-x", - "@polkadot/types-codec": "10.1.3-3-x", - "@polkadot/types-create": "10.1.3-3-x", + "@polkadot/types-augment": "10.1.3", + "@polkadot/types-codec": "10.1.3", + "@polkadot/types-create": "10.1.3", "@polkadot/util": "^11.0.2", "@polkadot/util-crypto": "^11.0.2", "rxjs": "^7.8.0", @@ -34,6 +34,6 @@ }, "devDependencies": { "@polkadot/keyring": "^11.0.2", - "@polkadot/types-support": "10.1.3-3-x" + "@polkadot/types-support": "10.1.3" } } diff --git a/yarn.lock b/yarn.lock index 5370c834a4fe..3dc05f74a00a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,26 +364,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.1.3-3-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.1.3, @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.1.3-3-x - "@polkadot/rpc-augment": 10.1.3-3-x - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-augment": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x + "@polkadot/api-base": 10.1.3 + "@polkadot/rpc-augment": 10.1.3 + "@polkadot/types": 10.1.3 + "@polkadot/types-augment": 10.1.3 + "@polkadot/types-codec": 10.1.3 "@polkadot/util": ^11.0.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.1.3-3-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.1.3, @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.1.3-3-x - "@polkadot/types": 10.1.3-3-x + "@polkadot/rpc-core": 10.1.3 + "@polkadot/types": 10.1.3 "@polkadot/util": ^11.0.2 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.1.3-3-x - "@polkadot/api-augment": 10.1.3-3-x + "@polkadot/api": 10.1.3 + "@polkadot/api-augment": 10.1.3 "@polkadot/keyring": ^11.0.2 - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x - "@polkadot/types-create": 10.1.3-3-x + "@polkadot/types": 10.1.3 + "@polkadot/types-codec": 10.1.3 + "@polkadot/types-create": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 rxjs: ^7.8.0 @@ -407,19 +407,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.1.3-3-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.1.3, @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.1.3-3-x - "@polkadot/api-augment": 10.1.3-3-x - "@polkadot/api-base": 10.1.3-3-x - "@polkadot/rpc-augment": 10.1.3-3-x - "@polkadot/rpc-core": 10.1.3-3-x - "@polkadot/rpc-provider": 10.1.3-3-x - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x - "@polkadot/types-support": 10.1.3-3-x + "@polkadot/api": 10.1.3 + "@polkadot/api-augment": 10.1.3 + "@polkadot/api-base": 10.1.3 + "@polkadot/rpc-augment": 10.1.3 + "@polkadot/rpc-core": 10.1.3 + "@polkadot/rpc-provider": 10.1.3 + "@polkadot/types": 10.1.3 + "@polkadot/types-codec": 10.1.3 + "@polkadot/types-support": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 rxjs: ^7.8.0 @@ -427,23 +427,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.1.3-3-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.1.3, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.1.3-3-x - "@polkadot/api-base": 10.1.3-3-x - "@polkadot/api-derive": 10.1.3-3-x + "@polkadot/api-augment": 10.1.3 + "@polkadot/api-base": 10.1.3 + "@polkadot/api-derive": 10.1.3 "@polkadot/keyring": ^11.0.2 - "@polkadot/rpc-augment": 10.1.3-3-x - "@polkadot/rpc-core": 10.1.3-3-x - "@polkadot/rpc-provider": 10.1.3-3-x - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-augment": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x - "@polkadot/types-create": 10.1.3-3-x - "@polkadot/types-known": 10.1.3-3-x - "@polkadot/types-support": 10.1.3-3-x + "@polkadot/rpc-augment": 10.1.3 + "@polkadot/rpc-core": 10.1.3 + "@polkadot/rpc-provider": 10.1.3 + "@polkadot/types": 10.1.3 + "@polkadot/types-augment": 10.1.3 + "@polkadot/types-codec": 10.1.3 + "@polkadot/types-create": 10.1.3 + "@polkadot/types-known": 10.1.3 + "@polkadot/types-support": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 eventemitter3: ^5.0.0 @@ -452,9 +452,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/dev@npm:^0.71.6": - version: 0.71.6 - resolution: "@polkadot/dev@npm:0.71.6" +"@polkadot/dev@npm:^0.71.10": + version: 0.71.10 + resolution: "@polkadot/dev@npm:0.71.10" dependencies: "@eslint/js": ^8.36.0 "@rollup/plugin-alias": ^4.0.3 @@ -464,8 +464,8 @@ __metadata: "@rollup/plugin-json": ^6.0.0 "@rollup/plugin-node-resolve": ^15.0.1 "@rushstack/eslint-patch": ^1.2.0 - "@typescript-eslint/eslint-plugin": ^5.54.1 - "@typescript-eslint/parser": ^5.54.1 + "@typescript-eslint/eslint-plugin": ^5.55.0 + "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 eslint-config-standard: ^17.0.0 eslint-import-resolver-node: ^0.3.7 @@ -482,7 +482,7 @@ __metadata: eslint-plugin-sort-destructure-keys: ^1.5.0 gh-pages: ^5.0.0 gh-release: ^7.0.2 - jsdom: ^21.1.0 + jsdom: ^21.1.1 madge: ^6.0.0 rollup: ^3.19.1 rollup-plugin-cleanup: ^3.2.1 @@ -491,7 +491,7 @@ __metadata: typescript: ^4.9.5 webpack: ^5.76.1 webpack-cli: ^5.0.1 - webpack-dev-server: ^4.11.1 + webpack-dev-server: ^4.12.0 webpack-merge: ^5.8.0 webpack-subresource-integrity: ^5.2.0-rc.1 yargs: ^17.7.1 @@ -519,7 +519,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: 545b078faf62d5f5b0c8dc3b70c0da7dfe1c0d8f8545b8fa3c6c47cc8439c0e0053241590788a31d03e6379ea3f9d86733db5d31f0e647f1f40d6a731b6d9463 + checksum: cab2dc350daf467093b662a9d66d89a36732a33508e763b515d76b1db7b918401c9edb0f2bce52f07b84b8863ff5d5421cb98a7f76271c5f3082b495e4f7b62b languageName: node linkType: hard @@ -548,39 +548,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.1.3-3-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.1.3, @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.1.3-3-x - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x + "@polkadot/rpc-core": 10.1.3 + "@polkadot/types": 10.1.3 + "@polkadot/types-codec": 10.1.3 "@polkadot/util": ^11.0.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.1.3-3-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.1.3, @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.0.2 - "@polkadot/rpc-augment": 10.1.3-3-x - "@polkadot/rpc-provider": 10.1.3-3-x - "@polkadot/types": 10.1.3-3-x + "@polkadot/rpc-augment": 10.1.3 + "@polkadot/rpc-provider": 10.1.3 + "@polkadot/types": 10.1.3 "@polkadot/util": ^11.0.2 rxjs: ^7.8.0 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.1.3-3-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.1.3, @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.0.2 - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-support": 10.1.3-3-x + "@polkadot/types": 10.1.3 + "@polkadot/types-support": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 "@polkadot/x-fetch": ^11.0.2 @@ -601,15 +601,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.1.3-3-x - "@polkadot/api-augment": 10.1.3-3-x - "@polkadot/rpc-augment": 10.1.3-3-x - "@polkadot/rpc-provider": 10.1.3-3-x - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-augment": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x - "@polkadot/types-create": 10.1.3-3-x - "@polkadot/types-support": 10.1.3-3-x + "@polkadot/api": 10.1.3 + "@polkadot/api-augment": 10.1.3 + "@polkadot/rpc-augment": 10.1.3 + "@polkadot/rpc-provider": 10.1.3 + "@polkadot/types": 10.1.3 + "@polkadot/types-augment": 10.1.3 + "@polkadot/types-codec": 10.1.3 + "@polkadot/types-create": 10.1.3 + "@polkadot/types-support": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 "@polkadot/x-ws": ^11.0.2 @@ -627,24 +627,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.1.3-3-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.1.3, @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.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x + "@polkadot/types": 10.1.3 + "@polkadot/types-codec": 10.1.3 "@polkadot/util": ^11.0.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.1.3-3-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.1.3, @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.1.3-3-x - "@polkadot/types-augment": 10.1.3-3-x - "@polkadot/types-support": 10.1.3-3-x + "@polkadot/types": 10.1.3 + "@polkadot/types-augment": 10.1.3 + "@polkadot/types-support": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 "@polkadot/x-bigint": ^11.0.2 @@ -652,32 +652,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.1.3-3-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.1.3, @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.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x + "@polkadot/types": 10.1.3 + "@polkadot/types-codec": 10.1.3 "@polkadot/util": ^11.0.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.1.3-3-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.1.3, @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.1.3-3-x + "@polkadot/api": 10.1.3 "@polkadot/networks": ^11.0.2 - "@polkadot/types": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x - "@polkadot/types-create": 10.1.3-3-x + "@polkadot/types": 10.1.3 + "@polkadot/types-codec": 10.1.3 + "@polkadot/types-create": 10.1.3 "@polkadot/util": ^11.0.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.1.3-3-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.1.3, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -686,15 +686,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.1.3-3-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.1.3, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^11.0.2 - "@polkadot/types-augment": 10.1.3-3-x - "@polkadot/types-codec": 10.1.3-3-x - "@polkadot/types-create": 10.1.3-3-x - "@polkadot/types-support": 10.1.3-3-x + "@polkadot/types-augment": 10.1.3 + "@polkadot/types-codec": 10.1.3 + "@polkadot/types-create": 10.1.3 + "@polkadot/types-support": 10.1.3 "@polkadot/util": ^11.0.2 "@polkadot/util-crypto": ^11.0.2 rxjs: ^7.8.0 @@ -1207,10 +1207,10 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^18.15.0": - version: 18.15.0 - resolution: "@types/node@npm:18.15.0" - checksum: d81372276dd5053b1743338b61a2178ff9722dc609189d01fc7d1c2acd539414039e0e4780678730514390dad3f29c366a28c29e8dbd5b0025651181f6dd6669 +"@types/node@npm:*, @types/node@npm:^18.15.3": + version: 18.15.3 + resolution: "@types/node@npm:18.15.3" + checksum: 31b1d92475a82c30de29aa6c0771b18a276552d191283b4423ba2d61b3f01159bf0d02576c0b7cc834b043997893800db6bb47f246083ed85aa45e79c80875d7 languageName: node linkType: hard @@ -1320,18 +1320,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^5.54.1": - version: 5.54.1 - resolution: "@typescript-eslint/eslint-plugin@npm:5.54.1" +"@typescript-eslint/eslint-plugin@npm:^5.55.0": + version: 5.55.0 + resolution: "@typescript-eslint/eslint-plugin@npm:5.55.0" dependencies: - "@typescript-eslint/scope-manager": 5.54.1 - "@typescript-eslint/type-utils": 5.54.1 - "@typescript-eslint/utils": 5.54.1 + "@eslint-community/regexpp": ^4.4.0 + "@typescript-eslint/scope-manager": 5.55.0 + "@typescript-eslint/type-utils": 5.55.0 + "@typescript-eslint/utils": 5.55.0 debug: ^4.3.4 grapheme-splitter: ^1.0.4 ignore: ^5.2.0 natural-compare-lite: ^1.4.0 - regexpp: ^3.2.0 semver: ^7.3.7 tsutils: ^3.21.0 peerDependencies: @@ -1340,7 +1340,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 76476c08ca0142a9bf6e2381f5cd1c037d86fbafa9c0dded4a97bd3b23b5962dd2c3943bade11b21d674195674f0e36dbf80faa15a1906f5a2ca1f699baf1dd5 + checksum: e3239ec6016eeb73b8b4d8310581978e28b8d3378140a8eb70bd8e33ffd332266020c19d493e0ccae4edfd4abd6097608718c50308fe6288f4ffeb8e4784efd9 languageName: node linkType: hard @@ -1355,20 +1355,20 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:^5.54.1": - version: 5.54.1 - resolution: "@typescript-eslint/parser@npm:5.54.1" +"@typescript-eslint/parser@npm:^5.55.0": + version: 5.55.0 + resolution: "@typescript-eslint/parser@npm:5.55.0" dependencies: - "@typescript-eslint/scope-manager": 5.54.1 - "@typescript-eslint/types": 5.54.1 - "@typescript-eslint/typescript-estree": 5.54.1 + "@typescript-eslint/scope-manager": 5.55.0 + "@typescript-eslint/types": 5.55.0 + "@typescript-eslint/typescript-estree": 5.55.0 debug: ^4.3.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: f466513d306ca926b97c2cec1eebaf2cd15d45bd5633a4358f23ba9a4de1b0ec4630b1c20abc395943934ed1d2ef65f545fd6737c317a7abe579612101e8a83f + checksum: 48a20dc7e67960b5168b77bfb9d11d053a21d57bb83cf7b59f750191cbca5eea3b4636a8e6e75cc0aca5a84cdef91fed5440934fc2935f8c6fa71630a253a50c languageName: node linkType: hard @@ -1382,22 +1382,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.54.1": - version: 5.54.1 - resolution: "@typescript-eslint/scope-manager@npm:5.54.1" +"@typescript-eslint/scope-manager@npm:5.55.0": + version: 5.55.0 + resolution: "@typescript-eslint/scope-manager@npm:5.55.0" dependencies: - "@typescript-eslint/types": 5.54.1 - "@typescript-eslint/visitor-keys": 5.54.1 - checksum: 9add24cf3a7852634ad0680a827646860ac4698a6ac8aae31e8b781e29f59e84b51f0cdaacffd0747811012647f01b51969d988da9b302ead374ceebffbe204b + "@typescript-eslint/types": 5.55.0 + "@typescript-eslint/visitor-keys": 5.55.0 + checksum: f253db88f69a29e4abe2f567d0a611cc3e7fb1a911a2cc54a2f6baf16e3de4d1883b3f8e45ee61b3db9fa5543dda0fd7b608de9d28ba6173ab49bfd17ff90cad languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:5.54.1": - version: 5.54.1 - resolution: "@typescript-eslint/type-utils@npm:5.54.1" +"@typescript-eslint/type-utils@npm:5.55.0": + version: 5.55.0 + resolution: "@typescript-eslint/type-utils@npm:5.55.0" dependencies: - "@typescript-eslint/typescript-estree": 5.54.1 - "@typescript-eslint/utils": 5.54.1 + "@typescript-eslint/typescript-estree": 5.55.0 + "@typescript-eslint/utils": 5.55.0 debug: ^4.3.4 tsutils: ^3.21.0 peerDependencies: @@ -1405,7 +1405,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 0073838b782b7f4619775be124ca6643fec43a2d56043eaf3ceb100960a5193f14ac747b28ce17a5c9ac643fdee8abda82a7d905c81521358de7b27a2dcbc9af + checksum: 5c60d441355b51f96b596324068c10605c74abb46748c0bbc6d8f7f2ea40acb6b4bda3b537105fa189172324c56d18bd88e7102e67f99f8c03bc05c6d0e2023d languageName: node linkType: hard @@ -1423,10 +1423,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:5.54.1": - version: 5.54.1 - resolution: "@typescript-eslint/types@npm:5.54.1" - checksum: 84a8f725cfa10646af389659e09c510c38d82c65960c7b613f844a264acc0e197471cba03f3e8f4b6411bc35dca28922c8352a7bd44621411c73fd6dd4096da2 +"@typescript-eslint/types@npm:5.55.0": + version: 5.55.0 + resolution: "@typescript-eslint/types@npm:5.55.0" + checksum: 7d851f09a2106514d3a9c7164d34758f30abfe554e3c7a02be75cdc7e16644e23ca32840a8f39a0321bc509927fb4d98ce91b22b21e8544ac56cef33b815a864 languageName: node linkType: hard @@ -1448,12 +1448,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.54.1, @typescript-eslint/typescript-estree@npm:^5.13.0": - version: 5.54.1 - resolution: "@typescript-eslint/typescript-estree@npm:5.54.1" +"@typescript-eslint/typescript-estree@npm:5.55.0, @typescript-eslint/typescript-estree@npm:^5.13.0": + version: 5.55.0 + resolution: "@typescript-eslint/typescript-estree@npm:5.55.0" dependencies: - "@typescript-eslint/types": 5.54.1 - "@typescript-eslint/visitor-keys": 5.54.1 + "@typescript-eslint/types": 5.55.0 + "@typescript-eslint/visitor-keys": 5.55.0 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 @@ -1462,7 +1462,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: ea42bdb4832fa96fa1121237c9b664ac4506e2836646651e08a8542c8601d78af6c288779707f893ca4c884221829bb7d7b4b43c4a9c3ed959519266d03a139b + checksum: d24a11aee3d01067018d99804f420aecb8af88e43bf170d5d14f6480bd378c0a81ce49a37f5d6c36e5f0f319e3fa8b099720f295f2767338be1a4f7e9a5323e1 languageName: node linkType: hard @@ -1502,21 +1502,21 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:5.54.1, @typescript-eslint/utils@npm:^5.10.0": - version: 5.54.1 - resolution: "@typescript-eslint/utils@npm:5.54.1" +"@typescript-eslint/utils@npm:5.55.0, @typescript-eslint/utils@npm:^5.10.0": + version: 5.55.0 + resolution: "@typescript-eslint/utils@npm:5.55.0" dependencies: + "@eslint-community/eslint-utils": ^4.2.0 "@types/json-schema": ^7.0.9 "@types/semver": ^7.3.12 - "@typescript-eslint/scope-manager": 5.54.1 - "@typescript-eslint/types": 5.54.1 - "@typescript-eslint/typescript-estree": 5.54.1 + "@typescript-eslint/scope-manager": 5.55.0 + "@typescript-eslint/types": 5.55.0 + "@typescript-eslint/typescript-estree": 5.55.0 eslint-scope: ^5.1.1 - eslint-utils: ^3.0.0 semver: ^7.3.7 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 8f428ea4d338ce85d55fd0c9ae2b217b323f29f51b7c9f8077fef7001ca21d28b032c5e5165b67ae6057aef69edb0e7a164c3c483703be6f3e4e574248bbc399 + checksum: 368cfc3fb9d6af6901e739e2e41c3f7f1c1244576607445f4f59d95eccb237f73e1a75e7f0816ec9a32a0f1ec6bb4a3602a99e17e70fe184e62f7c69dcbe4b8d languageName: node linkType: hard @@ -1540,13 +1540,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:5.54.1": - version: 5.54.1 - resolution: "@typescript-eslint/visitor-keys@npm:5.54.1" +"@typescript-eslint/visitor-keys@npm:5.55.0": + version: 5.55.0 + resolution: "@typescript-eslint/visitor-keys@npm:5.55.0" dependencies: - "@typescript-eslint/types": 5.54.1 + "@typescript-eslint/types": 5.55.0 eslint-visitor-keys: ^3.3.0 - checksum: 3a691abd2a43b86a0c41526d14a2afcc93a2e0512b5f8b9ec43f6029c493870808036eae5ee4fc655d26e1999017c4a4dffb241f47c36c2a1238ec9fbd08719c + checksum: 0b24c72dff99dd2cf41c19d20067f8ab20a38aa2e82c79c5530bec7cf651031e95c80702fc21c813c9b94e5f3d4cd210f13967b2966ef38abe548cb5f05848a3 languageName: node linkType: hard @@ -1807,7 +1807,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.1.0, acorn@npm:^8.5.0, acorn@npm:^8.7.1, acorn@npm:^8.8.0, acorn@npm:^8.8.1": +"acorn@npm:^8.1.0, acorn@npm:^8.5.0, acorn@npm:^8.7.1, acorn@npm:^8.8.0, acorn@npm:^8.8.2": version: 8.8.2 resolution: "acorn@npm:8.8.2" bin: @@ -2783,26 +2783,12 @@ __metadata: languageName: node linkType: hard -"cssom@npm:^0.5.0": - version: 0.5.0 - resolution: "cssom@npm:0.5.0" - checksum: 823471aa30091c59e0a305927c30e7768939b6af70405808f8d2ce1ca778cddcb24722717392438329d1691f9a87cb0183b64b8d779b56a961546d54854fde01 - languageName: node - linkType: hard - -"cssom@npm:~0.3.6": - version: 0.3.8 - resolution: "cssom@npm:0.3.8" - checksum: 24beb3087c76c0d52dd458be9ee1fbc80ac771478a9baef35dd258cdeb527c68eb43204dd439692bb2b1ae5272fa5f2946d10946edab0d04f1078f85e06bc7f6 - languageName: node - linkType: hard - -"cssstyle@npm:^2.3.0": - version: 2.3.0 - resolution: "cssstyle@npm:2.3.0" +"cssstyle@npm:^3.0.0": + version: 3.0.0 + resolution: "cssstyle@npm:3.0.0" dependencies: - cssom: ~0.3.6 - checksum: 5f05e6fd2e3df0b44695c2f08b9ef38b011862b274e320665176467c0725e44a53e341bc4959a41176e83b66064ab786262e7380fd1cabeae6efee0d255bb4e3 + rrweb-cssom: ^0.6.0 + checksum: 31f694dfed9998ed93570fe539610837b878193dd8487c33cb12db8004333c53c2a3904166288bbec68388c72fb01014d46d3243ddfb02fe845989d852c06f27 languageName: node linkType: hard @@ -2822,14 +2808,14 @@ __metadata: languageName: node linkType: hard -"data-urls@npm:^3.0.2": - version: 3.0.2 - resolution: "data-urls@npm:3.0.2" +"data-urls@npm:^4.0.0": + version: 4.0.0 + resolution: "data-urls@npm:4.0.0" dependencies: abab: ^2.0.6 whatwg-mimetype: ^3.0.0 - whatwg-url: ^11.0.0 - checksum: 033fc3dd0fba6d24bc9a024ddcf9923691dd24f90a3d26f6545d6a2f71ec6956f93462f2cdf2183cc46f10dc01ed3bcb36731a8208456eb1a08147e571fe2a76 + whatwg-url: ^12.0.0 + checksum: 006e869b5bf079647949a3e9b1dd69d84b2d5d26e6b01c265485699bc96e83817d4b5aae758b2910a4c58c0601913f3a0034121c1ca2da268e9a244c57515b15 languageName: node linkType: hard @@ -2863,7 +2849,7 @@ __metadata: languageName: node linkType: hard -"decimal.js@npm:^10.4.2": +"decimal.js@npm:^10.4.3": version: 10.4.3 resolution: "decimal.js@npm:10.4.3" checksum: 796404dcfa9d1dbfdc48870229d57f788b48c21c603c3f6554a1c17c10195fc1024de338b0cf9e1efe0c7c167eeb18f04548979bcc5fdfabebb7cc0ae3287bae @@ -5566,17 +5552,16 @@ fsevents@~2.3.2: languageName: node linkType: hard -"jsdom@npm:^21.1.0": - version: 21.1.0 - resolution: "jsdom@npm:21.1.0" +"jsdom@npm:^21.1.1": + version: 21.1.1 + resolution: "jsdom@npm:21.1.1" dependencies: abab: ^2.0.6 - acorn: ^8.8.1 + acorn: ^8.8.2 acorn-globals: ^7.0.0 - cssom: ^0.5.0 - cssstyle: ^2.3.0 - data-urls: ^3.0.2 - decimal.js: ^10.4.2 + cssstyle: ^3.0.0 + data-urls: ^4.0.0 + decimal.js: ^10.4.3 domexception: ^4.0.0 escodegen: ^2.0.0 form-data: ^4.0.0 @@ -5585,7 +5570,8 @@ fsevents@~2.3.2: https-proxy-agent: ^5.0.1 is-potential-custom-element-name: ^1.0.1 nwsapi: ^2.2.2 - parse5: ^7.1.1 + parse5: ^7.1.2 + rrweb-cssom: ^0.6.0 saxes: ^6.0.0 symbol-tree: ^3.2.4 tough-cookie: ^4.1.2 @@ -5593,15 +5579,15 @@ fsevents@~2.3.2: webidl-conversions: ^7.0.0 whatwg-encoding: ^2.0.0 whatwg-mimetype: ^3.0.0 - whatwg-url: ^11.0.0 - ws: ^8.11.0 + whatwg-url: ^12.0.1 + ws: ^8.13.0 xml-name-validator: ^4.0.0 peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: canvas: optional: true - checksum: 2c89c72a6f399184ffc8de30bbdd86283086dbd72bb3a40667102d3f12af141c7517ffb78150a3bb6883a654e8c7d0266c3328d1c387a2b9a1fd0729dc537954 + checksum: ea33c3f3f084b48685e3838baa1112f0cbffc2949b0249f90ee19152b66dbafc6ae7dd8573ee66933697f881e3bc04c0efc2b56cd26f64fd3e6321a64164e2d1 languageName: node linkType: hard @@ -5724,6 +5710,16 @@ fsevents@~2.3.2: languageName: node linkType: hard +"launch-editor@npm:^2.6.0": + version: 2.6.0 + resolution: "launch-editor@npm:2.6.0" + dependencies: + picocolors: ^1.0.0 + shell-quote: ^1.7.3 + checksum: 48e4230643e8fdb5c14c11314706d58d9f3fbafe2606be3d6e37da1918ad8bfe39dd87875c726a1b59b9f4da99d87ec3e36d4c528464f0b820f9e91e5cb1c02d + languageName: node + linkType: hard + "levn@npm:^0.4.1": version: 0.4.1 resolution: "levn@npm:0.4.1" @@ -6680,7 +6676,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"parse5@npm:^7.1.1": +"parse5@npm:^7.1.2": version: 7.1.2 resolution: "parse5@npm:7.1.2" dependencies: @@ -6988,10 +6984,10 @@ fsevents@~2.3.2: languageName: node linkType: hard -"punycode@npm:^2.1.0, punycode@npm:^2.1.1": - version: 2.1.1 - resolution: "punycode@npm:2.1.1" - checksum: 823bf443c6dd14f669984dea25757b37993f67e8d94698996064035edd43bed8a5a17a9f12e439c2b35df1078c6bec05a6c86e336209eb1061e8025c481168e8 +"punycode@npm:^2.1.0, punycode@npm:^2.1.1, punycode@npm:^2.3.0": + version: 2.3.0 + resolution: "punycode@npm:2.3.0" + checksum: 39f760e09a2a3bbfe8f5287cf733ecdad69d6af2fe6f97ca95f24b8921858b91e9ea3c9eeec6e08cede96181b3bb33f95c6ffd8c77e63986508aa2e8159fa200 languageName: node linkType: hard @@ -7156,7 +7152,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"regexpp@npm:^3.0.0, regexpp@npm:^3.2.0": +"regexpp@npm:^3.0.0": version: 3.2.0 resolution: "regexpp@npm:3.2.0" checksum: a78dc5c7158ad9ddcfe01aa9144f46e192ddbfa7b263895a70a5c6c73edd9ce85faf7c0430e59ac38839e1734e275b9c3de5c57ee3ab6edc0e0b1bdebefccef8 @@ -7422,12 +7418,19 @@ fsevents@~2.3.2: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@polkadot/dev": ^0.71.6 + "@polkadot/dev": ^0.71.10 "@polkadot/typegen": "workspace:packages/typegen" - "@types/node": ^18.15.0 + "@types/node": ^18.15.3 languageName: unknown linkType: soft +"rrweb-cssom@npm:^0.6.0": + version: 0.6.0 + resolution: "rrweb-cssom@npm:0.6.0" + checksum: 182312f6e4f41d18230ccc34f14263bc8e8a6b9d30ee3ec0d2d8e643c6f27964cd7a8d638d4a00e988d93e8dc55369f4ab5a473ccfeff7a8bab95b36d2b5499c + languageName: node + linkType: hard + "run-async@npm:^2.4.0": version: 2.4.1 resolution: "run-async@npm:2.4.1" @@ -7683,6 +7686,13 @@ fsevents@~2.3.2: languageName: node linkType: hard +"shell-quote@npm:^1.7.3": + version: 1.8.0 + resolution: "shell-quote@npm:1.8.0" + checksum: 6ef7c5e308b9c77eedded882653a132214fa98b4a1512bb507588cf6cd2fc78bfee73e945d0c3211af028a1eabe09c6a19b96edd8977dc149810797e93809749 + languageName: node + linkType: hard + "shelljs@npm:^0.8.4": version: 0.8.4 resolution: "shelljs@npm:0.8.4" @@ -8300,12 +8310,12 @@ fsevents@~2.3.2: languageName: node linkType: hard -"tr46@npm:^3.0.0": - version: 3.0.0 - resolution: "tr46@npm:3.0.0" +"tr46@npm:^4.1.1": + version: 4.1.1 + resolution: "tr46@npm:4.1.1" dependencies: - punycode: ^2.1.1 - checksum: 44c3cc6767fb800490e6e9fd64fd49041aa4e49e1f6a012b34a75de739cc9ed3a6405296072c1df8b6389ae139c5e7c6496f659cfe13a04a4bff3a1422981270 + punycode: ^2.3.0 + checksum: aeeb821ac2cd792e63ec84888b4fd6598ac6ed75d861579e21a5cf9d4ee78b2c6b94e7d45036f2ca2088bc85b9b46560ad23c4482979421063b24137349dbd96 languageName: node linkType: hard @@ -8775,9 +8785,9 @@ fsevents@~2.3.2: languageName: node linkType: hard -"webpack-dev-server@npm:^4.11.1": - version: 4.11.1 - resolution: "webpack-dev-server@npm:4.11.1" +"webpack-dev-server@npm:^4.12.0": + version: 4.12.0 + resolution: "webpack-dev-server@npm:4.12.0" dependencies: "@types/bonjour": ^3.5.9 "@types/connect-history-api-fallback": ^1.3.5 @@ -8798,6 +8808,7 @@ fsevents@~2.3.2: html-entities: ^2.3.2 http-proxy-middleware: ^2.0.3 ipaddr.js: ^2.0.1 + launch-editor: ^2.6.0 open: ^8.0.9 p-retry: ^4.5.0 rimraf: ^3.0.2 @@ -8807,7 +8818,7 @@ fsevents@~2.3.2: sockjs: ^0.3.24 spdy: ^4.0.2 webpack-dev-middleware: ^5.3.1 - ws: ^8.4.2 + ws: ^8.13.0 peerDependencies: webpack: ^4.37.0 || ^5.0.0 peerDependenciesMeta: @@ -8815,7 +8826,7 @@ fsevents@~2.3.2: optional: true bin: webpack-dev-server: bin/webpack-dev-server.js - checksum: b7601a39ee0f413988259e29a36835b0a68522cfaa161de5b7ec99b3399acdd99d44189add4aaf4a5191258bb130f9cf3e68919324a1955c7557f5fe6ab0d96c + checksum: 3e33acb774457ee787038d66c12e04c3e4a9f91bbff7ca143083e4ac1937b1615a1b9e7387ec623df8ebc36f56b3c34742578c09f665fe811b6e38d2e8222a94 languageName: node linkType: hard @@ -8920,13 +8931,13 @@ fsevents@~2.3.2: languageName: node linkType: hard -"whatwg-url@npm:^11.0.0": - version: 11.0.0 - resolution: "whatwg-url@npm:11.0.0" +"whatwg-url@npm:^12.0.0, whatwg-url@npm:^12.0.1": + version: 12.0.1 + resolution: "whatwg-url@npm:12.0.1" dependencies: - tr46: ^3.0.0 + tr46: ^4.1.1 webidl-conversions: ^7.0.0 - checksum: ed4826aaa57e66bb3488a4b25c9cd476c46ba96052747388b5801f137dd740b73fde91ad207d96baf9f17fbcc80fc1a477ad65181b5eb5fa718d27c69501d7af + checksum: 8698993b763c1e7eda5ed16c31dab24bca6489626aca7caf8b5a2b64684dda6578194786f10ec42ceb1c175feea16d0a915096e6419e08d154ce551c43176972 languageName: node linkType: hard @@ -9047,7 +9058,7 @@ fsevents@~2.3.2: languageName: node linkType: hard -"ws@npm:^8.11.0, ws@npm:^8.13.0, ws@npm:^8.4.2, ws@npm:^8.8.1": +"ws@npm:^8.13.0, ws@npm:^8.8.1": version: 8.13.0 resolution: "ws@npm:8.13.0" peerDependencies: