Skip to content

Commit e025195

Browse files
[CI Skip] bump/beta 12.6.3-10-x
skip-checks: true
1 parent 744e4c7 commit e025195

31 files changed

+97
-97
lines changed

CONTRIBUTORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
6 Amaury Martiny Add tests from Rust (#283)
55
5 Jakub Pánik Add HydraDX parachain to genesis (#1583)
66
5 kwingram25 Add BN consts and timeToString (#610)
7+
5 Tarik Gul Bump @polkadot/dev to 0.79.1 w/ topo sort (#1921)
78
4 Adam Dossa Update Polymesh Genesis Hash (#1193)
89
4 pan add bifrost kusama (#1626)
9-
4 Tarik Gul Update ci to checkout and setup_node v4 (#1918)
1010
3 Luke Schoen docs: Fix example in readme since we use default imports (#243)
1111
2 AndreasGassmann feat(dependencies): remove moment.js (#530)
1212
2 Gav Wood Fix stake:unstake (#182)

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": "12.6.3-9-x",
17+
"version": "12.6.3-10-x",
1818
"versions": {
19-
"git": "12.6.3-9-x",
19+
"git": "12.6.3-10-x",
2020
"npm": "12.6.2"
2121
},
2222
"workspaces": [

packages/hw-ledger-transports/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "12.6.3-9-x",
17+
"version": "12.6.3-10-x",
1818
"browser": "browser.js",
1919
"main": "node.js",
2020
"react-native": "react-native.js",
2121
"dependencies": {
2222
"@ledgerhq/hw-transport": "^6.30.2",
2323
"@ledgerhq/hw-transport-webhid": "^6.28.2",
2424
"@ledgerhq/hw-transport-webusb": "^6.28.2",
25-
"@polkadot/util": "12.6.3-9-x",
25+
"@polkadot/util": "12.6.3-10-x",
2626
"tslib": "^2.6.2"
2727
},
2828
"optionalDependencies": {

packages/hw-ledger-transports/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/hw-ledger-transports', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/hw-ledger/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"./packageDetect.cjs"
1818
],
1919
"type": "module",
20-
"version": "12.6.3-9-x",
20+
"version": "12.6.3-10-x",
2121
"main": "index.js",
2222
"dependencies": {
23-
"@polkadot/hw-ledger-transports": "12.6.3-9-x",
24-
"@polkadot/util": "12.6.3-9-x",
23+
"@polkadot/hw-ledger-transports": "12.6.3-10-x",
24+
"@polkadot/util": "12.6.3-10-x",
2525
"@zondax/ledger-substrate": "^0.41.3",
2626
"tslib": "^2.6.2"
2727
}

packages/hw-ledger/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/hw-ledger', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/keyring/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "12.6.3-9-x",
21+
"version": "12.6.3-10-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/util": "12.6.3-9-x",
25-
"@polkadot/util-crypto": "12.6.3-9-x",
24+
"@polkadot/util": "12.6.3-10-x",
25+
"@polkadot/util-crypto": "12.6.3-10-x",
2626
"tslib": "^2.6.2"
2727
},
2828
"peerDependencies": {
29-
"@polkadot/util": "12.6.3-9-x",
30-
"@polkadot/util-crypto": "12.6.3-9-x"
29+
"@polkadot/util": "12.6.3-10-x",
30+
"@polkadot/util-crypto": "12.6.3-10-x"
3131
}
3232
}

packages/keyring/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/keyring', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/networks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"main": "index.js",
2020
"dependencies": {
21-
"@polkadot/util": "12.6.3-9-x",
21+
"@polkadot/util": "12.6.3-10-x",
2222
"@substrate/ss58-registry": "^1.46.0",
2323
"tslib": "^2.6.2"
2424
},
2525
"devDependencies": {
26-
"@polkadot/hw-ledger": "12.6.3-9-x"
26+
"@polkadot/hw-ledger": "12.6.3-10-x"
2727
}
2828
}

packages/networks/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/networks', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/util-crypto/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./packageDetect.cjs"
2121
],
2222
"type": "module",
23-
"version": "12.6.3-9-x",
23+
"version": "12.6.3-10-x",
2424
"browser": {
2525
"crypto": false,
2626
"stream": false
@@ -29,16 +29,16 @@
2929
"dependencies": {
3030
"@noble/curves": "^1.3.0",
3131
"@noble/hashes": "^1.3.3",
32-
"@polkadot/networks": "12.6.3-9-x",
33-
"@polkadot/util": "12.6.3-9-x",
32+
"@polkadot/networks": "12.6.3-10-x",
33+
"@polkadot/util": "12.6.3-10-x",
3434
"@polkadot/wasm-crypto": "^7.3.2",
3535
"@polkadot/wasm-util": "^7.3.2",
36-
"@polkadot/x-bigint": "12.6.3-9-x",
37-
"@polkadot/x-randomvalues": "12.6.3-9-x",
36+
"@polkadot/x-bigint": "12.6.3-10-x",
37+
"@polkadot/x-randomvalues": "12.6.3-10-x",
3838
"@scure/base": "^1.1.5",
3939
"tslib": "^2.6.2"
4040
},
4141
"peerDependencies": {
42-
"@polkadot/util": "12.6.3-9-x"
42+
"@polkadot/util": "12.6.3-10-x"
4343
}
4444
}

packages/util-crypto/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/util-crypto', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/util/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "12.6.3-9-x",
21+
"version": "12.6.3-10-x",
2222
"main": "index.js",
2323
"exports": {
2424
"./hex/toU8a": {
@@ -35,15 +35,15 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@polkadot/x-bigint": "12.6.3-9-x",
39-
"@polkadot/x-global": "12.6.3-9-x",
40-
"@polkadot/x-textdecoder": "12.6.3-9-x",
41-
"@polkadot/x-textencoder": "12.6.3-9-x",
38+
"@polkadot/x-bigint": "12.6.3-10-x",
39+
"@polkadot/x-global": "12.6.3-10-x",
40+
"@polkadot/x-textdecoder": "12.6.3-10-x",
41+
"@polkadot/x-textencoder": "12.6.3-10-x",
4242
"@types/bn.js": "^5.1.5",
4343
"bn.js": "^5.2.1",
4444
"tslib": "^2.6.2"
4545
},
4646
"devDependencies": {
47-
"@polkadot/x-randomvalues": "12.6.3-9-x"
47+
"@polkadot/x-randomvalues": "12.6.3-10-x"
4848
}
4949
}

packages/util/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/util', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-bigint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"./shim.cjs"
1919
],
2020
"type": "module",
21-
"version": "12.6.3-9-x",
21+
"version": "12.6.3-10-x",
2222
"dependencies": {
23-
"@polkadot/x-global": "12.6.3-9-x",
23+
"@polkadot/x-global": "12.6.3-10-x",
2424
"tslib": "^2.6.2"
2525
}
2626
}

packages/x-bigint/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/x-bigint', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-bundle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"main": "index.js",
2020
"dependencies": {
21-
"@polkadot/util": "12.6.3-9-x",
21+
"@polkadot/util": "12.6.3-10-x",
2222
"buffer-es6": "^4.9.3",
2323
"tslib": "^2.6.2"
2424
}

packages/x-bundle/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/x-bundle', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"browser": "browser.js",
2020
"main": "node.js",
2121
"react-native": "react-native.js",
2222
"dependencies": {
23-
"@polkadot/x-global": "12.6.3-9-x",
23+
"@polkadot/x-global": "12.6.3-10-x",
2424
"node-fetch": "^3.3.2",
2525
"tslib": "^2.6.2"
2626
}

packages/x-fetch/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/x-fetch', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-global/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"main": "index.js",
2020
"dependencies": {
2121
"tslib": "^2.6.2"

packages/x-global/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/x-global', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-randomvalues/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"browser": "browser.js",
2020
"main": "node.js",
2121
"react-native": "react-native.js",
2222
"dependencies": {
23-
"@polkadot/x-global": "12.6.3-9-x",
23+
"@polkadot/x-global": "12.6.3-10-x",
2424
"tslib": "^2.6.2"
2525
},
2626
"devDependencies": {
27-
"@polkadot/util": "12.6.3-9-x",
27+
"@polkadot/util": "12.6.3-10-x",
2828
"@polkadot/wasm-util": "^7.3.2",
2929
"@types/react-native": "^0.73.0"
3030
},
3131
"peerDependencies": {
32-
"@polkadot/util": "12.6.3-9-x",
32+
"@polkadot/util": "12.6.3-10-x",
3333
"@polkadot/wasm-util": "*"
3434
}
3535
}

packages/x-randomvalues/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/x-randomvalues', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-textdecoder/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"browser": "browser.js",
2020
"main": "node.js",
2121
"react-native": "react-native.js",
2222
"dependencies": {
23-
"@polkadot/x-global": "12.6.3-9-x",
23+
"@polkadot/x-global": "12.6.3-10-x",
2424
"tslib": "^2.6.2"
2525
}
2626
}

packages/x-textdecoder/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/x-textdecoder', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-textencoder/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"browser": "browser.js",
2020
"main": "node.js",
2121
"react-native": "react-native.js",
2222
"dependencies": {
23-
"@polkadot/x-global": "12.6.3-9-x",
23+
"@polkadot/x-global": "12.6.3-10-x",
2424
"tslib": "^2.6.2"
2525
}
2626
}

packages/x-textencoder/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/x-textencoder', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

packages/x-ws/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "12.6.3-9-x",
18+
"version": "12.6.3-10-x",
1919
"browser": "browser.js",
2020
"main": "node.js",
2121
"react-native": "react-native.js",
2222
"dependencies": {
23-
"@polkadot/x-global": "12.6.3-9-x",
23+
"@polkadot/x-global": "12.6.3-10-x",
2424
"tslib": "^2.6.2",
2525
"ws": "^8.16.0"
2626
},

packages/x-ws/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/x-ws', path: 'auto', type: 'auto', version: '12.6.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '12.6.3-10-x' };

0 commit comments

Comments
 (0)