@taquito/ledger-signer 23.0.3 → 23.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/errors.ts.html +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/taquito-ledger-signer.ts.html +1 -1
- package/coverage/lcov-report/utils.ts.html +1 -1
- package/coverage/lcov-report/version.ts.html +3 -3
- package/dist/lib/version.js +2 -2
- package/dist/taquito-ledger-signer.es6.js +2 -2
- package/dist/taquito-ledger-signer.umd.js +2 -2
- package/package.json +7 -7
- package/rollup.config.ts +16 -2
- package/src/version.ts +2 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1765473076412" clover="3.2.0">
|
|
3
|
+
<project timestamp="1765473076412" name="All files">
|
|
4
4
|
<metrics statements="167" coveredstatements="142" conditionals="43" coveredconditionals="36" methods="25" coveredmethods="17" elements="235" coveredelements="195" complexity="0" loc="167" ncloc="167" packages="1" files="4" classes="4"/>
|
|
5
5
|
<file name="errors.ts" path="/Users/huianyang/Desktop/taquito/packages/taquito-ledger-signer/src/errors.ts">
|
|
6
6
|
<metrics statements="19" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
@@ -214,7 +214,7 @@ export class InvalidDerivationTypeError extends ParameterValidationError {
|
|
|
214
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
215
215
|
Code coverage generated by
|
|
216
216
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
217
|
-
at 2025-
|
|
217
|
+
at 2025-12-11T17:11:16.403Z
|
|
218
218
|
</div>
|
|
219
219
|
<script src="prettify.js"></script>
|
|
220
220
|
<script>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
147
147
|
Code coverage generated by
|
|
148
148
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
149
|
-
at 2025-
|
|
149
|
+
at 2025-12-11T17:11:16.403Z
|
|
150
150
|
</div>
|
|
151
151
|
<script src="prettify.js"></script>
|
|
152
152
|
<script>
|
|
@@ -775,7 +775,7 @@ export class LedgerSigner implements Signer {
|
|
|
775
775
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
776
776
|
Code coverage generated by
|
|
777
777
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
778
|
-
at 2025-
|
|
778
|
+
at 2025-12-11T17:11:16.403Z
|
|
779
779
|
</div>
|
|
780
780
|
<script src="prettify.js"></script>
|
|
781
781
|
<script>
|
|
@@ -460,7 +460,7 @@ export function extractValue(idxLength: number, response: Buffer) {
|
|
|
460
460
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
461
461
|
Code coverage generated by
|
|
462
462
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
463
|
-
at 2025-
|
|
463
|
+
at 2025-12-11T17:11:16.403Z
|
|
464
464
|
</div>
|
|
465
465
|
<script src="prettify.js"></script>
|
|
466
466
|
<script>
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">
|
|
79
79
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
80
80
|
export const VERSION = {
|
|
81
|
-
"commitHash": "
|
|
82
|
-
"version": "23.0.
|
|
81
|
+
"commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
|
|
82
|
+
"version": "23.0.3"
|
|
83
83
|
};
|
|
84
84
|
</pre></td></tr></table></pre>
|
|
85
85
|
|
|
@@ -88,7 +88,7 @@ export const VERSION = {
|
|
|
88
88
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
89
89
|
Code coverage generated by
|
|
90
90
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
91
|
-
at 2025-
|
|
91
|
+
at 2025-12-11T17:11:16.403Z
|
|
92
92
|
</div>
|
|
93
93
|
<script src="prettify.js"></script>
|
|
94
94
|
<script>
|
package/dist/lib/version.js
CHANGED
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
4
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "23.0
|
|
6
|
+
"commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
|
|
7
|
+
"version": "23.1.0"
|
|
8
8
|
};
|
|
@@ -204,8 +204,8 @@ class InvalidDerivationTypeError extends ParameterValidationError {
|
|
|
204
204
|
|
|
205
205
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
206
206
|
const VERSION = {
|
|
207
|
-
"commitHash": "
|
|
208
|
-
"version": "23.0
|
|
207
|
+
"commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
|
|
208
|
+
"version": "23.1.0"
|
|
209
209
|
};
|
|
210
210
|
|
|
211
211
|
/**
|
|
@@ -205,8 +205,8 @@
|
|
|
205
205
|
|
|
206
206
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
207
207
|
const VERSION = {
|
|
208
|
-
"commitHash": "
|
|
209
|
-
"version": "23.0
|
|
208
|
+
"commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
|
|
209
|
+
"version": "23.1.0"
|
|
210
210
|
};
|
|
211
211
|
|
|
212
212
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/ledger-signer",
|
|
3
|
-
"version": "23.0
|
|
3
|
+
"version": "23.1.0",
|
|
4
4
|
"description": "Ledger signer provider",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"engines": {
|
|
23
|
-
"node": ">=
|
|
23
|
+
"node": ">=20"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"lint": "eslint --ext .js,.ts .",
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@ledgerhq/hw-transport": "^6.31.4",
|
|
61
61
|
"@stablelib/blake2b": "^1.0.1",
|
|
62
|
-
"@taquito/core": "^23.0
|
|
63
|
-
"@taquito/taquito": "^23.0
|
|
64
|
-
"@taquito/utils": "^23.0
|
|
62
|
+
"@taquito/core": "^23.1.0",
|
|
63
|
+
"@taquito/taquito": "^23.1.0",
|
|
64
|
+
"@taquito/utils": "^23.1.0",
|
|
65
65
|
"buffer": "^6.0.3"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/bluebird": "^3.5.42",
|
|
69
69
|
"@types/jest": "^29.5.12",
|
|
70
|
-
"@types/node": "^
|
|
70
|
+
"@types/node": "^20",
|
|
71
71
|
"@types/ws": "^8.5.12",
|
|
72
72
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
73
73
|
"@typescript-eslint/parser": "^6.21.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"ts-toolbelt": "^9.6.0",
|
|
93
93
|
"typescript": "~5.5.4"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "bcf60513cade1e3272cd50c47a786d4bd45f70c8"
|
|
96
96
|
}
|
package/rollup.config.ts
CHANGED
|
@@ -9,11 +9,25 @@ const libraryName = 'taquito-ledger-signer';
|
|
|
9
9
|
export default {
|
|
10
10
|
input: `src/${libraryName}.ts`,
|
|
11
11
|
output: [
|
|
12
|
-
{
|
|
12
|
+
{
|
|
13
|
+
file: pkg.main,
|
|
14
|
+
name: camelCase(libraryName),
|
|
15
|
+
format: 'umd',
|
|
16
|
+
sourcemap: true,
|
|
17
|
+
globals: {
|
|
18
|
+
'@taquito/core': 'core',
|
|
19
|
+
'@taquito/utils': 'utils',
|
|
20
|
+
'@stablelib/blake2b': 'blake2b'
|
|
21
|
+
}
|
|
22
|
+
},
|
|
13
23
|
{ file: pkg.module, format: 'es', sourcemap: true },
|
|
14
24
|
],
|
|
15
25
|
// Indicate here external modules you don't wanna include in your bundle (i.e.: 'lodash')
|
|
16
|
-
|
|
26
|
+
external: [
|
|
27
|
+
'@taquito/core',
|
|
28
|
+
'@taquito/utils',
|
|
29
|
+
'@stablelib/blake2b'
|
|
30
|
+
],
|
|
17
31
|
watch: {
|
|
18
32
|
include: 'src/**',
|
|
19
33
|
},
|
package/src/version.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
3
3
|
export const VERSION = {
|
|
4
|
-
"commitHash": "
|
|
5
|
-
"version": "23.0
|
|
4
|
+
"commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
|
|
5
|
+
"version": "23.1.0"
|
|
6
6
|
};
|