Skip to content

Commit 48d2dbd

Browse files
authored
10.1.3: Remove wrong .module specifier in typegen (#5541)
* Remove wrong .module specifier in typegen * 10.1.3 * Reset * Revert "10.1.3" This reverts commit 1c6d8ff. * Rebump 10.1.3
1 parent 254e218 commit 48d2dbd

File tree

20 files changed

+330
-299
lines changed

20 files changed

+330
-299
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 10.1.3 Mar 15, 2023
4+
5+
Changes:
6+
7+
- Remove incorrect `.module.` specifiers in typegen code
8+
9+
310
## 10.1.2 Mar 11, 2023
411

512
Changes:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "10.1.3-3-x",
14+
"version": "10.1.3",
1515
"versions": {
1616
"git": "10.1.3-3-x",
1717
"npm": "10.1.2"
@@ -37,9 +37,9 @@
3737
"test:one": "polkadot-dev-run-test --env node"
3838
},
3939
"devDependencies": {
40-
"@polkadot/dev": "^0.71.6",
40+
"@polkadot/dev": "^0.71.10",
4141
"@polkadot/typegen": "workspace:packages/typegen",
42-
"@types/node": "^18.15.0"
42+
"@types/node": "^18.15.3"
4343
},
4444
"resolutions": {
4545
"typescript": "^4.9.5"

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "10.1.3-3-x",
23+
"version": "10.1.3",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api-base": "10.1.3-3-x",
27-
"@polkadot/rpc-augment": "10.1.3-3-x",
28-
"@polkadot/types": "10.1.3-3-x",
29-
"@polkadot/types-augment": "10.1.3-3-x",
30-
"@polkadot/types-codec": "10.1.3-3-x",
26+
"@polkadot/api-base": "10.1.3",
27+
"@polkadot/rpc-augment": "10.1.3",
28+
"@polkadot/types": "10.1.3",
29+
"@polkadot/types-augment": "10.1.3",
30+
"@polkadot/types-codec": "10.1.3",
3131
"@polkadot/util": "^11.0.2",
3232
"tslib": "^2.5.0"
3333
}

packages/api-base/package.json

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

packages/api-contract/package.json

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

packages/api-derive/package.json

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

packages/api/package.json

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

packages/rpc-augment/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": "10.1.3-3-x",
23+
"version": "10.1.3",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/rpc-core": "10.1.3-3-x",
27-
"@polkadot/types": "10.1.3-3-x",
28-
"@polkadot/types-codec": "10.1.3-3-x",
26+
"@polkadot/rpc-core": "10.1.3",
27+
"@polkadot/types": "10.1.3",
28+
"@polkadot/types-codec": "10.1.3",
2929
"@polkadot/util": "^11.0.2",
3030
"tslib": "^2.5.0"
3131
}

packages/rpc-core/package.json

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

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "10.1.3-3-x",
23+
"version": "10.1.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@polkadot/keyring": "^11.0.2",
27-
"@polkadot/types": "10.1.3-3-x",
28-
"@polkadot/types-support": "10.1.3-3-x",
27+
"@polkadot/types": "10.1.3",
28+
"@polkadot/types-support": "10.1.3",
2929
"@polkadot/util": "^11.0.2",
3030
"@polkadot/util-crypto": "^11.0.2",
3131
"@polkadot/x-fetch": "^11.0.2",

0 commit comments

Comments
 (0)