Skip to content

Commit 4ec2c32

Browse files
[CI Skip] bump/beta 14.1.2-2-x
skip-checks: true
1 parent 3ca93ee commit 4ec2c32

33 files changed

+183
-183
lines changed

Diff for: CONTRIBUTORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
3512 Jaco Bump deps (#5785)
2-
117 Tarik Gul Add isClaimed field to `api.derive.staking._stakerRewards` (#6007)
2+
118 Tarik Gul Upgrade common to 13.2.2 (#6008)
33
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
44
37 Keith Ingram Update contract types and rpc (#4541)
55
35 Stefanie Doll Updated child storage parameters (#1709)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "14.1.2-1-x",
17+
"version": "14.1.2-2-x",
1818
"versions": {
19-
"git": "14.1.2-1-x",
19+
"git": "14.1.2-2-x",
2020
"npm": "14.1.1"
2121
},
2222
"workspaces": [

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "14.1.2-1-x",
25-
"@polkadot/rpc-augment": "14.1.2-1-x",
26-
"@polkadot/types": "14.1.2-1-x",
27-
"@polkadot/types-augment": "14.1.2-1-x",
28-
"@polkadot/types-codec": "14.1.2-1-x",
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",
2929
"@polkadot/util": "^13.2.2",
3030
"tslib": "^2.8.0"
3131
}

Diff for: packages/api-augment/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "14.1.2-1-x",
25-
"@polkadot/types": "14.1.2-1-x",
24+
"@polkadot/rpc-core": "14.1.2-2-x",
25+
"@polkadot/types": "14.1.2-2-x",
2626
"@polkadot/util": "^13.2.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.0"

Diff for: packages/api-base/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "14.1.2-1-x",
25-
"@polkadot/api-augment": "14.1.2-1-x",
26-
"@polkadot/types": "14.1.2-1-x",
27-
"@polkadot/types-codec": "14.1.2-1-x",
28-
"@polkadot/types-create": "14.1.2-1-x",
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",
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-1-x",
35+
"@polkadot/api-augment": "14.1.2-2-x",
3636
"@polkadot/keyring": "^13.2.2",
37-
"@polkadot/types-support": "14.1.2-1-x"
37+
"@polkadot/types-support": "14.1.2-2-x"
3838
}
3939
}

Diff for: packages/api-contract/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "14.1.2-1-x",
25-
"@polkadot/api-augment": "14.1.2-1-x",
26-
"@polkadot/api-base": "14.1.2-1-x",
27-
"@polkadot/rpc-core": "14.1.2-1-x",
28-
"@polkadot/types": "14.1.2-1-x",
29-
"@polkadot/types-codec": "14.1.2-1-x",
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",
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-1-x",
37-
"@polkadot/api-augment": "14.1.2-1-x",
38-
"@polkadot/rpc-augment": "14.1.2-1-x",
39-
"@polkadot/rpc-provider": "14.1.2-1-x",
40-
"@polkadot/types-support": "14.1.2-1-x"
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"
4141
}
4242
}

Diff for: packages/api-derive/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "14.1.2-1-x",
25-
"@polkadot/api-base": "14.1.2-1-x",
26-
"@polkadot/api-derive": "14.1.2-1-x",
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",
2727
"@polkadot/keyring": "^13.2.2",
28-
"@polkadot/rpc-augment": "14.1.2-1-x",
29-
"@polkadot/rpc-core": "14.1.2-1-x",
30-
"@polkadot/rpc-provider": "14.1.2-1-x",
31-
"@polkadot/types": "14.1.2-1-x",
32-
"@polkadot/types-augment": "14.1.2-1-x",
33-
"@polkadot/types-codec": "14.1.2-1-x",
34-
"@polkadot/types-create": "14.1.2-1-x",
35-
"@polkadot/types-known": "14.1.2-1-x",
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",
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-1-x",
44-
"@polkadot/types-support": "14.1.2-1-x"
43+
"@polkadot/api-augment": "14.1.2-2-x",
44+
"@polkadot/types-support": "14.1.2-2-x"
4545
}
4646
}

Diff for: packages/api/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "14.1.2-1-x",
25-
"@polkadot/types": "14.1.2-1-x",
26-
"@polkadot/types-codec": "14.1.2-1-x",
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",
2727
"@polkadot/util": "^13.2.2",
2828
"tslib": "^2.8.0"
2929
}

Diff for: packages/rpc-augment/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "14.1.2-1-x",
25-
"@polkadot/rpc-provider": "14.1.2-1-x",
26-
"@polkadot/types": "14.1.2-1-x",
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",
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-1-x"
33+
"@polkadot/rpc-augment": "14.1.2-2-x"
3434
}
3535
}

Diff for: packages/rpc-core/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.2.2",
25-
"@polkadot/types": "14.1.2-1-x",
26-
"@polkadot/types-support": "14.1.2-1-x",
25+
"@polkadot/types": "14.1.2-2-x",
26+
"@polkadot/types-support": "14.1.2-2-x",
2727
"@polkadot/util": "^13.2.2",
2828
"@polkadot/util-crypto": "^13.2.2",
2929
"@polkadot/x-fetch": "^13.2.2",

Diff for: packages/rpc-provider/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
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-1-x",
32-
"@polkadot/api-augment": "14.1.2-1-x",
33-
"@polkadot/rpc-augment": "14.1.2-1-x",
34-
"@polkadot/rpc-provider": "14.1.2-1-x",
35-
"@polkadot/types": "14.1.2-1-x",
36-
"@polkadot/types-augment": "14.1.2-1-x",
37-
"@polkadot/types-codec": "14.1.2-1-x",
38-
"@polkadot/types-create": "14.1.2-1-x",
39-
"@polkadot/types-support": "14.1.2-1-x",
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",
4040
"@polkadot/util": "^13.2.2",
4141
"@polkadot/util-crypto": "^13.2.2",
4242
"@polkadot/x-ws": "^13.2.2",

Diff for: packages/typegen/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/types": "14.1.2-1-x",
25-
"@polkadot/types-codec": "14.1.2-1-x",
24+
"@polkadot/types": "14.1.2-2-x",
25+
"@polkadot/types-codec": "14.1.2-2-x",
2626
"@polkadot/util": "^13.2.2",
2727
"tslib": "^2.8.0"
2828
}

Diff for: packages/types-augment/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
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-1-x",
30-
"@polkadot/types-augment": "14.1.2-1-x",
31-
"@polkadot/types-support": "14.1.2-1-x",
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",
3232
"@polkadot/util-crypto": "^13.2.2"
3333
}
3434
}

Diff for: packages/types-codec/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

Diff for: 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-1-x",
21+
"version": "14.1.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/types-codec": "14.1.2-1-x",
24+
"@polkadot/types-codec": "14.1.2-2-x",
2525
"@polkadot/util": "^13.2.2",
2626
"tslib": "^2.8.0"
2727
},
2828
"devDependencies": {
29-
"@polkadot/types": "14.1.2-1-x"
29+
"@polkadot/types": "14.1.2-2-x"
3030
}
3131
}

Diff for: packages/types-create/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '14.1.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '14.1.2-2-x' };

0 commit comments

Comments
 (0)