diff --git a/package.json b/package.json index 236f2252..94637975 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,17 @@ "packages/*", "executor" ], + "resolutions": { + "@polkadot/api": "14.0.1", + "@polkadot/types": "14.0.1", + "@polkadot/api-base": "14.0.1", + "@polkadot/api-derive": "14.0.1", + "@polkadot/api-augment": "14.0.1", + "@polkadot/rpc-provider": "14.0.1", + "@polkadot/types-codec": "14.0.1", + "@polkadot/types-create": "14.0.1", + "@polkadot/types-known": "14.0.1" + }, "scripts": { "lint": "tsc --noEmit --project tsconfig.lint.json && eslint . --ext .js,.ts && prettier --check .", "fix": "eslint . --ext .js,.ts --fix && prettier -w .", diff --git a/packages/chopsticks/package.json b/packages/chopsticks/package.json index b072c69e..b84dcc0a 100644 --- a/packages/chopsticks/package.json +++ b/packages/chopsticks/package.json @@ -15,10 +15,10 @@ "@acala-network/chopsticks-core": "workspace:*", "@acala-network/chopsticks-db": "workspace:*", "@pnpm/npm-conf": "^2.3.1", - "@polkadot/api": "^12.4.2", - "@polkadot/api-augment": "^12.4.2", - "@polkadot/rpc-provider": "^12.4.2", - "@polkadot/types": "^12.4.2", + "@polkadot/api": "^14.0.1", + "@polkadot/api-augment": "^14.0.1", + "@polkadot/rpc-provider": "^14.0.1", + "@polkadot/types": "^14.0.1", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "axios": "^1.7.7", diff --git a/packages/core/package.json b/packages/core/package.json index b3cc5ad2..01911d42 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@acala-network/chopsticks-executor": "workspace:*", - "@polkadot/rpc-provider": "^12.4.2", - "@polkadot/types": "^12.4.2", - "@polkadot/types-codec": "^12.4.2", - "@polkadot/types-known": "^12.4.2", + "@polkadot/rpc-provider": "^14.0.1", + "@polkadot/types": "^14.0.1", + "@polkadot/types-codec": "^14.0.1", + "@polkadot/types-known": "^14.0.1", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "comlink": "^4.4.1", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 8cfc4eb5..262c3ce1 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -16,7 +16,7 @@ "@polkadot-api/observable-client": "^0.5.14", "@polkadot-api/substrate-client": "^0.2.2", "@polkadot-api/ws-provider": "^0.3.2", - "@polkadot/api": "^12.4.2", + "@polkadot/api": "^14.0.1", "rxjs": "^7.8.1", "typescript": "^5.6.3", "vitest": "^2.1.4" diff --git a/packages/testing/package.json b/packages/testing/package.json index 0bb7a75b..b96fd83a 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@acala-network/chopsticks-utils": "workspace:*", - "@polkadot/api": "^14.2.1", - "@polkadot/types": "^14.2.1" + "@polkadot/api": "^14.0.1", + "@polkadot/types": "^14.0.1" }, "devDependencies": { "@swc/cli": "0.5.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 7eeaed22..f3bd17ef 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -12,10 +12,10 @@ "dependencies": { "@acala-network/chopsticks": "workspace:*", "@acala-network/chopsticks-core": "workspace:*", - "@polkadot/api": "^12.4.2", - "@polkadot/api-base": "^12.4.2", + "@polkadot/api": "^14.0.1", + "@polkadot/api-base": "^14.0.1", "@polkadot/keyring": "^13.2.2", - "@polkadot/types": "^12.4.2", + "@polkadot/types": "^14.0.1", "@polkadot/util": "^13.2.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2966c10b..c8232f3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ __metadata: resolution: "@acala-network/chopsticks-core@workspace:packages/core" dependencies: "@acala-network/chopsticks-executor": "workspace:*" - "@polkadot/rpc-provider": "npm:^12.4.2" - "@polkadot/types": "npm:^12.4.2" - "@polkadot/types-codec": "npm:^12.4.2" - "@polkadot/types-known": "npm:^12.4.2" + "@polkadot/rpc-provider": "npm:^14.0.1" + "@polkadot/types": "npm:^14.0.1" + "@polkadot/types-codec": "npm:^14.0.1" + "@polkadot/types-known": "npm:^14.0.1" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" "@swc/cli": "npm:0.5.0" @@ -56,7 +56,7 @@ __metadata: "@polkadot-api/observable-client": "npm:^0.5.14" "@polkadot-api/substrate-client": "npm:^0.2.2" "@polkadot-api/ws-provider": "npm:^0.3.2" - "@polkadot/api": "npm:^12.4.2" + "@polkadot/api": "npm:^14.0.1" rxjs: "npm:^7.8.1" typescript: "npm:^5.6.3" vitest: "npm:^2.1.4" @@ -80,8 +80,8 @@ __metadata: resolution: "@acala-network/chopsticks-testing@workspace:packages/testing" dependencies: "@acala-network/chopsticks-utils": "workspace:*" - "@polkadot/api": "npm:^14.2.1" - "@polkadot/types": "npm:^14.2.1" + "@polkadot/api": "npm:^14.0.1" + "@polkadot/types": "npm:^14.0.1" "@swc/cli": "npm:0.5.0" "@swc/core": "npm:^1.7.40" typescript: "npm:^5.6.3" @@ -94,10 +94,10 @@ __metadata: dependencies: "@acala-network/chopsticks": "workspace:*" "@acala-network/chopsticks-core": "workspace:*" - "@polkadot/api": "npm:^12.4.2" - "@polkadot/api-base": "npm:^12.4.2" + "@polkadot/api": "npm:^14.0.1" + "@polkadot/api-base": "npm:^14.0.1" "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/types": "npm:^12.4.2" + "@polkadot/types": "npm:^14.0.1" "@polkadot/util": "npm:^13.2.2" "@swc/cli": "npm:0.5.0" "@swc/core": "npm:^1.7.40" @@ -112,10 +112,10 @@ __metadata: "@acala-network/chopsticks-core": "workspace:*" "@acala-network/chopsticks-db": "workspace:*" "@pnpm/npm-conf": "npm:^2.3.1" - "@polkadot/api": "npm:^12.4.2" - "@polkadot/api-augment": "npm:^12.4.2" - "@polkadot/rpc-provider": "npm:^12.4.2" - "@polkadot/types": "npm:^12.4.2" + "@polkadot/api": "npm:^14.0.1" + "@polkadot/api-augment": "npm:^14.0.1" + "@polkadot/rpc-provider": "npm:^14.0.1" + "@polkadot/types": "npm:^14.0.1" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" "@swc/cli": "npm:0.5.0" @@ -1682,149 +1682,78 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:12.4.2, @polkadot/api-augment@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/api-augment@npm:12.4.2" - dependencies: - "@polkadot/api-base": "npm:12.4.2" - "@polkadot/rpc-augment": "npm:12.4.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-augment": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/4cab0d50cde43eb25d830fca93cdfe10198302d44a271aacfa274d171671ce4fa4b07bafd0886f8cf78ce10478762e337e9fe27a652080a1dc6f5823be05bcb3 - languageName: node - linkType: hard - -"@polkadot/api-augment@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/api-augment@npm:14.2.1" - dependencies: - "@polkadot/api-base": "npm:14.2.1" - "@polkadot/rpc-augment": "npm:14.2.1" - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-augment": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/03c3f56ddd40f40015f58ab1e5daeccd5c8d1ff31b0966c789cb075c281ada87ac9d81cc1af63d3c88b62a0fbbb6db477ea853d388bd3ce72b24e6f93f86f685 - languageName: node - linkType: hard - -"@polkadot/api-base@npm:12.4.2, @polkadot/api-base@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/api-base@npm:12.4.2" - dependencies: - "@polkadot/rpc-core": "npm:12.4.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10c0/b2e7b7a3f93070b09f5992f8128a378f47a8c808a08a2890c50abcaded040ab30e8b1b5c2b693c375f2187032dc8d010d407ac14e1e39fcb984a2e0f9f05e23d - languageName: node - linkType: hard - -"@polkadot/api-base@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/api-base@npm:14.2.1" - dependencies: - "@polkadot/rpc-core": "npm:14.2.1" - "@polkadot/types": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10c0/dc578e459a21a6ca0fbc7a84aa32ab72147e95fe62f62e422ec45fb6005ed5ddd6399801846a267479aeccc66b9a7c7f87000cfe2d0c499e74b372843b2cc30b +"@polkadot/api-augment@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/api-augment@npm:14.0.1" + dependencies: + "@polkadot/api-base": "npm:14.0.1" + "@polkadot/rpc-augment": "npm:14.0.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-augment": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/ea76c166a0309bb249f8abd527f1c9772aa5982c75bfc32e90ab6f8d7c94fd98703554e3e3565711eea6a3f4c1e94c65271edafd67fc92bf898bfabb993bdc49 languageName: node linkType: hard -"@polkadot/api-derive@npm:12.4.2": - version: 12.4.2 - resolution: "@polkadot/api-derive@npm:12.4.2" +"@polkadot/api-base@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/api-base@npm:14.0.1" dependencies: - "@polkadot/api": "npm:12.4.2" - "@polkadot/api-augment": "npm:12.4.2" - "@polkadot/api-base": "npm:12.4.2" - "@polkadot/rpc-core": "npm:12.4.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" + "@polkadot/rpc-core": "npm:14.0.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10c0/47f0698fa2b3f1adc03af93fbf7c533d8801bad52c7d8989ab019ce215bbd1c1e8d7a0c18d89839e86619ae9e93385cb7963feecc323dad79751de1496d0c23c + tslib: "npm:^2.7.0" + checksum: 10c0/3b178018b73acc0b642fd13fdaaeaaa22b84cab421c3c0ed527c74adc99d767af7575bc3d2a683f79801c1941fe292850465a2a3215f61427b1ee74984eb4541 languageName: node linkType: hard -"@polkadot/api-derive@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/api-derive@npm:14.2.1" - dependencies: - "@polkadot/api": "npm:14.2.1" - "@polkadot/api-augment": "npm:14.2.1" - "@polkadot/api-base": "npm:14.2.1" - "@polkadot/rpc-core": "npm:14.2.1" - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10c0/169508192c4b42f8d15aac3e28dcd2892c31b8c15f6c2571cd586e9395c6da41139cc4807a052ce99934b07187576590f0f81951b657ecd185b5ed47ca0e42eb - languageName: node - linkType: hard - -"@polkadot/api@npm:12.4.2, @polkadot/api@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/api@npm:12.4.2" - dependencies: - "@polkadot/api-augment": "npm:12.4.2" - "@polkadot/api-base": "npm:12.4.2" - "@polkadot/api-derive": "npm:12.4.2" - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/rpc-augment": "npm:12.4.2" - "@polkadot/rpc-core": "npm:12.4.2" - "@polkadot/rpc-provider": "npm:12.4.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-augment": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/types-create": "npm:12.4.2" - "@polkadot/types-known": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" - eventemitter3: "npm:^5.0.1" +"@polkadot/api-derive@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/api-derive@npm:14.0.1" + dependencies: + "@polkadot/api": "npm:14.0.1" + "@polkadot/api-augment": "npm:14.0.1" + "@polkadot/api-base": "npm:14.0.1" + "@polkadot/rpc-core": "npm:14.0.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10c0/64e9713508193a971e7fe830d39c625101b9dc9ce987ee38118d9a2e7e913eaeb9231cd7776b4d00ac293b23052c12ca6e7867fddacb8f7ec283017ee68ad1aa + tslib: "npm:^2.7.0" + checksum: 10c0/c93b7ca568e17933c98be9bd76d6cb5e3b60ef4fcc1fc3cf22fbce7b78337f3b1867de80e7cb55c374598c6653e77f2081c1f0ff201b9d506389beb40801b7e0 languageName: node linkType: hard -"@polkadot/api@npm:14.2.1, @polkadot/api@npm:^14.2.1": - version: 14.2.1 - resolution: "@polkadot/api@npm:14.2.1" - dependencies: - "@polkadot/api-augment": "npm:14.2.1" - "@polkadot/api-base": "npm:14.2.1" - "@polkadot/api-derive": "npm:14.2.1" - "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/rpc-augment": "npm:14.2.1" - "@polkadot/rpc-core": "npm:14.2.1" - "@polkadot/rpc-provider": "npm:14.2.1" - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-augment": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/types-create": "npm:14.2.1" - "@polkadot/types-known": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" +"@polkadot/api@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/api@npm:14.0.1" + dependencies: + "@polkadot/api-augment": "npm:14.0.1" + "@polkadot/api-base": "npm:14.0.1" + "@polkadot/api-derive": "npm:14.0.1" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/rpc-augment": "npm:14.0.1" + "@polkadot/rpc-core": "npm:14.0.1" + "@polkadot/rpc-provider": "npm:14.0.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-augment": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/types-create": "npm:14.0.1" + "@polkadot/types-known": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10c0/4079c1bd0116bc7b203b5b90d4691a57025c7fd3a1af56b69a3d7033a506f0b0130acd5d584e33a04db61dd21c292f59bb8b336e77cb29a4c04a5f52c8a7578f + tslib: "npm:^2.7.0" + checksum: 10c0/8dcaa6ffec5241d1574544a707795d21f008953b08bfdd31b29375d63d1307de0a301459e4bd64f58d522f23a666b84478c00f82fa980e94266ca16d2d12b688 languageName: node linkType: hard -"@polkadot/keyring@npm:^13.0.2, @polkadot/keyring@npm:^13.2.2": +"@polkadot/keyring@npm:^13.1.1, @polkadot/keyring@npm:^13.2.2": version: 13.2.2 resolution: "@polkadot/keyring@npm:13.2.2" dependencies: @@ -1838,7 +1767,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/networks@npm:13.2.2, @polkadot/networks@npm:^13.0.2, @polkadot/networks@npm:^13.2.2": +"@polkadot/networks@npm:13.2.2, @polkadot/networks@npm:^13.1.1": version: 13.2.2 resolution: "@polkadot/networks@npm:13.2.2" dependencies: @@ -1849,257 +1778,132 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:12.4.2": - version: 12.4.2 - resolution: "@polkadot/rpc-augment@npm:12.4.2" - dependencies: - "@polkadot/rpc-core": "npm:12.4.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/8e078db8496337c16bfb474cb557aaed5cccb2c1a3b8a56ad729fea308b23745c0cf5db10212f5653b60344add2084fc5ac7521a7b08c19fd309280e539336cf - languageName: node - linkType: hard - -"@polkadot/rpc-augment@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/rpc-augment@npm:14.2.1" - dependencies: - "@polkadot/rpc-core": "npm:14.2.1" - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/fe8eb47bd17b19f8ab5a6ee3baa0706fa492f03e8695c683de8a70d304989b4032f1db02b931f2f2369b0f7bd56c5b13ece008030a35e4239033dbb096cd063f - languageName: node - linkType: hard - -"@polkadot/rpc-core@npm:12.4.2": - version: 12.4.2 - resolution: "@polkadot/rpc-core@npm:12.4.2" +"@polkadot/rpc-augment@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/rpc-augment@npm:14.0.1" dependencies: - "@polkadot/rpc-augment": "npm:12.4.2" - "@polkadot/rpc-provider": "npm:12.4.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10c0/4201b1d503801a672f2ceb0e6ab90226eb03c2d668879669656d73a952c556ba32e0a85c479d87ccd0aa80ce8fbc69ddde69abee462517dabc4736b3993deca6 + "@polkadot/rpc-core": "npm:14.0.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/e3ddaaad5bcad11ba7c11c6074dbdb24b9ac78f710b8bb5113be4b9e6f46d0bce958bc844201c6b540564b2fbb5c06276f5fa5d43e5cb510b4873fcae24258fe languageName: node linkType: hard -"@polkadot/rpc-core@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/rpc-core@npm:14.2.1" +"@polkadot/rpc-core@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/rpc-core@npm:14.0.1" dependencies: - "@polkadot/rpc-augment": "npm:14.2.1" - "@polkadot/rpc-provider": "npm:14.2.1" - "@polkadot/types": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" + "@polkadot/rpc-augment": "npm:14.0.1" + "@polkadot/rpc-provider": "npm:14.0.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10c0/3461c11344597742cfedb41e482d9eef1effae0476e827b0fd4b37e8eff9519c92c7c407bf97fec3ad7b6b44fc7de6e3bc9a38317842c35183b174a29cc0241e + tslib: "npm:^2.7.0" + checksum: 10c0/77b42ccd7b0388e1098d0024deecd0ff63ed64c1d3fbdea8fc9bda716c3937603f04386b2f89ff2ac9c45034352b435fbe98b015d26954be3262b4451c12da79 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:12.4.2, @polkadot/rpc-provider@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/rpc-provider@npm:12.4.2" - dependencies: - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-support": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" - "@polkadot/x-fetch": "npm:^13.0.2" - "@polkadot/x-global": "npm:^13.0.2" - "@polkadot/x-ws": "npm:^13.0.2" +"@polkadot/rpc-provider@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/rpc-provider@npm:14.0.1" + dependencies: + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-support": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + "@polkadot/x-fetch": "npm:^13.1.1" + "@polkadot/x-global": "npm:^13.1.1" + "@polkadot/x-ws": "npm:^13.1.1" "@substrate/connect": "npm:0.8.11" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" nock: "npm:^13.5.4" - tslib: "npm:^2.6.3" - dependenciesMeta: - "@substrate/connect": - optional: true - checksum: 10c0/59968dfae8ecaed840ec61c84d50953faf14d76dbcfcf61ef4acb88c9f4ef07c0c2b9c5227cb2b63801a0895d3f10edb686ae3126269eda5635f29796fa20fdf - languageName: node - linkType: hard - -"@polkadot/rpc-provider@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/rpc-provider@npm:14.2.1" - dependencies: - "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-support": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" - "@polkadot/x-fetch": "npm:^13.2.2" - "@polkadot/x-global": "npm:^13.2.2" - "@polkadot/x-ws": "npm:^13.2.2" - "@substrate/connect": "npm:0.8.11" - eventemitter3: "npm:^5.0.1" - mock-socket: "npm:^9.3.1" - nock: "npm:^13.5.5" - tslib: "npm:^2.8.0" + tslib: "npm:^2.7.0" dependenciesMeta: "@substrate/connect": optional: true - checksum: 10c0/276ab7888053fc1b84065201f30b59ffbec362033ebef3a8c771df8caccced0b9e7b825c812b1081aaf06f4c417f2375d0ff647cb3ec1206f46beafd770e867c - languageName: node - linkType: hard - -"@polkadot/types-augment@npm:12.4.2": - version: 12.4.2 - resolution: "@polkadot/types-augment@npm:12.4.2" - dependencies: - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/9dcae5ec9fd7aaac9d3ffe2f5adb9b5c4704376018db4860215ca38805b189c5ef2f90360da0ff29d8b9a9715617bb5eabf6870bcfd8f9eeba974d6eb9b5bfab - languageName: node - linkType: hard - -"@polkadot/types-augment@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/types-augment@npm:14.2.1" - dependencies: - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/72c715a6f158ad9e19033c04de934b33228de007cf2ca4542a074d9112c1fda13944575de82345b0cdc46aa2b80b09353ec2c7b2fd73799999f2c8e5dddf577d - languageName: node - linkType: hard - -"@polkadot/types-codec@npm:12.4.2, @polkadot/types-codec@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/types-codec@npm:12.4.2" - dependencies: - "@polkadot/util": "npm:^13.0.2" - "@polkadot/x-bigint": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/2a56694e6998fc2afbe4fe8a9f9805eb251e880f1343af380f70c42965d30bae2249e5a5f346e675d5f78173770ebd4fa0758ed8b9f1397db8183eb686d11842 - languageName: node - linkType: hard - -"@polkadot/types-codec@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/types-codec@npm:14.2.1" - dependencies: - "@polkadot/util": "npm:^13.2.2" - "@polkadot/x-bigint": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/1a035ade2eabfc5d8befe8c77ca7d8a9e13bbc917796f86d41c6b1f1646af3a0ac036cc6e744f1fe2f8e16e83b52721b7005eb8dc600b596d4d0883242527403 - languageName: node - linkType: hard - -"@polkadot/types-create@npm:12.4.2": - version: 12.4.2 - resolution: "@polkadot/types-create@npm:12.4.2" - dependencies: - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/c075d07c2d3212f0ab9772cd008bfadccde7a35f6366c6704a326f8e5199fce7e7eb7959a6bd229b69fcbc3900c522892f94b08b4cd991be6e42f2a786585d0f - languageName: node - linkType: hard - -"@polkadot/types-create@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/types-create@npm:14.2.1" - dependencies: - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/c73629ea0acb8b9dd2821d2ff311b131cba580119f530cc54a47dba26fb94924919ddea45bcea64878b512a2622a99a388d41af123b42dd7df777e5ddcb34ff8 + checksum: 10c0/e75f1577117b5f80cfc7d3267eb96ceb431c0ce0bce57744011eae9526e600607e915268a0b06660d7e00d3757b170237c68304188396c16a52ea3a1c65b54a8 languageName: node linkType: hard -"@polkadot/types-known@npm:12.4.2, @polkadot/types-known@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/types-known@npm:12.4.2" +"@polkadot/types-augment@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/types-augment@npm:14.0.1" dependencies: - "@polkadot/networks": "npm:^13.0.2" - "@polkadot/types": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/types-create": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/2e7fdd895c6478e102b91d7cb3428b75c34aa0b037ba9d2d2b97d350a19ed7bd6ea4f2c91c52eef4039ebec330fd1cd58a0f88fc30882c2a6623c0cae78b421a + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/527e30fce07d8432ddfc6134930d544561bd1e51f0267d02b21a717bea42270c6ebccb28f00239f3248cd9bd2aba6c068779bb54fd6fe41ac605bf53d7212d55 languageName: node linkType: hard -"@polkadot/types-known@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/types-known@npm:14.2.1" +"@polkadot/types-codec@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/types-codec@npm:14.0.1" dependencies: - "@polkadot/networks": "npm:^13.2.2" - "@polkadot/types": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/types-create": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/5c9fc5a70b1ccd9acd92a7c18c4e6cf2e9d29c7c07dec6869262d8aa9bdaf78bd187a3975fecb5ffa723edfc8225499020dafab1d15f5ac1c13925e8a7705fea + "@polkadot/util": "npm:^13.1.1" + "@polkadot/x-bigint": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/e47eed41cdb71325ba3412ee400caedb08ef6b5f56e56bf09fa7ed9520a9c7e9dd20de83066cbf8161389050280fa7132802f45ac93aaf4173635a44eb427c21 languageName: node linkType: hard -"@polkadot/types-support@npm:12.4.2": - version: 12.4.2 - resolution: "@polkadot/types-support@npm:12.4.2" +"@polkadot/types-create@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/types-create@npm:14.0.1" dependencies: - "@polkadot/util": "npm:^13.0.2" - tslib: "npm:^2.6.3" - checksum: 10c0/0277fe88cac0f2447b3655bb5ca32dfe7dc7e35a82d22873baf95a0272a207f73853e94b3340e7e9230945dfaa8f14f93f4ffb13c8b29d449f602e8c5fe3f3c2 + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/c5684dd2ff61ce2b5a73bce6b278e9f31fc1d6b15ae949d3a18fd747a8293ec83ae783132d53814cc0b07db9286126dcb15868912880f32896b29ce363ed182f languageName: node linkType: hard -"@polkadot/types-support@npm:14.2.1": - version: 14.2.1 - resolution: "@polkadot/types-support@npm:14.2.1" +"@polkadot/types-known@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/types-known@npm:14.0.1" dependencies: - "@polkadot/util": "npm:^13.2.2" - tslib: "npm:^2.8.0" - checksum: 10c0/20e35d6ca97322a0441c43ffc41a9d8b9ee2b2bd23fa2513fa6a66c1d960929a57e1680b170145906434421eec637f0532634511bcb6c1a02143d052653dae41 + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/types": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/types-create": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/da263e1769cbea8cdb80d49521f5c47f4a3e6ee044c02a1c85f33e755b2ef02d876d604e2c841ef273a673f1632754ba65064b10804e214d3d6a4ed66cba3e11 languageName: node linkType: hard -"@polkadot/types@npm:12.4.2, @polkadot/types@npm:^12.4.2": - version: 12.4.2 - resolution: "@polkadot/types@npm:12.4.2" +"@polkadot/types-support@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/types-support@npm:14.0.1" dependencies: - "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types-augment": "npm:12.4.2" - "@polkadot/types-codec": "npm:12.4.2" - "@polkadot/types-create": "npm:12.4.2" - "@polkadot/util": "npm:^13.0.2" - "@polkadot/util-crypto": "npm:^13.0.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.3" - checksum: 10c0/bdea1658a367678a158d5d6ba6224a081cfd5fb38b6d56c360321e40628a23261261c869e7ab1ac0c89c0140777f532963c46999e5fb0f13233599a32eabdf99 + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/d834b06f4761fbc61a5426ea84c2ac890ab31e888021e7cdf6883898156af684f612a677d5e13f7f8a196d971f394947e9eb45507ab3dcf9a57276667306c0dc languageName: node linkType: hard -"@polkadot/types@npm:14.2.1, @polkadot/types@npm:^14.2.1": - version: 14.2.1 - resolution: "@polkadot/types@npm:14.2.1" - dependencies: - "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/types-augment": "npm:14.2.1" - "@polkadot/types-codec": "npm:14.2.1" - "@polkadot/types-create": "npm:14.2.1" - "@polkadot/util": "npm:^13.2.2" - "@polkadot/util-crypto": "npm:^13.2.2" +"@polkadot/types@npm:14.0.1": + version: 14.0.1 + resolution: "@polkadot/types@npm:14.0.1" + dependencies: + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/types-augment": "npm:14.0.1" + "@polkadot/types-codec": "npm:14.0.1" + "@polkadot/types-create": "npm:14.0.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" - tslib: "npm:^2.8.0" - checksum: 10c0/e43c9efcc326dd24ed54096d9671c993c9ef76a36c158df4d077c52d69c2bc60d5cc99d81f555085417d6153f1e1305b07970e858006933cd4b891cf895bd8b0 + tslib: "npm:^2.7.0" + checksum: 10c0/30599aca74862fff4fd7d1b90f3db80faa5b8972a3f975ee49f5cbbf4ecf857f6948f95b2349b9182802f6a0b3e9a72106b2e7b9a9d387b16e9970362e3ce24c languageName: node linkType: hard -"@polkadot/util-crypto@npm:13.2.2, @polkadot/util-crypto@npm:^13.0.2, @polkadot/util-crypto@npm:^13.2.2": +"@polkadot/util-crypto@npm:13.2.2, @polkadot/util-crypto@npm:^13.1.1, @polkadot/util-crypto@npm:^13.2.2": version: 13.2.2 resolution: "@polkadot/util-crypto@npm:13.2.2" dependencies: @@ -2119,7 +1923,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/util@npm:13.2.2, @polkadot/util@npm:^13.0.2, @polkadot/util@npm:^13.2.2": +"@polkadot/util@npm:13.2.2, @polkadot/util@npm:^13.1.1, @polkadot/util@npm:^13.2.2": version: 13.2.2 resolution: "@polkadot/util@npm:13.2.2" dependencies: @@ -2214,7 +2018,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.2.2, @polkadot/x-bigint@npm:^13.0.2, @polkadot/x-bigint@npm:^13.2.2": +"@polkadot/x-bigint@npm:13.2.2, @polkadot/x-bigint@npm:^13.1.1": version: 13.2.2 resolution: "@polkadot/x-bigint@npm:13.2.2" dependencies: @@ -2224,7 +2028,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.0.2, @polkadot/x-fetch@npm:^13.2.2": +"@polkadot/x-fetch@npm:^13.1.1": version: 13.2.2 resolution: "@polkadot/x-fetch@npm:13.2.2" dependencies: @@ -2235,7 +2039,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-global@npm:13.2.2, @polkadot/x-global@npm:^13.0.2, @polkadot/x-global@npm:^13.2.2": +"@polkadot/x-global@npm:13.2.2, @polkadot/x-global@npm:^13.1.1": version: 13.2.2 resolution: "@polkadot/x-global@npm:13.2.2" dependencies: @@ -2277,7 +2081,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.0.2, @polkadot/x-ws@npm:^13.2.2": +"@polkadot/x-ws@npm:^13.1.1": version: 13.2.2 resolution: "@polkadot/x-ws@npm:13.2.2" dependencies: @@ -7554,7 +7358,7 @@ __metadata: languageName: node linkType: hard -"nock@npm:^13.5.4, nock@npm:^13.5.5": +"nock@npm:^13.5.4": version: 13.5.5 resolution: "nock@npm:13.5.5" dependencies: @@ -9682,7 +9486,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.1.0, tslib@npm:^2.5.0, tslib@npm:^2.6.3, tslib@npm:^2.7.0, tslib@npm:^2.8.0": +"tslib@npm:^2.1.0, tslib@npm:^2.5.0, tslib@npm:^2.7.0, tslib@npm:^2.8.0": version: 2.8.0 resolution: "tslib@npm:2.8.0" checksum: 10c0/31e4d14dc1355e9b89e4d3c893a18abb7f90b6886b089c2da91224d0a7752c79f3ddc41bc1aa0a588ac895bd97bb99c5bc2bfdb2f86de849f31caeb3ba79bbe5