Skip to content

Commit 33fd56a

Browse files
authored
14.2.1 (#6009)
1 parent 4ec2c32 commit 33fd56a

File tree

18 files changed

+175
-166
lines changed

18 files changed

+175
-166
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 14.2.1 Oct 28, 2024
4+
5+
Changes:
6+
7+
- Add isClaimed field to api.derive.staking._stakerRewards ([#6007](https://github.com/polkadot-js/api/pull/6007))
8+
- Upgrade polkadot/common to 13.1.2 ([#6008](https://github.com/polkadot-js/api/pull/6008))
9+
- Bump yarn to 4.5.1 ([#6005](https://github.com/polkadot-js/api/pull/6005))
10+
11+
312
## 14.1.1 Oct 21, 2024
413

514
Changes:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "14.1.2-2-x",
17+
"version": "14.2.1",
1818
"versions": {
1919
"git": "14.1.2-2-x",
2020
"npm": "14.1.1"

packages/api-augment/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "14.1.2-2-x",
25-
"@polkadot/rpc-augment": "14.1.2-2-x",
26-
"@polkadot/types": "14.1.2-2-x",
27-
"@polkadot/types-augment": "14.1.2-2-x",
28-
"@polkadot/types-codec": "14.1.2-2-x",
24+
"@polkadot/api-base": "14.2.1",
25+
"@polkadot/rpc-augment": "14.2.1",
26+
"@polkadot/types": "14.2.1",
27+
"@polkadot/types-augment": "14.2.1",
28+
"@polkadot/types-codec": "14.2.1",
2929
"@polkadot/util": "^13.2.2",
3030
"tslib": "^2.8.0"
3131
}

packages/api-base/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "14.1.2-2-x",
25-
"@polkadot/types": "14.1.2-2-x",
24+
"@polkadot/rpc-core": "14.2.1",
25+
"@polkadot/types": "14.2.1",
2626
"@polkadot/util": "^13.2.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.0"

packages/api-contract/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "14.1.2-2-x",
25-
"@polkadot/api-augment": "14.1.2-2-x",
26-
"@polkadot/types": "14.1.2-2-x",
27-
"@polkadot/types-codec": "14.1.2-2-x",
28-
"@polkadot/types-create": "14.1.2-2-x",
24+
"@polkadot/api": "14.2.1",
25+
"@polkadot/api-augment": "14.2.1",
26+
"@polkadot/types": "14.2.1",
27+
"@polkadot/types-codec": "14.2.1",
28+
"@polkadot/types-create": "14.2.1",
2929
"@polkadot/util": "^13.2.2",
3030
"@polkadot/util-crypto": "^13.2.2",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.0"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "14.1.2-2-x",
35+
"@polkadot/api-augment": "14.2.1",
3636
"@polkadot/keyring": "^13.2.2",
37-
"@polkadot/types-support": "14.1.2-2-x"
37+
"@polkadot/types-support": "14.2.1"
3838
}
3939
}

packages/api-derive/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "14.1.2-2-x",
25-
"@polkadot/api-augment": "14.1.2-2-x",
26-
"@polkadot/api-base": "14.1.2-2-x",
27-
"@polkadot/rpc-core": "14.1.2-2-x",
28-
"@polkadot/types": "14.1.2-2-x",
29-
"@polkadot/types-codec": "14.1.2-2-x",
24+
"@polkadot/api": "14.2.1",
25+
"@polkadot/api-augment": "14.2.1",
26+
"@polkadot/api-base": "14.2.1",
27+
"@polkadot/rpc-core": "14.2.1",
28+
"@polkadot/types": "14.2.1",
29+
"@polkadot/types-codec": "14.2.1",
3030
"@polkadot/util": "^13.2.2",
3131
"@polkadot/util-crypto": "^13.2.2",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "14.1.2-2-x",
37-
"@polkadot/api-augment": "14.1.2-2-x",
38-
"@polkadot/rpc-augment": "14.1.2-2-x",
39-
"@polkadot/rpc-provider": "14.1.2-2-x",
40-
"@polkadot/types-support": "14.1.2-2-x"
36+
"@polkadot/api": "14.2.1",
37+
"@polkadot/api-augment": "14.2.1",
38+
"@polkadot/rpc-augment": "14.2.1",
39+
"@polkadot/rpc-provider": "14.2.1",
40+
"@polkadot/types-support": "14.2.1"
4141
}
4242
}

packages/api/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "14.1.2-2-x",
25-
"@polkadot/api-base": "14.1.2-2-x",
26-
"@polkadot/api-derive": "14.1.2-2-x",
24+
"@polkadot/api-augment": "14.2.1",
25+
"@polkadot/api-base": "14.2.1",
26+
"@polkadot/api-derive": "14.2.1",
2727
"@polkadot/keyring": "^13.2.2",
28-
"@polkadot/rpc-augment": "14.1.2-2-x",
29-
"@polkadot/rpc-core": "14.1.2-2-x",
30-
"@polkadot/rpc-provider": "14.1.2-2-x",
31-
"@polkadot/types": "14.1.2-2-x",
32-
"@polkadot/types-augment": "14.1.2-2-x",
33-
"@polkadot/types-codec": "14.1.2-2-x",
34-
"@polkadot/types-create": "14.1.2-2-x",
35-
"@polkadot/types-known": "14.1.2-2-x",
28+
"@polkadot/rpc-augment": "14.2.1",
29+
"@polkadot/rpc-core": "14.2.1",
30+
"@polkadot/rpc-provider": "14.2.1",
31+
"@polkadot/types": "14.2.1",
32+
"@polkadot/types-augment": "14.2.1",
33+
"@polkadot/types-codec": "14.2.1",
34+
"@polkadot/types-create": "14.2.1",
35+
"@polkadot/types-known": "14.2.1",
3636
"@polkadot/util": "^13.2.2",
3737
"@polkadot/util-crypto": "^13.2.2",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
4040
"tslib": "^2.8.0"
4141
},
4242
"devDependencies": {
43-
"@polkadot/api-augment": "14.1.2-2-x",
44-
"@polkadot/types-support": "14.1.2-2-x"
43+
"@polkadot/api-augment": "14.2.1",
44+
"@polkadot/types-support": "14.2.1"
4545
}
4646
}

packages/rpc-augment/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "14.1.2-2-x",
25-
"@polkadot/types": "14.1.2-2-x",
26-
"@polkadot/types-codec": "14.1.2-2-x",
24+
"@polkadot/rpc-core": "14.2.1",
25+
"@polkadot/types": "14.2.1",
26+
"@polkadot/types-codec": "14.2.1",
2727
"@polkadot/util": "^13.2.2",
2828
"tslib": "^2.8.0"
2929
}

packages/rpc-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "14.1.2-2-x",
25-
"@polkadot/rpc-provider": "14.1.2-2-x",
26-
"@polkadot/types": "14.1.2-2-x",
24+
"@polkadot/rpc-augment": "14.2.1",
25+
"@polkadot/rpc-provider": "14.2.1",
26+
"@polkadot/types": "14.2.1",
2727
"@polkadot/util": "^13.2.2",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.8.0"
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^13.2.2",
33-
"@polkadot/rpc-augment": "14.1.2-2-x"
33+
"@polkadot/rpc-augment": "14.2.1"
3434
}
3535
}

packages/rpc-provider/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.2.2",
25-
"@polkadot/types": "14.1.2-2-x",
26-
"@polkadot/types-support": "14.1.2-2-x",
25+
"@polkadot/types": "14.2.1",
26+
"@polkadot/types-support": "14.2.1",
2727
"@polkadot/util": "^13.2.2",
2828
"@polkadot/util-crypto": "^13.2.2",
2929
"@polkadot/x-fetch": "^13.2.2",

packages/typegen/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"bin": {
2424
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,15 +28,15 @@
2828
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
2929
},
3030
"dependencies": {
31-
"@polkadot/api": "14.1.2-2-x",
32-
"@polkadot/api-augment": "14.1.2-2-x",
33-
"@polkadot/rpc-augment": "14.1.2-2-x",
34-
"@polkadot/rpc-provider": "14.1.2-2-x",
35-
"@polkadot/types": "14.1.2-2-x",
36-
"@polkadot/types-augment": "14.1.2-2-x",
37-
"@polkadot/types-codec": "14.1.2-2-x",
38-
"@polkadot/types-create": "14.1.2-2-x",
39-
"@polkadot/types-support": "14.1.2-2-x",
31+
"@polkadot/api": "14.2.1",
32+
"@polkadot/api-augment": "14.2.1",
33+
"@polkadot/rpc-augment": "14.2.1",
34+
"@polkadot/rpc-provider": "14.2.1",
35+
"@polkadot/types": "14.2.1",
36+
"@polkadot/types-augment": "14.2.1",
37+
"@polkadot/types-codec": "14.2.1",
38+
"@polkadot/types-create": "14.2.1",
39+
"@polkadot/types-support": "14.2.1",
4040
"@polkadot/util": "^13.2.2",
4141
"@polkadot/util-crypto": "^13.2.2",
4242
"@polkadot/x-ws": "^13.2.2",

packages/types-augment/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/types": "14.1.2-2-x",
25-
"@polkadot/types-codec": "14.1.2-2-x",
24+
"@polkadot/types": "14.2.1",
25+
"@polkadot/types-codec": "14.2.1",
2626
"@polkadot/util": "^13.2.2",
2727
"tslib": "^2.8.0"
2828
}

packages/types-codec/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/util": "^13.2.2",
2525
"@polkadot/x-bigint": "^13.2.2",
2626
"tslib": "^2.8.0"
2727
},
2828
"devDependencies": {
29-
"@polkadot/types": "14.1.2-2-x",
30-
"@polkadot/types-augment": "14.1.2-2-x",
31-
"@polkadot/types-support": "14.1.2-2-x",
29+
"@polkadot/types": "14.2.1",
30+
"@polkadot/types-augment": "14.2.1",
31+
"@polkadot/types-support": "14.2.1",
3232
"@polkadot/util-crypto": "^13.2.2"
3333
}
3434
}

packages/types-create/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/types-codec": "14.1.2-2-x",
24+
"@polkadot/types-codec": "14.2.1",
2525
"@polkadot/util": "^13.2.2",
2626
"tslib": "^2.8.0"
2727
},
2828
"devDependencies": {
29-
"@polkadot/types": "14.1.2-2-x"
29+
"@polkadot/types": "14.2.1"
3030
}
3131
}

packages/types-known/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/networks": "^13.2.2",
25-
"@polkadot/types": "14.1.2-2-x",
26-
"@polkadot/types-codec": "14.1.2-2-x",
27-
"@polkadot/types-create": "14.1.2-2-x",
25+
"@polkadot/types": "14.2.1",
26+
"@polkadot/types-codec": "14.2.1",
27+
"@polkadot/types-create": "14.2.1",
2828
"@polkadot/util": "^13.2.2",
2929
"tslib": "^2.8.0"
3030
},
3131
"devDependencies": {
32-
"@polkadot/api": "14.1.2-2-x"
32+
"@polkadot/api": "14.2.1"
3333
}
3434
}

packages/types-support/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/util": "^13.2.2",

packages/types/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "14.1.2-2-x",
21+
"version": "14.2.1",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.2.2",
25-
"@polkadot/types-augment": "14.1.2-2-x",
26-
"@polkadot/types-codec": "14.1.2-2-x",
27-
"@polkadot/types-create": "14.1.2-2-x",
25+
"@polkadot/types-augment": "14.2.1",
26+
"@polkadot/types-codec": "14.2.1",
27+
"@polkadot/types-create": "14.2.1",
2828
"@polkadot/util": "^13.2.2",
2929
"@polkadot/util-crypto": "^13.2.2",
3030
"rxjs": "^7.8.1",
3131
"tslib": "^2.8.0"
3232
},
3333
"devDependencies": {
3434
"@polkadot/keyring": "^13.2.2",
35-
"@polkadot/types-support": "14.1.2-2-x"
35+
"@polkadot/types-support": "14.2.1"
3636
}
3737
}

0 commit comments

Comments
 (0)