Skip to content

Commit 211c487

Browse files
authored
10.2.2 (#5573)
1 parent 3f3c5a7 commit 211c487

File tree

22 files changed

+177
-176
lines changed

22 files changed

+177
-176
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.2.2 Apr 1, 2023
44

55
Contributed:
66

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.2.2-4-x",
17+
"version": "10.2.2",
1818
"versions": {
1919
"git": "10.2.2-4-x",
2020
"npm": "10.2.1"

packages/api-augment/package.json

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

packages/api-base/package.json

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

packages/api-contract/package.json

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

packages/api-contract/src/Abi/toLatest.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export function v4ToLatest (_registry: Registry, v4: ContractMetadataV4): Contra
2727
return v4;
2828
}
2929

30-
export const v3ToLatest = createConverter(v4ToLatest, v3ToV4);
31-
export const v2ToLatest = createConverter(v3ToLatest, v2ToV3);
32-
export const v1ToLatest = createConverter(v2ToLatest, v1ToV2);
33-
export const v0ToLatest = createConverter(v1ToLatest, v0ToV1);
30+
export const v3ToLatest = /*#__PURE__*/ createConverter(v4ToLatest, v3ToV4);
31+
export const v2ToLatest = /*#__PURE__*/ createConverter(v3ToLatest, v2ToV3);
32+
export const v1ToLatest = /*#__PURE__*/ createConverter(v2ToLatest, v1ToV2);
33+
export const v0ToLatest = /*#__PURE__*/ createConverter(v1ToLatest, v0ToV1);
3434

3535
export const convertVersions: [Versions, Converter][] = [
3636
['V4', v4ToLatest],

packages/api-derive/package.json

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

packages/api/package.json

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

packages/api/src/util/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
import { logger } from '@polkadot/util';
55

6-
export const l = logger('api/util');
6+
export const l = /*#__PURE__*/ logger('api/util');

packages/rpc-augment/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.2.2-4-x",
21+
"version": "10.2.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.2.2-4-x",
25-
"@polkadot/types": "10.2.2-4-x",
26-
"@polkadot/types-codec": "10.2.2-4-x",
24+
"@polkadot/rpc-core": "10.2.2",
25+
"@polkadot/types": "10.2.2",
26+
"@polkadot/types-codec": "10.2.2",
2727
"@polkadot/util": "^11.1.3",
2828
"tslib": "^2.5.0"
2929
}

0 commit comments

Comments
 (0)