Skip to content

Commit c78d1dd

Browse files
authored
Add *-augment packages by default (#4364)
1 parent 7147609 commit c78d1dd

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Upgrade priority: Low. Recommended for TS users with their own non-Polkadot/Kusa
1111
Contributed:
1212

1313
- Add contracts storage deposit support (Thanks to https://github.com/statictype)
14+
- Do not throw error on socket closes (Thanks to https://github.com/xcaptain)
1415

1516
Changes:
1617

packages/api/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27+
"@polkadot/api-augment": "6.12.2-26",
2728
"@polkadot/api-base": "6.12.2-26",
2829
"@polkadot/api-derive": "6.12.2-26",
2930
"@polkadot/keyring": "^8.2.2",
3031
"@polkadot/rpc-augment": "6.12.2-26",
3132
"@polkadot/rpc-core": "6.12.2-26",
3233
"@polkadot/rpc-provider": "6.12.2-26",
3334
"@polkadot/types": "6.12.2-26",
35+
"@polkadot/types-augment": "6.12.2-26",
3436
"@polkadot/types-codec": "6.12.2-26",
3537
"@polkadot/types-create": "6.12.2-26",
3638
"@polkadot/types-known": "6.12.2-26",

packages/rpc-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27+
"@polkadot/rpc-augment": "6.12.2-26",
2728
"@polkadot/rpc-provider": "6.12.2-26",
2829
"@polkadot/types": "6.12.2-26",
2930
"@polkadot/util": "^8.2.2",

packages/types/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
2727
"@polkadot/keyring": "^8.2.2",
28+
"@polkadot/types-augment": "6.12.2-26",
2829
"@polkadot/types-codec": "6.12.2-26",
2930
"@polkadot/types-create": "6.12.2-26",
3031
"@polkadot/util": "^8.2.2",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,6 +1938,7 @@ __metadata:
19381938
"@polkadot/rpc-core": 6.12.2-26
19391939
"@polkadot/rpc-provider": 6.12.2-26
19401940
"@polkadot/types": 6.12.2-26
1941+
"@polkadot/types-augment": 6.12.2-26
19411942
"@polkadot/types-codec": 6.12.2-26
19421943
"@polkadot/types-create": 6.12.2-26
19431944
"@polkadot/types-known": 6.12.2-26
@@ -2206,6 +2207,7 @@ __metadata:
22062207
dependencies:
22072208
"@babel/runtime": ^7.16.5
22082209
"@polkadot/keyring": ^8.2.2
2210+
"@polkadot/types-augment": 6.12.2-26
22092211
"@polkadot/types-codec": 6.12.2-26
22102212
"@polkadot/types-create": 6.12.2-26
22112213
"@polkadot/types-support": 6.12.2-26

0 commit comments

Comments
 (0)