Skip to content

Commit be9fece

Browse files
authored
10.1.4 (#5550)
1 parent f73ed3e commit be9fece

File tree

18 files changed

+313
-323
lines changed

18 files changed

+313
-323
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# CHANGELOG
22

3-
## master
3+
## 10.1.4 Mar 19, 2023
44

55
Changes:
66

7-
- Add methods for `Metadata_*` v2 state calls
7+
- Add methods for v2 `Metadata_*` runtime calls
88

99

1010
## 10.1.3 Mar 15, 2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "10.1.4-6-x",
17+
"version": "10.1.4",
1818
"versions": {
1919
"git": "10.1.4-6-x",
2020
"npm": "10.1.3"

packages/api-augment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.1.4-6-x",
25-
"@polkadot/rpc-augment": "10.1.4-6-x",
26-
"@polkadot/types": "10.1.4-6-x",
27-
"@polkadot/types-augment": "10.1.4-6-x",
28-
"@polkadot/types-codec": "10.1.4-6-x",
29-
"@polkadot/util": "^11.0.2",
24+
"@polkadot/api-base": "10.1.4",
25+
"@polkadot/rpc-augment": "10.1.4",
26+
"@polkadot/types": "10.1.4",
27+
"@polkadot/types-augment": "10.1.4",
28+
"@polkadot/types-codec": "10.1.4",
29+
"@polkadot/util": "^11.1.1",
3030
"tslib": "^2.5.0"
3131
}
3232
}

packages/api-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.1.4-6-x",
25-
"@polkadot/types": "10.1.4-6-x",
26-
"@polkadot/util": "^11.0.2",
24+
"@polkadot/rpc-core": "10.1.4",
25+
"@polkadot/types": "10.1.4",
26+
"@polkadot/util": "^11.1.1",
2727
"rxjs": "^7.8.0",
2828
"tslib": "^2.5.0"
2929
}

packages/api-contract/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.1.4-6-x",
25-
"@polkadot/types": "10.1.4-6-x",
26-
"@polkadot/types-codec": "10.1.4-6-x",
27-
"@polkadot/types-create": "10.1.4-6-x",
28-
"@polkadot/util": "^11.0.2",
29-
"@polkadot/util-crypto": "^11.0.2",
24+
"@polkadot/api": "10.1.4",
25+
"@polkadot/types": "10.1.4",
26+
"@polkadot/types-codec": "10.1.4",
27+
"@polkadot/types-create": "10.1.4",
28+
"@polkadot/util": "^11.1.1",
29+
"@polkadot/util-crypto": "^11.1.1",
3030
"rxjs": "^7.8.0",
3131
"tslib": "^2.5.0"
3232
},
3333
"devDependencies": {
34-
"@polkadot/api-augment": "10.1.4-6-x",
35-
"@polkadot/keyring": "^11.0.2"
34+
"@polkadot/api-augment": "10.1.4",
35+
"@polkadot/keyring": "^11.1.1"
3636
}
3737
}

packages/api-derive/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.1.4-6-x",
25-
"@polkadot/api-augment": "10.1.4-6-x",
26-
"@polkadot/api-base": "10.1.4-6-x",
27-
"@polkadot/rpc-core": "10.1.4-6-x",
28-
"@polkadot/types": "10.1.4-6-x",
29-
"@polkadot/types-codec": "10.1.4-6-x",
30-
"@polkadot/util": "^11.0.2",
31-
"@polkadot/util-crypto": "^11.0.2",
24+
"@polkadot/api": "10.1.4",
25+
"@polkadot/api-augment": "10.1.4",
26+
"@polkadot/api-base": "10.1.4",
27+
"@polkadot/rpc-core": "10.1.4",
28+
"@polkadot/types": "10.1.4",
29+
"@polkadot/types-codec": "10.1.4",
30+
"@polkadot/util": "^11.1.1",
31+
"@polkadot/util-crypto": "^11.1.1",
3232
"rxjs": "^7.8.0",
3333
"tslib": "^2.5.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "10.1.4-6-x",
37-
"@polkadot/api-augment": "10.1.4-6-x",
38-
"@polkadot/rpc-augment": "10.1.4-6-x",
39-
"@polkadot/rpc-provider": "10.1.4-6-x",
40-
"@polkadot/types-support": "10.1.4-6-x"
36+
"@polkadot/api": "10.1.4",
37+
"@polkadot/api-augment": "10.1.4",
38+
"@polkadot/rpc-augment": "10.1.4",
39+
"@polkadot/rpc-provider": "10.1.4",
40+
"@polkadot/types-support": "10.1.4"
4141
}
4242
}

packages/api/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "10.1.4-6-x",
25-
"@polkadot/api-base": "10.1.4-6-x",
26-
"@polkadot/api-derive": "10.1.4-6-x",
27-
"@polkadot/keyring": "^11.0.2",
28-
"@polkadot/rpc-augment": "10.1.4-6-x",
29-
"@polkadot/rpc-core": "10.1.4-6-x",
30-
"@polkadot/rpc-provider": "10.1.4-6-x",
31-
"@polkadot/types": "10.1.4-6-x",
32-
"@polkadot/types-augment": "10.1.4-6-x",
33-
"@polkadot/types-codec": "10.1.4-6-x",
34-
"@polkadot/types-create": "10.1.4-6-x",
35-
"@polkadot/types-known": "10.1.4-6-x",
36-
"@polkadot/util": "^11.0.2",
37-
"@polkadot/util-crypto": "^11.0.2",
24+
"@polkadot/api-augment": "10.1.4",
25+
"@polkadot/api-base": "10.1.4",
26+
"@polkadot/api-derive": "10.1.4",
27+
"@polkadot/keyring": "^11.1.1",
28+
"@polkadot/rpc-augment": "10.1.4",
29+
"@polkadot/rpc-core": "10.1.4",
30+
"@polkadot/rpc-provider": "10.1.4",
31+
"@polkadot/types": "10.1.4",
32+
"@polkadot/types-augment": "10.1.4",
33+
"@polkadot/types-codec": "10.1.4",
34+
"@polkadot/types-create": "10.1.4",
35+
"@polkadot/types-known": "10.1.4",
36+
"@polkadot/util": "^11.1.1",
37+
"@polkadot/util-crypto": "^11.1.1",
3838
"eventemitter3": "^5.0.0",
3939
"rxjs": "^7.8.0",
4040
"tslib": "^2.5.0"
4141
},
4242
"devDependencies": {
43-
"@polkadot/api-augment": "10.1.4-6-x",
44-
"@polkadot/types-support": "10.1.4-6-x"
43+
"@polkadot/api-augment": "10.1.4",
44+
"@polkadot/types-support": "10.1.4"
4545
}
4646
}

packages/rpc-augment/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.1.4-6-x",
25-
"@polkadot/types": "10.1.4-6-x",
26-
"@polkadot/types-codec": "10.1.4-6-x",
27-
"@polkadot/util": "^11.0.2",
24+
"@polkadot/rpc-core": "10.1.4",
25+
"@polkadot/types": "10.1.4",
26+
"@polkadot/types-codec": "10.1.4",
27+
"@polkadot/util": "^11.1.1",
2828
"tslib": "^2.5.0"
2929
}
3030
}

packages/rpc-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "10.1.4-6-x",
25-
"@polkadot/rpc-provider": "10.1.4-6-x",
26-
"@polkadot/types": "10.1.4-6-x",
27-
"@polkadot/util": "^11.0.2",
24+
"@polkadot/rpc-augment": "10.1.4",
25+
"@polkadot/rpc-provider": "10.1.4",
26+
"@polkadot/types": "10.1.4",
27+
"@polkadot/util": "^11.1.1",
2828
"rxjs": "^7.8.0",
2929
"tslib": "^2.5.0"
3030
},
3131
"devDependencies": {
32-
"@polkadot/keyring": "^11.0.2",
33-
"@polkadot/rpc-augment": "10.1.4-6-x"
32+
"@polkadot/keyring": "^11.1.1",
33+
"@polkadot/rpc-augment": "10.1.4"
3434
}
3535
}

packages/rpc-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.1.4-6-x",
21+
"version": "10.1.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/keyring": "^11.0.2",
25-
"@polkadot/types": "10.1.4-6-x",
26-
"@polkadot/types-support": "10.1.4-6-x",
27-
"@polkadot/util": "^11.0.2",
28-
"@polkadot/util-crypto": "^11.0.2",
29-
"@polkadot/x-fetch": "^11.0.2",
30-
"@polkadot/x-global": "^11.0.2",
31-
"@polkadot/x-ws": "^11.0.2",
24+
"@polkadot/keyring": "^11.1.1",
25+
"@polkadot/types": "10.1.4",
26+
"@polkadot/types-support": "10.1.4",
27+
"@polkadot/util": "^11.1.1",
28+
"@polkadot/util-crypto": "^11.1.1",
29+
"@polkadot/x-fetch": "^11.1.1",
30+
"@polkadot/x-global": "^11.1.1",
31+
"@polkadot/x-ws": "^11.1.1",
3232
"eventemitter3": "^5.0.0",
3333
"mock-socket": "^9.2.1",
3434
"nock": "^13.3.0",

0 commit comments

Comments
 (0)