Commit 97b1fdf 1 parent 9971684 commit 97b1fdf Copy full SHA for 97b1fdf
File tree 17 files changed +98
-81
lines changed
17 files changed +98
-81
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 13.0.1 July 12, 2024
4
+
5
+ Breaking Changes:
6
+
7
+ - Add Support for latest Ledger App
8
+ - This deprecates ` class Ledger ` in favor of ` class LedgerGeneric `
9
+ - More info in the following PR ([ #1925 ] ( https://github.com/polkadot-js/common/pull/1925 ) )
10
+
11
+ Changes:
12
+
13
+ - Bump dev to 0.79.1
14
+ - Comments around pair encode/decode 1-3
15
+ - Bump ws, react-native, ss58Registry
16
+ - Bump yarn to 4.3.1
17
+ - Update CI to checkout and setup_node v4
18
+
19
+
3
20
## 12.6.2 Dec 18, 2023
4
21
5
22
Changes:
Original file line number Diff line number Diff line change 14
14
},
15
15
"sideEffects" : false ,
16
16
"type" : " module" ,
17
- "version" : " 12.6.3-13-x " ,
17
+ "version" : " 13.0.1 " ,
18
18
"versions" : {
19
19
"git" : " 12.6.3-13-x" ,
20
20
"npm" : " 12.6.2"
Original file line number Diff line number Diff line change 14
14
},
15
15
"sideEffects" : false ,
16
16
"type" : " module" ,
17
- "version" : " 12.6.3-13-x " ,
17
+ "version" : " 13.0.1 " ,
18
18
"browser" : " browser.js" ,
19
19
"main" : " node.js" ,
20
20
"react-native" : " react-native.js" ,
21
21
"dependencies" : {
22
22
"@ledgerhq/hw-transport" : " ^6.31.0" ,
23
23
"@ledgerhq/hw-transport-webhid" : " ^6.29.0" ,
24
24
"@ledgerhq/hw-transport-webusb" : " ^6.29.0" ,
25
- "@polkadot/util" : " 12.6.3-13-x " ,
25
+ "@polkadot/util" : " 13.0.1 " ,
26
26
"tslib" : " ^2.6.2"
27
27
},
28
28
"optionalDependencies" : {
Original file line number Diff line number Diff line change 17
17
" ./packageDetect.cjs"
18
18
],
19
19
"type" : " module" ,
20
- "version" : " 12.6.3-13-x " ,
20
+ "version" : " 13.0.1 " ,
21
21
"main" : " index.js" ,
22
22
"dependencies" : {
23
- "@polkadot/hw-ledger-transports" : " 12.6.3-13-x " ,
24
- "@polkadot/util" : " 12.6.3-13-x " ,
23
+ "@polkadot/hw-ledger-transports" : " 13.0.1 " ,
24
+ "@polkadot/util" : " 13.0.1 " ,
25
25
"@zondax/ledger-substrate" : " 0.44.4" ,
26
26
"tslib" : " ^2.6.2"
27
27
}
Original file line number Diff line number Diff line change 18
18
" ./packageDetect.cjs"
19
19
],
20
20
"type" : " module" ,
21
- "version" : " 12.6.3-13-x " ,
21
+ "version" : " 13.0.1 " ,
22
22
"main" : " index.js" ,
23
23
"dependencies" : {
24
- "@polkadot/util" : " 12.6.3-13-x " ,
25
- "@polkadot/util-crypto" : " 12.6.3-13-x " ,
24
+ "@polkadot/util" : " 13.0.1 " ,
25
+ "@polkadot/util-crypto" : " 13.0.1 " ,
26
26
"tslib" : " ^2.6.2"
27
27
},
28
28
"peerDependencies" : {
29
- "@polkadot/util" : " 12.6.3-13-x " ,
30
- "@polkadot/util-crypto" : " 12.6.3-13-x "
29
+ "@polkadot/util" : " 13.0.1 " ,
30
+ "@polkadot/util-crypto" : " 13.0.1 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"main" : " index.js" ,
20
20
"dependencies" : {
21
- "@polkadot/util" : " 12.6.3-13-x " ,
21
+ "@polkadot/util" : " 13.0.1 " ,
22
22
"@substrate/ss58-registry" : " ^1.46.0" ,
23
23
"tslib" : " ^2.6.2"
24
24
},
25
25
"devDependencies" : {
26
- "@polkadot/hw-ledger" : " 12.6.3-13-x "
26
+ "@polkadot/hw-ledger" : " 13.0.1 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change 20
20
" ./packageDetect.cjs"
21
21
],
22
22
"type" : " module" ,
23
- "version" : " 12.6.3-13-x " ,
23
+ "version" : " 13.0.1 " ,
24
24
"browser" : {
25
25
"crypto" : false ,
26
26
"stream" : false
29
29
"dependencies" : {
30
30
"@noble/curves" : " ^1.3.0" ,
31
31
"@noble/hashes" : " ^1.3.3" ,
32
- "@polkadot/networks" : " 12.6.3-13-x " ,
33
- "@polkadot/util" : " 12.6.3-13-x " ,
32
+ "@polkadot/networks" : " 13.0.1 " ,
33
+ "@polkadot/util" : " 13.0.1 " ,
34
34
"@polkadot/wasm-crypto" : " ^7.3.2" ,
35
35
"@polkadot/wasm-util" : " ^7.3.2" ,
36
- "@polkadot/x-bigint" : " 12.6.3-13-x " ,
37
- "@polkadot/x-randomvalues" : " 12.6.3-13-x " ,
36
+ "@polkadot/x-bigint" : " 13.0.1 " ,
37
+ "@polkadot/x-randomvalues" : " 13.0.1 " ,
38
38
"@scure/base" : " ^1.1.5" ,
39
39
"tslib" : " ^2.6.2"
40
40
},
41
41
"peerDependencies" : {
42
- "@polkadot/util" : " 12.6.3-13-x "
42
+ "@polkadot/util" : " 13.0.1 "
43
43
}
44
44
}
Original file line number Diff line number Diff line change 18
18
" ./packageDetect.cjs"
19
19
],
20
20
"type" : " module" ,
21
- "version" : " 12.6.3-13-x " ,
21
+ "version" : " 13.0.1 " ,
22
22
"main" : " index.js" ,
23
23
"exports" : {
24
24
"./hex/toU8a" : {
35
35
}
36
36
},
37
37
"dependencies" : {
38
- "@polkadot/x-bigint" : " 12.6.3-13-x " ,
39
- "@polkadot/x-global" : " 12.6.3-13-x " ,
40
- "@polkadot/x-textdecoder" : " 12.6.3-13-x " ,
41
- "@polkadot/x-textencoder" : " 12.6.3-13-x " ,
38
+ "@polkadot/x-bigint" : " 13.0.1 " ,
39
+ "@polkadot/x-global" : " 13.0.1 " ,
40
+ "@polkadot/x-textdecoder" : " 13.0.1 " ,
41
+ "@polkadot/x-textencoder" : " 13.0.1 " ,
42
42
"@types/bn.js" : " ^5.1.5" ,
43
43
"bn.js" : " ^5.2.1" ,
44
44
"tslib" : " ^2.6.2"
45
45
},
46
46
"devDependencies" : {
47
- "@polkadot/x-randomvalues" : " 12.6.3-13-x "
47
+ "@polkadot/x-randomvalues" : " 13.0.1 "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 18
18
" ./shim.cjs"
19
19
],
20
20
"type" : " module" ,
21
- "version" : " 12.6.3-13-x " ,
21
+ "version" : " 13.0.1 " ,
22
22
"dependencies" : {
23
- "@polkadot/x-global" : " 12.6.3-13-x " ,
23
+ "@polkadot/x-global" : " 13.0.1 " ,
24
24
"tslib" : " ^2.6.2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"main" : " index.js" ,
20
20
"dependencies" : {
21
- "@polkadot/util" : " 12.6.3-13-x " ,
21
+ "@polkadot/util" : " 13.0.1 " ,
22
22
"buffer-es6" : " ^4.9.3" ,
23
23
"tslib" : " ^2.6.2"
24
24
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"browser" : " browser.js" ,
20
20
"main" : " node.js" ,
21
21
"react-native" : " react-native.js" ,
22
22
"dependencies" : {
23
- "@polkadot/x-global" : " 12.6.3-13-x " ,
23
+ "@polkadot/x-global" : " 13.0.1 " ,
24
24
"node-fetch" : " ^3.3.2" ,
25
25
"tslib" : " ^2.6.2"
26
26
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"main" : " index.js" ,
20
20
"dependencies" : {
21
21
"tslib" : " ^2.6.2"
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"browser" : " browser.js" ,
20
20
"main" : " node.js" ,
21
21
"react-native" : " react-native.js" ,
22
22
"dependencies" : {
23
- "@polkadot/x-global" : " 12.6.3-13-x " ,
23
+ "@polkadot/x-global" : " 13.0.1 " ,
24
24
"tslib" : " ^2.6.2"
25
25
},
26
26
"devDependencies" : {
27
- "@polkadot/util" : " 12.6.3-13-x " ,
27
+ "@polkadot/util" : " 13.0.1 " ,
28
28
"@polkadot/wasm-util" : " ^7.3.2" ,
29
29
"@types/react-native" : " ^0.73.0"
30
30
},
31
31
"peerDependencies" : {
32
- "@polkadot/util" : " 12.6.3-13-x " ,
32
+ "@polkadot/util" : " 13.0.1 " ,
33
33
"@polkadot/wasm-util" : " *"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"browser" : " browser.js" ,
20
20
"main" : " node.js" ,
21
21
"react-native" : " react-native.js" ,
22
22
"dependencies" : {
23
- "@polkadot/x-global" : " 12.6.3-13-x " ,
23
+ "@polkadot/x-global" : " 13.0.1 " ,
24
24
"tslib" : " ^2.6.2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"browser" : " browser.js" ,
20
20
"main" : " node.js" ,
21
21
"react-native" : " react-native.js" ,
22
22
"dependencies" : {
23
- "@polkadot/x-global" : " 12.6.3-13-x " ,
23
+ "@polkadot/x-global" : " 13.0.1 " ,
24
24
"tslib" : " ^2.6.2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "version" : " 12.6.3-13-x " ,
18
+ "version" : " 13.0.1 " ,
19
19
"browser" : " browser.js" ,
20
20
"main" : " node.js" ,
21
21
"react-native" : " react-native.js" ,
22
22
"dependencies" : {
23
- "@polkadot/x-global" : " 12.6.3-13-x " ,
23
+ "@polkadot/x-global" : " 13.0.1 " ,
24
24
"tslib" : " ^2.6.2" ,
25
25
"ws" : " ^8.16.0"
26
26
},
You can’t perform that action at this time.
0 commit comments