Skip to content

Commit feb36d4

Browse files
authored
10.0.1 (#5518)
* 10.0.1 * Drop extra websocket dep * Drop extra babel deps
1 parent 92c88d7 commit feb36d4

File tree

18 files changed

+358
-511
lines changed

18 files changed

+358
-511
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## master
3+
## 10.0.1 Mar 4, 2023
44

55
Contributed:
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "9.14.3-11-x",
14+
"version": "10.0.0",
1515
"versions": {
1616
"git": "9.14.3-11-x",
1717
"npm": "9.14.2"

packages/api-augment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api-base": "9.14.3-11-x",
27-
"@polkadot/rpc-augment": "9.14.3-11-x",
28-
"@polkadot/types": "9.14.3-11-x",
29-
"@polkadot/types-augment": "9.14.3-11-x",
30-
"@polkadot/types-codec": "9.14.3-11-x",
31-
"@polkadot/util": "^10.4.2",
26+
"@polkadot/api-base": "10.0.0",
27+
"@polkadot/rpc-augment": "10.0.0",
28+
"@polkadot/types": "10.0.0",
29+
"@polkadot/types-augment": "10.0.0",
30+
"@polkadot/types-codec": "10.0.0",
31+
"@polkadot/util": "^11.0.1",
3232
"tslib": "^2.5.0"
3333
}
3434
}

packages/api-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/rpc-core": "9.14.3-11-x",
27-
"@polkadot/types": "9.14.3-11-x",
28-
"@polkadot/util": "^10.4.2",
26+
"@polkadot/rpc-core": "10.0.0",
27+
"@polkadot/types": "10.0.0",
28+
"@polkadot/util": "^11.0.1",
2929
"rxjs": "^7.8.0",
3030
"tslib": "^2.5.0"
3131
}

packages/api-contract/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api": "9.14.3-11-x",
27-
"@polkadot/types": "9.14.3-11-x",
28-
"@polkadot/types-codec": "9.14.3-11-x",
29-
"@polkadot/types-create": "9.14.3-11-x",
30-
"@polkadot/util": "^10.4.2",
31-
"@polkadot/util-crypto": "^10.4.2",
26+
"@polkadot/api": "10.0.0",
27+
"@polkadot/types": "10.0.0",
28+
"@polkadot/types-codec": "10.0.0",
29+
"@polkadot/types-create": "10.0.0",
30+
"@polkadot/util": "^11.0.1",
31+
"@polkadot/util-crypto": "^11.0.1",
3232
"rxjs": "^7.8.0",
3333
"tslib": "^2.5.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "9.14.3-11-x",
37-
"@polkadot/keyring": "^10.4.2"
36+
"@polkadot/api-augment": "10.0.0",
37+
"@polkadot/keyring": "^11.0.1"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api": "9.14.3-11-x",
27-
"@polkadot/api-augment": "9.14.3-11-x",
28-
"@polkadot/api-base": "9.14.3-11-x",
29-
"@polkadot/rpc-core": "9.14.3-11-x",
30-
"@polkadot/types": "9.14.3-11-x",
31-
"@polkadot/types-codec": "9.14.3-11-x",
32-
"@polkadot/util": "^10.4.2",
33-
"@polkadot/util-crypto": "^10.4.2",
26+
"@polkadot/api": "10.0.0",
27+
"@polkadot/api-augment": "10.0.0",
28+
"@polkadot/api-base": "10.0.0",
29+
"@polkadot/rpc-core": "10.0.0",
30+
"@polkadot/types": "10.0.0",
31+
"@polkadot/types-codec": "10.0.0",
32+
"@polkadot/util": "^11.0.1",
33+
"@polkadot/util-crypto": "^11.0.1",
3434
"rxjs": "^7.8.0",
3535
"tslib": "^2.5.0"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "9.14.3-11-x",
39-
"@polkadot/api-augment": "9.14.3-11-x",
40-
"@polkadot/rpc-augment": "9.14.3-11-x",
41-
"@polkadot/rpc-provider": "9.14.3-11-x",
42-
"@polkadot/types-support": "9.14.3-11-x"
38+
"@polkadot/api": "10.0.0",
39+
"@polkadot/api-augment": "10.0.0",
40+
"@polkadot/rpc-augment": "10.0.0",
41+
"@polkadot/rpc-provider": "10.0.0",
42+
"@polkadot/types-support": "10.0.0"
4343
}
4444
}

packages/api/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api-augment": "9.14.3-11-x",
27-
"@polkadot/api-base": "9.14.3-11-x",
28-
"@polkadot/api-derive": "9.14.3-11-x",
29-
"@polkadot/keyring": "^10.4.2",
30-
"@polkadot/rpc-augment": "9.14.3-11-x",
31-
"@polkadot/rpc-core": "9.14.3-11-x",
32-
"@polkadot/rpc-provider": "9.14.3-11-x",
33-
"@polkadot/types": "9.14.3-11-x",
34-
"@polkadot/types-augment": "9.14.3-11-x",
35-
"@polkadot/types-codec": "9.14.3-11-x",
36-
"@polkadot/types-create": "9.14.3-11-x",
37-
"@polkadot/types-known": "9.14.3-11-x",
38-
"@polkadot/util": "^10.4.2",
39-
"@polkadot/util-crypto": "^10.4.2",
26+
"@polkadot/api-augment": "10.0.0",
27+
"@polkadot/api-base": "10.0.0",
28+
"@polkadot/api-derive": "10.0.0",
29+
"@polkadot/keyring": "^11.0.1",
30+
"@polkadot/rpc-augment": "10.0.0",
31+
"@polkadot/rpc-core": "10.0.0",
32+
"@polkadot/rpc-provider": "10.0.0",
33+
"@polkadot/types": "10.0.0",
34+
"@polkadot/types-augment": "10.0.0",
35+
"@polkadot/types-codec": "10.0.0",
36+
"@polkadot/types-create": "10.0.0",
37+
"@polkadot/types-known": "10.0.0",
38+
"@polkadot/util": "^11.0.1",
39+
"@polkadot/util-crypto": "^11.0.1",
4040
"eventemitter3": "^5.0.0",
4141
"rxjs": "^7.8.0",
4242
"tslib": "^2.5.0"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "9.14.3-11-x",
46-
"@polkadot/types-support": "9.14.3-11-x"
45+
"@polkadot/api-augment": "10.0.0",
46+
"@polkadot/types-support": "10.0.0"
4747
}
4848
}

packages/rpc-augment/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/rpc-core": "9.14.3-11-x",
27-
"@polkadot/types": "9.14.3-11-x",
28-
"@polkadot/types-codec": "9.14.3-11-x",
29-
"@polkadot/util": "^10.4.2",
26+
"@polkadot/rpc-core": "10.0.0",
27+
"@polkadot/types": "10.0.0",
28+
"@polkadot/types-codec": "10.0.0",
29+
"@polkadot/util": "^11.0.1",
3030
"tslib": "^2.5.0"
3131
}
3232
}

packages/rpc-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/rpc-augment": "9.14.3-11-x",
27-
"@polkadot/rpc-provider": "9.14.3-11-x",
28-
"@polkadot/types": "9.14.3-11-x",
29-
"@polkadot/util": "^10.4.2",
26+
"@polkadot/rpc-augment": "10.0.0",
27+
"@polkadot/rpc-provider": "10.0.0",
28+
"@polkadot/types": "10.0.0",
29+
"@polkadot/util": "^11.0.1",
3030
"rxjs": "^7.8.0",
3131
"tslib": "^2.5.0"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^10.4.2",
35-
"@polkadot/rpc-augment": "9.14.3-11-x"
34+
"@polkadot/keyring": "^11.0.1",
35+
"@polkadot/rpc-augment": "10.0.0"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.14.3-11-x",
23+
"version": "10.0.0",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/keyring": "^10.4.2",
27-
"@polkadot/types": "9.14.3-11-x",
28-
"@polkadot/types-support": "9.14.3-11-x",
29-
"@polkadot/util": "^10.4.2",
30-
"@polkadot/util-crypto": "^10.4.2",
31-
"@polkadot/x-fetch": "^10.4.2",
32-
"@polkadot/x-global": "^10.4.2",
33-
"@polkadot/x-ws": "^10.4.2",
26+
"@polkadot/keyring": "^11.0.1",
27+
"@polkadot/types": "10.0.0",
28+
"@polkadot/types-support": "10.0.0",
29+
"@polkadot/util": "^11.0.1",
30+
"@polkadot/util-crypto": "^11.0.1",
31+
"@polkadot/x-fetch": "^11.0.1",
32+
"@polkadot/x-global": "^11.0.1",
33+
"@polkadot/x-ws": "^11.0.1",
3434
"eventemitter3": "^5.0.0",
3535
"mock-socket": "^9.2.1",
3636
"nock": "^13.3.0",

0 commit comments

Comments
 (0)