Skip to content

Commit 0958a4c

Browse files
authored
Bump common (#3405)
* Bump common * Bumps
1 parent c687181 commit 0958a4c

File tree

11 files changed

+127
-124
lines changed

11 files changed

+127
-124
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changes:
66

77
- Assert keypair validity in signing operations
88
- Expose `internalError` on submittable results (e.g. event decoding errors)
9+
- Simplify session derives for old/new
10+
- Add statemint to known types
11+
- Add support for `rpc.beefy.subscribeJustifications`
912

1013

1114
## 4.5.1 Apr 12, 2021

packages/api-contract/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@babel/runtime": "^7.13.10",
2020
"@polkadot/api": "4.5.2-7",
2121
"@polkadot/types": "4.5.2-7",
22-
"@polkadot/util": "^6.1.2-3",
23-
"@polkadot/x-rxjs": "^6.1.2-3",
22+
"@polkadot/util": "^6.2.1",
23+
"@polkadot/x-rxjs": "^6.2.1",
2424
"bn.js": "^4.11.9"
2525
}
2626
}

packages/api-derive/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@polkadot/api": "4.5.2-7",
2121
"@polkadot/rpc-core": "4.5.2-7",
2222
"@polkadot/types": "4.5.2-7",
23-
"@polkadot/util": "^6.1.2-3",
24-
"@polkadot/util-crypto": "^6.1.2-3",
25-
"@polkadot/x-rxjs": "^6.1.2-3",
23+
"@polkadot/util": "^6.2.1",
24+
"@polkadot/util-crypto": "^6.2.1",
25+
"@polkadot/x-rxjs": "^6.2.1",
2626
"bn.js": "^4.11.9"
2727
},
2828
"devDependencies": {
29-
"@polkadot/keyring": "^6.1.2-3",
29+
"@polkadot/keyring": "^6.2.1",
3030
"@polkadot/rpc-provider": "4.5.2-7"
3131
}
3232
}

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
2020
"@polkadot/api-derive": "4.5.2-7",
21-
"@polkadot/keyring": "^6.1.2-3",
21+
"@polkadot/keyring": "^6.2.1",
2222
"@polkadot/metadata": "4.5.2-7",
2323
"@polkadot/rpc-core": "4.5.2-7",
2424
"@polkadot/rpc-provider": "4.5.2-7",
2525
"@polkadot/types": "4.5.2-7",
2626
"@polkadot/types-known": "4.5.2-7",
27-
"@polkadot/util": "^6.1.2-3",
28-
"@polkadot/util-crypto": "^6.1.2-3",
29-
"@polkadot/x-rxjs": "^6.1.2-3",
27+
"@polkadot/util": "^6.2.1",
28+
"@polkadot/util-crypto": "^6.2.1",
29+
"@polkadot/x-rxjs": "^6.2.1",
3030
"bn.js": "^4.11.9",
3131
"eventemitter3": "^4.0.7"
3232
}

packages/metadata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@babel/runtime": "^7.13.10",
2020
"@polkadot/types": "4.5.2-7",
2121
"@polkadot/types-known": "4.5.2-7",
22-
"@polkadot/util": "^6.1.2-3",
23-
"@polkadot/util-crypto": "^6.1.2-3",
22+
"@polkadot/util": "^6.2.1",
23+
"@polkadot/util-crypto": "^6.2.1",
2424
"bn.js": "^4.11.9"
2525
},
2626
"devDependencies": {
27-
"@polkadot/keyring": "^6.1.2-3"
27+
"@polkadot/keyring": "^6.2.1"
2828
}
2929
}

packages/rpc-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@polkadot/metadata": "4.5.2-7",
2121
"@polkadot/rpc-provider": "4.5.2-7",
2222
"@polkadot/types": "4.5.2-7",
23-
"@polkadot/util": "^6.1.2-3",
24-
"@polkadot/x-rxjs": "^6.1.2-3"
23+
"@polkadot/util": "^6.2.1",
24+
"@polkadot/x-rxjs": "^6.2.1"
2525
},
2626
"devDependencies": {
27-
"@polkadot/keyring": "^6.1.2-3"
27+
"@polkadot/keyring": "^6.2.1"
2828
}
2929
}

packages/rpc-provider/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
2020
"@polkadot/types": "4.5.2-7",
21-
"@polkadot/util": "^6.1.2-3",
22-
"@polkadot/util-crypto": "^6.1.2-3",
23-
"@polkadot/x-fetch": "^6.1.2-3",
24-
"@polkadot/x-global": "^6.1.2-3",
25-
"@polkadot/x-ws": "^6.1.2-3",
21+
"@polkadot/util": "^6.2.1",
22+
"@polkadot/util-crypto": "^6.2.1",
23+
"@polkadot/x-fetch": "^6.2.1",
24+
"@polkadot/x-global": "^6.2.1",
25+
"@polkadot/x-ws": "^6.2.1",
2626
"bn.js": "^4.11.9",
2727
"eventemitter3": "^4.0.7"
2828
},
2929
"devDependencies": {
30-
"@polkadot/keyring": "^6.1.2-3",
30+
"@polkadot/keyring": "^6.2.1",
3131
"@polkadot/metadata": "4.5.2-7",
3232
"mock-socket": "^9.0.3",
3333
"nock": "^13.0.11"

packages/typegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@polkadot/metadata": "4.5.2-7",
3131
"@polkadot/rpc-provider": "4.5.2-7",
3232
"@polkadot/types": "4.5.2-7",
33-
"@polkadot/util": "^6.1.2-3",
33+
"@polkadot/util": "^6.2.1",
3434
"handlebars": "^4.7.7",
35-
"websocket": "^1.0.33",
35+
"websocket": "^1.0.34",
3636
"yargs": "^16.2.0"
3737
},
3838
"devDependencies": {

packages/types-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/networks": "^6.1.2-3",
20+
"@polkadot/networks": "^6.2.1",
2121
"@polkadot/types": "4.5.2-7",
22-
"@polkadot/util": "^6.1.2-3",
22+
"@polkadot/util": "^6.2.1",
2323
"bn.js": "^4.11.9"
2424
},
2525
"devDependencies": {

packages/types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
2020
"@polkadot/metadata": "4.5.2-7",
21-
"@polkadot/util": "^6.1.2-3",
22-
"@polkadot/util-crypto": "^6.1.2-3",
23-
"@polkadot/x-rxjs": "^6.1.2-3",
21+
"@polkadot/util": "^6.2.1",
22+
"@polkadot/util-crypto": "^6.2.1",
23+
"@polkadot/x-rxjs": "^6.2.1",
2424
"@types/bn.js": "^4.11.6",
2525
"bn.js": "^4.11.9"
2626
},
2727
"devDependencies": {
28-
"@polkadot/keyring": "^6.1.2-3"
28+
"@polkadot/keyring": "^6.2.1"
2929
}
3030
}

0 commit comments

Comments
 (0)