diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f36020c3652..eaf600c9db7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 10.12.0 Mar 4, 2024 +## 10.12.1 Mar 4, 2024 Contributed: diff --git a/package.json b/package.json index 625458b62737..4598c56ef65b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.12.0", + "version": "10.12.1", "versions": { "git": "10.11.4-0-x", "npm": "10.11.3" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 4407224e6fc9..3deeee58c4bc 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.12.0", - "@polkadot/rpc-augment": "10.12.0", - "@polkadot/types": "10.12.0", - "@polkadot/types-augment": "10.12.0", - "@polkadot/types-codec": "10.12.0", + "@polkadot/api-base": "10.12.1", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 2abcb9a13331..7d7507f3ba79 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.12.0", - "@polkadot/types": "10.12.0", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index d82a78328ca5..42efb5844052 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/api": "10.12.0", - "@polkadot/api-augment": "10.12.0", - "@polkadot/types": "10.12.0", - "@polkadot/types-codec": "10.12.0", - "@polkadot/types-create": "10.12.0", + "@polkadot/api": "10.12.1", + "@polkadot/api-augment": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.12.0", + "@polkadot/api-augment": "10.12.1", "@polkadot/keyring": "^12.6.2", - "@polkadot/types-support": "10.12.0" + "@polkadot/types-support": "10.12.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index bfffe299a19f..9f9e250139c8 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/api": "10.12.0", - "@polkadot/api-augment": "10.12.0", - "@polkadot/api-base": "10.12.0", - "@polkadot/rpc-core": "10.12.0", - "@polkadot/types": "10.12.0", - "@polkadot/types-codec": "10.12.0", + "@polkadot/api": "10.12.1", + "@polkadot/api-augment": "10.12.1", + "@polkadot/api-base": "10.12.1", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.12.0", - "@polkadot/api-augment": "10.12.0", - "@polkadot/rpc-augment": "10.12.0", - "@polkadot/rpc-provider": "10.12.0", - "@polkadot/types-support": "10.12.0" + "@polkadot/api": "10.12.1", + "@polkadot/api-augment": "10.12.1", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types-support": "10.12.1" } } diff --git a/packages/api/package.json b/packages/api/package.json index 2412e3897617..c596b9ec3bff 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.12.0", - "@polkadot/api-base": "10.12.0", - "@polkadot/api-derive": "10.12.0", + "@polkadot/api-augment": "10.12.1", + "@polkadot/api-base": "10.12.1", + "@polkadot/api-derive": "10.12.1", "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "10.12.0", - "@polkadot/rpc-core": "10.12.0", - "@polkadot/rpc-provider": "10.12.0", - "@polkadot/types": "10.12.0", - "@polkadot/types-augment": "10.12.0", - "@polkadot/types-codec": "10.12.0", - "@polkadot/types-create": "10.12.0", - "@polkadot/types-known": "10.12.0", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", + "@polkadot/types-known": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.12.0", - "@polkadot/types-support": "10.12.0" + "@polkadot/api-augment": "10.12.1", + "@polkadot/types-support": "10.12.1" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 55116c3f29cc..22a28ac6c66b 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.12.0", - "@polkadot/types": "10.12.0", - "@polkadot/types-codec": "10.12.0", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index b5d45e94326d..ad89ffb329ee 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.12.0", - "@polkadot/rpc-provider": "10.12.0", - "@polkadot/types": "10.12.0", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "10.12.0" + "@polkadot/rpc-augment": "10.12.1" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 091cb54f2f36..f55cc360bd45 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "10.12.0", - "@polkadot/types-support": "10.12.0", + "@polkadot/types": "10.12.1", + "@polkadot/types-support": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "@polkadot/x-fetch": "^12.6.2", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 43f7c3acc3f8..c2e45dbcc891 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "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.12.0", - "@polkadot/api-augment": "10.12.0", - "@polkadot/rpc-augment": "10.12.0", - "@polkadot/rpc-provider": "10.12.0", - "@polkadot/types": "10.12.0", - "@polkadot/types-augment": "10.12.0", - "@polkadot/types-codec": "10.12.0", - "@polkadot/types-create": "10.12.0", - "@polkadot/types-support": "10.12.0", + "@polkadot/api": "10.12.1", + "@polkadot/api-augment": "10.12.1", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", + "@polkadot/types-support": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "@polkadot/x-ws": "^12.6.2", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 477b7073d559..7f652a7fb707 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/types": "10.12.0", - "@polkadot/types-codec": "10.12.0", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index ba4d03603cde..9a1bfbf26f06 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", @@ -26,9 +26,9 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.12.0", - "@polkadot/types-augment": "10.12.0", - "@polkadot/types-support": "10.12.0", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-support": "10.12.1", "@polkadot/util-crypto": "^12.6.2" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 622e80d13600..5d5918711c4a 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.12.0", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.12.0" + "@polkadot/types": "10.12.1" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 559978c6696f..94b07b442094 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { "@polkadot/networks": "^12.6.2", - "@polkadot/types": "10.12.0", - "@polkadot/types-codec": "10.12.0", - "@polkadot/types-create": "10.12.0", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.12.0" + "@polkadot/api": "10.12.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 3d3a7386aa97..30edc43cd45f 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/types/package.json b/packages/types/package.json index b25cf654c722..eb38a54eecf7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "10.12.0", + "version": "10.12.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types-augment": "10.12.0", - "@polkadot/types-codec": "10.12.0", - "@polkadot/types-create": "10.12.0", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types-support": "10.12.0" + "@polkadot/types-support": "10.12.1" } } diff --git a/yarn.lock b/yarn.lock index d990034100f3..a32c9512b3ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,26 +444,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:10.12.0, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:10.12.1, @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:10.12.0" - "@polkadot/rpc-augment": "npm:10.12.0" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-augment": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" + "@polkadot/api-base": "npm:10.12.1" + "@polkadot/rpc-augment": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-augment": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-base@npm:10.12.0, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:10.12.1, @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:10.12.0" - "@polkadot/types": "npm:10.12.0" + "@polkadot/rpc-core": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" @@ -474,13 +474,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:10.12.0" - "@polkadot/api-augment": "npm:10.12.0" + "@polkadot/api": "npm:10.12.1" + "@polkadot/api-augment": "npm:10.12.1" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" - "@polkadot/types-create": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" + "@polkadot/types-create": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" @@ -488,19 +488,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:10.12.0, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:10.12.1, @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:10.12.0" - "@polkadot/api-augment": "npm:10.12.0" - "@polkadot/api-base": "npm:10.12.0" - "@polkadot/rpc-augment": "npm:10.12.0" - "@polkadot/rpc-core": "npm:10.12.0" - "@polkadot/rpc-provider": "npm:10.12.0" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/api": "npm:10.12.1" + "@polkadot/api-augment": "npm:10.12.1" + "@polkadot/api-base": "npm:10.12.1" + "@polkadot/rpc-augment": "npm:10.12.1" + "@polkadot/rpc-core": "npm:10.12.1" + "@polkadot/rpc-provider": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" @@ -508,23 +508,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:10.12.0, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:10.12.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:10.12.0" - "@polkadot/api-base": "npm:10.12.0" - "@polkadot/api-derive": "npm:10.12.0" + "@polkadot/api-augment": "npm:10.12.1" + "@polkadot/api-base": "npm:10.12.1" + "@polkadot/api-derive": "npm:10.12.1" "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/rpc-augment": "npm:10.12.0" - "@polkadot/rpc-core": "npm:10.12.0" - "@polkadot/rpc-provider": "npm:10.12.0" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-augment": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" - "@polkadot/types-create": "npm:10.12.0" - "@polkadot/types-known": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/rpc-augment": "npm:10.12.1" + "@polkadot/rpc-core": "npm:10.12.1" + "@polkadot/rpc-provider": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-augment": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" + "@polkadot/types-create": "npm:10.12.1" + "@polkadot/types-known": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" eventemitter3: "npm:^5.0.1" @@ -654,39 +654,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:10.12.0, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:10.12.1, @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:10.12.0" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" + "@polkadot/rpc-core": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:10.12.0, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:10.12.1, @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:^12.6.2" - "@polkadot/rpc-augment": "npm:10.12.0" - "@polkadot/rpc-provider": "npm:10.12.0" - "@polkadot/types": "npm:10.12.0" + "@polkadot/rpc-augment": "npm:10.12.1" + "@polkadot/rpc-provider": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:10.12.0, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:10.12.1, @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:^12.6.2" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-fetch": "npm:^12.6.2" @@ -707,15 +707,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:10.12.0" - "@polkadot/api-augment": "npm:10.12.0" - "@polkadot/rpc-augment": "npm:10.12.0" - "@polkadot/rpc-provider": "npm:10.12.0" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-augment": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" - "@polkadot/types-create": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/api": "npm:10.12.1" + "@polkadot/api-augment": "npm:10.12.1" + "@polkadot/rpc-augment": "npm:10.12.1" + "@polkadot/rpc-provider": "npm:10.12.1" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-augment": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" + "@polkadot/types-create": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-ws": "npm:^12.6.2" @@ -732,24 +732,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:10.12.0, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:10.12.1, @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:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:10.12.0, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:10.12.1, @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:10.12.0" - "@polkadot/types-augment": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-augment": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" "@polkadot/x-bigint": "npm:^12.6.2" @@ -757,32 +757,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:10.12.0, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:10.12.1, @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:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-known@npm:10.12.0, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:10.12.1, @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:10.12.0" + "@polkadot/api": "npm:10.12.1" "@polkadot/networks": "npm:^12.6.2" - "@polkadot/types": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" - "@polkadot/types-create": "npm:10.12.0" + "@polkadot/types": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" + "@polkadot/types-create": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-support@npm:10.12.0, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:10.12.1, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -791,15 +791,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:10.12.0, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:10.12.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types-augment": "npm:10.12.0" - "@polkadot/types-codec": "npm:10.12.0" - "@polkadot/types-create": "npm:10.12.0" - "@polkadot/types-support": "npm:10.12.0" + "@polkadot/types-augment": "npm:10.12.1" + "@polkadot/types-codec": "npm:10.12.1" + "@polkadot/types-create": "npm:10.12.1" + "@polkadot/types-support": "npm:10.12.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1"