diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d04ca556b1e..5d24f32f7f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## master +## 8.0.1 Apr 10, 2022 - **Breaking change** In this major version the commonjs outputs are moved to a sub-folder. Since the export map and main field in package.json does reflect this change, there should be no usage changes. However the packages here will all need to be on the same version for internal linkage. diff --git a/package.json b/package.json index 9dbe65d136d9..382d55016328 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "commonjs", - "version": "7.15.2-15", + "version": "8.0.0", "workspaces": [ "packages/*" ], diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index cabd905604a2..798b1f0f80e0 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/api-base": "7.15.2-15", - "@polkadot/rpc-augment": "7.15.2-15", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-augment": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", + "@polkadot/api-base": "8.0.0", + "@polkadot/rpc-augment": "8.0.0", + "@polkadot/types": "8.0.0", + "@polkadot/types-augment": "8.0.0", + "@polkadot/types-codec": "8.0.0", "@polkadot/util": "^9.0.1" }, "devDependencies": { - "@polkadot/types-support": "7.15.2-15" + "@polkadot/types-support": "8.0.0" } } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 91835109c1fd..0902ae411103 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/rpc-core": "7.15.2-15", - "@polkadot/types": "7.15.2-15", + "@polkadot/rpc-core": "8.0.0", + "@polkadot/types": "8.0.0", "@polkadot/util": "^9.0.1", "rxjs": "^7.5.5" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 6ab950494dde..2246d46d052e 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/api": "7.15.2-15", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", - "@polkadot/types-create": "7.15.2-15", + "@polkadot/api": "8.0.0", + "@polkadot/types": "8.0.0", + "@polkadot/types-codec": "8.0.0", + "@polkadot/types-create": "8.0.0", "@polkadot/util": "^9.0.1", "@polkadot/util-crypto": "^9.0.1", "rxjs": "^7.5.5" }, "devDependencies": { - "@polkadot/api-augment": "7.15.2-15", + "@polkadot/api-augment": "8.0.0", "@polkadot/keyring": "^9.0.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 649670c1ef3a..8fbf0092fdc2 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,25 +20,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/api": "7.15.2-15", - "@polkadot/api-augment": "7.15.2-15", - "@polkadot/api-base": "7.15.2-15", - "@polkadot/rpc-core": "7.15.2-15", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", + "@polkadot/api": "8.0.0", + "@polkadot/api-augment": "8.0.0", + "@polkadot/api-base": "8.0.0", + "@polkadot/rpc-core": "8.0.0", + "@polkadot/types": "8.0.0", + "@polkadot/types-codec": "8.0.0", "@polkadot/util": "^9.0.1", "@polkadot/util-crypto": "^9.0.1", "rxjs": "^7.5.5" }, "devDependencies": { - "@polkadot/api": "7.15.2-15", - "@polkadot/api-augment": "7.15.2-15", - "@polkadot/rpc-augment": "7.15.2-15", - "@polkadot/rpc-provider": "7.15.2-15", - "@polkadot/types-support": "7.15.2-15" + "@polkadot/api": "8.0.0", + "@polkadot/api-augment": "8.0.0", + "@polkadot/rpc-augment": "8.0.0", + "@polkadot/rpc-provider": "8.0.0", + "@polkadot/types-support": "8.0.0" } } diff --git a/packages/api/package.json b/packages/api/package.json index e5465ea853a7..ed7597b59d16 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,29 +20,29 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/api-augment": "7.15.2-15", - "@polkadot/api-base": "7.15.2-15", - "@polkadot/api-derive": "7.15.2-15", + "@polkadot/api-augment": "8.0.0", + "@polkadot/api-base": "8.0.0", + "@polkadot/api-derive": "8.0.0", "@polkadot/keyring": "^9.0.1", - "@polkadot/rpc-augment": "7.15.2-15", - "@polkadot/rpc-core": "7.15.2-15", - "@polkadot/rpc-provider": "7.15.2-15", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-augment": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", - "@polkadot/types-create": "7.15.2-15", - "@polkadot/types-known": "7.15.2-15", + "@polkadot/rpc-augment": "8.0.0", + "@polkadot/rpc-core": "8.0.0", + "@polkadot/rpc-provider": "8.0.0", + "@polkadot/types": "8.0.0", + "@polkadot/types-augment": "8.0.0", + "@polkadot/types-codec": "8.0.0", + "@polkadot/types-create": "8.0.0", + "@polkadot/types-known": "8.0.0", "@polkadot/util": "^9.0.1", "@polkadot/util-crypto": "^9.0.1", "eventemitter3": "^4.0.7", "rxjs": "^7.5.5" }, "devDependencies": { - "@polkadot/api-augment": "7.15.2-15", - "@polkadot/types-support": "7.15.2-15" + "@polkadot/api-augment": "8.0.0", + "@polkadot/types-support": "8.0.0" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 163bac645da6..6373aa9fa1ec 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/rpc-core": "7.15.2-15", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", + "@polkadot/rpc-core": "8.0.0", + "@polkadot/types": "8.0.0", + "@polkadot/types-codec": "8.0.0", "@polkadot/util": "^9.0.1" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 2b7afe845331..5e02495924c0 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/rpc-augment": "7.15.2-15", - "@polkadot/rpc-provider": "7.15.2-15", - "@polkadot/types": "7.15.2-15", + "@polkadot/rpc-augment": "8.0.0", + "@polkadot/rpc-provider": "8.0.0", + "@polkadot/types": "8.0.0", "@polkadot/util": "^9.0.1", "rxjs": "^7.5.5" }, "devDependencies": { "@polkadot/keyring": "^9.0.1", - "@polkadot/rpc-augment": "7.15.2-15" + "@polkadot/rpc-augment": "8.0.0" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index acf44b7a1211..2ccf27b42a9a 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", "@polkadot/keyring": "^9.0.1", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-support": "7.15.2-15", + "@polkadot/types": "8.0.0", + "@polkadot/types-support": "8.0.0", "@polkadot/util": "^9.0.1", "@polkadot/util-crypto": "^9.0.1", "@polkadot/x-fetch": "^9.0.1", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 185ac8e948b8..6d7bf0a181fa 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs", @@ -33,15 +33,15 @@ "@babel/core": "^7.17.9", "@babel/register": "^7.17.7", "@babel/runtime": "^7.17.9", - "@polkadot/api": "7.15.2-15", - "@polkadot/api-augment": "7.15.2-15", - "@polkadot/rpc-augment": "7.15.2-15", - "@polkadot/rpc-provider": "7.15.2-15", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-augment": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", - "@polkadot/types-create": "7.15.2-15", - "@polkadot/types-support": "7.15.2-15", + "@polkadot/api": "8.0.0", + "@polkadot/api-augment": "8.0.0", + "@polkadot/rpc-augment": "8.0.0", + "@polkadot/rpc-provider": "8.0.0", + "@polkadot/types": "8.0.0", + "@polkadot/types-augment": "8.0.0", + "@polkadot/types-codec": "8.0.0", + "@polkadot/types-create": "8.0.0", + "@polkadot/types-support": "8.0.0", "@polkadot/util": "^9.0.1", "@polkadot/x-ws": "^9.0.1", "handlebars": "^4.7.7", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 52eea8f1496d..970e0d0ad71b 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", + "@polkadot/types": "8.0.0", + "@polkadot/types-codec": "8.0.0", "@polkadot/util": "^9.0.1" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index bb8330990a83..2453076b7369 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -20,16 +20,16 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", "@polkadot/util": "^9.0.1" }, "devDependencies": { - "@polkadot/types": "7.15.2-15", - "@polkadot/types-augment": "7.15.2-15", - "@polkadot/types-support": "7.15.2-15", + "@polkadot/types": "8.0.0", + "@polkadot/types-augment": "8.0.0", + "@polkadot/types-support": "8.0.0", "@polkadot/util-crypto": "^9.0.1" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 8607a24c3907..04db9a93cca8 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/types-codec": "7.15.2-15", + "@polkadot/types-codec": "8.0.0", "@polkadot/util": "^9.0.1" }, "devDependencies": { - "@polkadot/types": "7.15.2-15" + "@polkadot/types": "8.0.0" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 29a925273b2f..932271197470 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", "@polkadot/networks": "^9.0.1", - "@polkadot/types": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", - "@polkadot/types-create": "7.15.2-15", + "@polkadot/types": "8.0.0", + "@polkadot/types-codec": "8.0.0", + "@polkadot/types-create": "8.0.0", "@polkadot/util": "^9.0.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index bc98e6390373..0d78f3520b09 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/types/package.json b/packages/types/package.json index 8ceb996b5fc8..d6ae2859567a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.15.2-15", + "version": "8.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", "@polkadot/keyring": "^9.0.1", - "@polkadot/types-augment": "7.15.2-15", - "@polkadot/types-codec": "7.15.2-15", - "@polkadot/types-create": "7.15.2-15", + "@polkadot/types-augment": "8.0.0", + "@polkadot/types-codec": "8.0.0", + "@polkadot/types-create": "8.0.0", "@polkadot/util": "^9.0.1", "@polkadot/util-crypto": "^9.0.1", "rxjs": "^7.5.5" }, "devDependencies": { "@polkadot/keyring": "^9.0.1", - "@polkadot/types-support": "7.15.2-15" + "@polkadot/types-support": "8.0.0" } } diff --git a/yarn.lock b/yarn.lock index ea38eea3f8d2..06c4bc8ff072 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1892,28 +1892,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@7.15.2-15, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@8.0.0, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/api-base": 7.15.2-15 - "@polkadot/rpc-augment": 7.15.2-15 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-augment": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/api-base": 8.0.0 + "@polkadot/rpc-augment": 8.0.0 + "@polkadot/types": 8.0.0 + "@polkadot/types-augment": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 languageName: unknown linkType: soft -"@polkadot/api-base@7.15.2-15, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@8.0.0, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/rpc-core": 7.15.2-15 - "@polkadot/types": 7.15.2-15 + "@polkadot/rpc-core": 8.0.0 + "@polkadot/types": 8.0.0 "@polkadot/util": ^9.0.1 rxjs: ^7.5.5 languageName: unknown @@ -1924,56 +1924,56 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/api": 7.15.2-15 - "@polkadot/api-augment": 7.15.2-15 + "@polkadot/api": 8.0.0 + "@polkadot/api-augment": 8.0.0 "@polkadot/keyring": ^9.0.1 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-create": 7.15.2-15 + "@polkadot/types": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-create": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/util-crypto": ^9.0.1 rxjs: ^7.5.5 languageName: unknown linkType: soft -"@polkadot/api-derive@7.15.2-15, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@8.0.0, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/api": 7.15.2-15 - "@polkadot/api-augment": 7.15.2-15 - "@polkadot/api-base": 7.15.2-15 - "@polkadot/rpc-augment": 7.15.2-15 - "@polkadot/rpc-core": 7.15.2-15 - "@polkadot/rpc-provider": 7.15.2-15 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/api": 8.0.0 + "@polkadot/api-augment": 8.0.0 + "@polkadot/api-base": 8.0.0 + "@polkadot/rpc-augment": 8.0.0 + "@polkadot/rpc-core": 8.0.0 + "@polkadot/rpc-provider": 8.0.0 + "@polkadot/types": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/util-crypto": ^9.0.1 rxjs: ^7.5.5 languageName: unknown linkType: soft -"@polkadot/api@7.15.2-15, @polkadot/api@workspace:packages/api": +"@polkadot/api@8.0.0, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/api-augment": 7.15.2-15 - "@polkadot/api-base": 7.15.2-15 - "@polkadot/api-derive": 7.15.2-15 + "@polkadot/api-augment": 8.0.0 + "@polkadot/api-base": 8.0.0 + "@polkadot/api-derive": 8.0.0 "@polkadot/keyring": ^9.0.1 - "@polkadot/rpc-augment": 7.15.2-15 - "@polkadot/rpc-core": 7.15.2-15 - "@polkadot/rpc-provider": 7.15.2-15 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-augment": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-create": 7.15.2-15 - "@polkadot/types-known": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/rpc-augment": 8.0.0 + "@polkadot/rpc-core": 8.0.0 + "@polkadot/rpc-provider": 8.0.0 + "@polkadot/types": 8.0.0 + "@polkadot/types-augment": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-create": 8.0.0 + "@polkadot/types-known": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/util-crypto": ^9.0.1 eventemitter3: ^4.0.7 @@ -2098,40 +2098,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@7.15.2-15, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@8.0.0, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/rpc-core": 7.15.2-15 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 + "@polkadot/rpc-core": 8.0.0 + "@polkadot/types": 8.0.0 + "@polkadot/types-codec": 8.0.0 "@polkadot/util": ^9.0.1 languageName: unknown linkType: soft -"@polkadot/rpc-core@7.15.2-15, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@8.0.0, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@babel/runtime": ^7.17.9 "@polkadot/keyring": ^9.0.1 - "@polkadot/rpc-augment": 7.15.2-15 - "@polkadot/rpc-provider": 7.15.2-15 - "@polkadot/types": 7.15.2-15 + "@polkadot/rpc-augment": 8.0.0 + "@polkadot/rpc-provider": 8.0.0 + "@polkadot/types": 8.0.0 "@polkadot/util": ^9.0.1 rxjs: ^7.5.5 languageName: unknown linkType: soft -"@polkadot/rpc-provider@7.15.2-15, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@8.0.0, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@babel/runtime": ^7.17.9 "@polkadot/keyring": ^9.0.1 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/types": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/util-crypto": ^9.0.1 "@polkadot/x-fetch": ^9.0.1 @@ -2151,15 +2151,15 @@ __metadata: "@babel/core": ^7.17.9 "@babel/register": ^7.17.7 "@babel/runtime": ^7.17.9 - "@polkadot/api": 7.15.2-15 - "@polkadot/api-augment": 7.15.2-15 - "@polkadot/rpc-augment": 7.15.2-15 - "@polkadot/rpc-provider": 7.15.2-15 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-augment": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-create": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/api": 8.0.0 + "@polkadot/api-augment": 8.0.0 + "@polkadot/rpc-augment": 8.0.0 + "@polkadot/rpc-provider": 8.0.0 + "@polkadot/types": 8.0.0 + "@polkadot/types-augment": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-create": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/x-ws": ^9.0.1 "@types/websocket": ^1.0.5 @@ -2176,55 +2176,55 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@7.15.2-15, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@8.0.0, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 + "@polkadot/types": 8.0.0 + "@polkadot/types-codec": 8.0.0 "@polkadot/util": ^9.0.1 languageName: unknown linkType: soft -"@polkadot/types-codec@7.15.2-15, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@8.0.0, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-augment": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/types": 8.0.0 + "@polkadot/types-augment": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/util-crypto": ^9.0.1 languageName: unknown linkType: soft -"@polkadot/types-create@7.15.2-15, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@8.0.0, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 + "@polkadot/types": 8.0.0 + "@polkadot/types-codec": 8.0.0 "@polkadot/util": ^9.0.1 languageName: unknown linkType: soft -"@polkadot/types-known@7.15.2-15, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@8.0.0, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: "@babel/runtime": ^7.17.9 "@polkadot/networks": ^9.0.1 - "@polkadot/types": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-create": 7.15.2-15 + "@polkadot/types": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-create": 8.0.0 "@polkadot/util": ^9.0.1 languageName: unknown linkType: soft -"@polkadot/types-support@7.15.2-15, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@8.0.0, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -2233,16 +2233,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@7.15.2-15, @polkadot/types@workspace:packages/types": +"@polkadot/types@8.0.0, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.17.9 "@polkadot/keyring": ^9.0.1 - "@polkadot/types-augment": 7.15.2-15 - "@polkadot/types-codec": 7.15.2-15 - "@polkadot/types-create": 7.15.2-15 - "@polkadot/types-support": 7.15.2-15 + "@polkadot/types-augment": 8.0.0 + "@polkadot/types-codec": 8.0.0 + "@polkadot/types-create": 8.0.0 + "@polkadot/types-support": 8.0.0 "@polkadot/util": ^9.0.1 "@polkadot/util-crypto": ^9.0.1 rxjs: ^7.5.5