Skip to content

Commit a58fb0b

Browse files
[CI Skip] bump/beta 13.4.3-0-x
skip-checks: true
1 parent 0467c41 commit a58fb0b

File tree

31 files changed

+97
-97
lines changed

31 files changed

+97
-97
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
6 Amaury Martiny Add tests from Rust (#283)
66
6 Jakub Pánik HydraDX -> Hydration rebrand (#1923)
77
5 kwingram25 Add BN consts and timeToString (#610)
8+
5 Valentin Fernandez Rollback ws change on x-ws (#1980)
89
4 Adam Dossa Update Polymesh Genesis Hash (#1193)
910
4 pan add bifrost kusama (#1626)
10-
4 Valentin Fernandez Cast ws as global.WebSocket (#1978)
1111
3 Luke Schoen docs: Fix example in readme since we use default imports (#243)
1212
2 AndreasGassmann feat(dependencies): remove moment.js (#530)
1313
2 Cameron Fairchild Add bittensor details (#1783)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "13.4.2",
17+
"version": "13.4.3-0-x",
1818
"versions": {
19-
"git": "13.4.2",
19+
"git": "13.4.3-0-x",
2020
"npm": "13.4.2"
2121
},
2222
"workspaces": [

packages/hw-ledger-transports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "13.4.2",
17+
"version": "13.4.3-0-x",
1818
"browser": "browser.js",
1919
"main": "node.js",
2020
"react-native": "react-native.js",
2121
"dependencies": {
2222
"@ledgerhq/hw-transport": "^6.31.4",
2323
"@ledgerhq/hw-transport-webhid": "^6.29.4",
2424
"@ledgerhq/hw-transport-webusb": "^6.29.4",
25-
"@polkadot/util": "13.4.2",
25+
"@polkadot/util": "13.4.3-0-x",
2626
"tslib": "^2.8.0"
2727
},
2828
"optionalDependencies": {

packages/hw-ledger-transports/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
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/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.4.2' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.4.3-0-x' };

packages/hw-ledger/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"./packageDetect.cjs"
1818
],
1919
"type": "module",
20-
"version": "13.4.2",
20+
"version": "13.4.3-0-x",
2121
"main": "index.js",
2222
"dependencies": {
23-
"@polkadot/hw-ledger-transports": "13.4.2",
24-
"@polkadot/util": "13.4.2",
23+
"@polkadot/hw-ledger-transports": "13.4.3-0-x",
24+
"@polkadot/util": "13.4.3-0-x",
2525
"@zondax/ledger-substrate": "1.0.0",
2626
"tslib": "^2.8.0"
2727
}

packages/hw-ledger/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
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/hw-ledger', path: 'auto', type: 'auto', version: '13.4.2' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.4.3-0-x' };

packages/keyring/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "13.4.2",
21+
"version": "13.4.3-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/util": "13.4.2",
25-
"@polkadot/util-crypto": "13.4.2",
24+
"@polkadot/util": "13.4.3-0-x",
25+
"@polkadot/util-crypto": "13.4.3-0-x",
2626
"tslib": "^2.8.0"
2727
},
2828
"peerDependencies": {
29-
"@polkadot/util": "13.4.2",
30-
"@polkadot/util-crypto": "13.4.2"
29+
"@polkadot/util": "13.4.3-0-x",
30+
"@polkadot/util-crypto": "13.4.3-0-x"
3131
}
3232
}

packages/keyring/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
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/keyring', path: 'auto', type: 'auto', version: '13.4.2' };
6+
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.4.3-0-x' };

packages/networks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "13.4.2",
18+
"version": "13.4.3-0-x",
1919
"main": "index.js",
2020
"dependencies": {
21-
"@polkadot/util": "13.4.2",
21+
"@polkadot/util": "13.4.3-0-x",
2222
"@substrate/ss58-registry": "^1.51.0",
2323
"tslib": "^2.8.0"
2424
},
2525
"devDependencies": {
26-
"@polkadot/hw-ledger": "13.4.2"
26+
"@polkadot/hw-ledger": "13.4.3-0-x"
2727
}
2828
}

packages/networks/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
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/networks', path: 'auto', type: 'auto', version: '13.4.2' };
6+
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.4.3-0-x' };

0 commit comments

Comments
 (0)