Skip to content
Merged

6.9.2 #4246

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 6.9.2 Nov 22, 2021

Upgrade priority: Medium. Pulls in `@polkadot/util-crypto` fix for TS projects.

Changes:

- Update `@polkadot/util-crypto` with TS compilation work-around


## 6.9.1 Nov 21, 2021

Upgrade priority: Medium. Recommended for metadata v14 parachains. For TS users, the package now support TypeScript 4.5.2 and allows extraction of user types from metadata v14.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "commonjs",
"version": "6.9.1",
"version": "6.9.2",
"workspaces": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/api": "6.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/util": "^7.9.1",
"@polkadot/api": "6.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/util": "^7.9.2",
"rxjs": "^7.4.0"
}
}
16 changes: 8 additions & 8 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/api": "6.9.1",
"@polkadot/rpc-core": "6.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/util": "^7.9.1",
"@polkadot/util-crypto": "^7.9.1",
"@polkadot/api": "6.9.2",
"@polkadot/rpc-core": "6.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/util": "^7.9.2",
"@polkadot/util-crypto": "^7.9.2",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@polkadot/keyring": "^7.9.1",
"@polkadot/rpc-provider": "6.9.1"
"@polkadot/keyring": "^7.9.2",
"@polkadot/rpc-provider": "6.9.2"
}
}
18 changes: 9 additions & 9 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/api-derive": "6.9.1",
"@polkadot/keyring": "^7.9.1",
"@polkadot/rpc-core": "6.9.1",
"@polkadot/rpc-provider": "6.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/types-known": "6.9.1",
"@polkadot/util": "^7.9.1",
"@polkadot/util-crypto": "^7.9.1",
"@polkadot/api-derive": "6.9.2",
"@polkadot/keyring": "^7.9.2",
"@polkadot/rpc-core": "6.9.2",
"@polkadot/rpc-provider": "6.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/types-known": "6.9.2",
"@polkadot/util": "^7.9.2",
"@polkadot/util-crypto": "^7.9.2",
"eventemitter3": "^4.0.7",
"rxjs": "^7.4.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/rpc-provider": "6.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/util": "^7.9.1",
"@polkadot/rpc-provider": "6.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/util": "^7.9.2",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@polkadot/keyring": "^7.9.1"
"@polkadot/keyring": "^7.9.2"
}
}
18 changes: 9 additions & 9 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/types": "6.9.1",
"@polkadot/util": "^7.9.1",
"@polkadot/util-crypto": "^7.9.1",
"@polkadot/x-fetch": "^7.9.1",
"@polkadot/x-global": "^7.9.1",
"@polkadot/x-ws": "^7.9.1",
"@polkadot/types": "6.9.2",
"@polkadot/util": "^7.9.2",
"@polkadot/util-crypto": "^7.9.2",
"@polkadot/x-fetch": "^7.9.2",
"@polkadot/x-global": "^7.9.2",
"@polkadot/x-ws": "^7.9.2",
"eventemitter3": "^4.0.7"
},
"devDependencies": {
"@polkadot/keyring": "^7.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/keyring": "^7.9.2",
"@polkadot/types": "6.9.2",
"mock-socket": "^9.0.8",
"nock": "^13.2.1"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
Expand All @@ -33,11 +33,11 @@
"@babel/core": "^7.16.0",
"@babel/register": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@polkadot/api": "6.9.1",
"@polkadot/rpc-provider": "6.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/types-support": "6.9.1",
"@polkadot/util": "^7.9.1",
"@polkadot/api": "6.9.2",
"@polkadot/rpc-provider": "6.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/types-support": "6.9.2",
"@polkadot/util": "^7.9.2",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
"yargs": "^17.2.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/networks": "^7.9.1",
"@polkadot/types": "6.9.1",
"@polkadot/util": "^7.9.1"
"@polkadot/networks": "^7.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/util": "^7.9.2"
}
}
4 changes: 2 additions & 2 deletions packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/util": "^7.9.1"
"@polkadot/util": "^7.9.2"
}
}
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.9.1",
"version": "6.9.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/util": "^7.9.1",
"@polkadot/util-crypto": "^7.9.1",
"@polkadot/util": "^7.9.2",
"@polkadot/util-crypto": "^7.9.2",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@polkadot/keyring": "^7.9.1",
"@polkadot/types-support": "6.9.1",
"@polkadot/keyring": "^7.9.2",
"@polkadot/types-support": "6.9.2",
"@types/bn.js": "^4.11.6",
"bn.js": "^4.12.0"
}
Expand Down
Loading