@taquito/ledger-signer 21.0.1 → 21.0.2

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.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1737402016678" clover="3.2.0">
3
- <project timestamp="1737402016678" name="All files">
2
+ <coverage generated="1737658256755" clover="3.2.0">
3
+ <project timestamp="1737658256755" 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/ECAD_LABS/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-01-20T19:40:16.669Z
217
+ at 2025-01-23T18:50:56.747Z
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-01-20T19:40:16.669Z
149
+ at 2025-01-23T18:50:56.747Z
150
150
  </div>
151
151
  <script src="prettify.js"></script>
152
152
  <script>
@@ -784,7 +784,7 @@ export class LedgerSigner implements Signer {
784
784
  <div class='footer quiet pad2 space-top1 center small'>
785
785
  Code coverage generated by
786
786
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
787
- at 2025-01-20T19:40:16.669Z
787
+ at 2025-01-23T18:50:56.747Z
788
788
  </div>
789
789
  <script src="prettify.js"></script>
790
790
  <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-01-20T19:40:16.669Z
463
+ at 2025-01-23T18:50:56.747Z
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">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">&nbsp;
79
79
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
80
80
  export const VERSION = {
81
- "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
82
- "version": "21.0.0"
81
+ "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
82
+ "version": "21.0.1"
83
83
  };
84
84
  &nbsp;</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-01-20T19:40:16.669Z
91
+ at 2025-01-23T18:50:56.747Z
92
92
  </div>
93
93
  <script src="prettify.js"></script>
94
94
  <script>
@@ -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": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
7
- "version": "21.0.1"
6
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
7
+ "version": "21.0.2"
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": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
208
- "version": "21.0.1"
207
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
208
+ "version": "21.0.2"
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": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
209
- "version": "21.0.1"
208
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
209
+ "version": "21.0.2"
210
210
  };
211
211
 
212
212
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/ledger-signer",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "description": "Ledger signer provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -59,9 +59,9 @@
59
59
  "dependencies": {
60
60
  "@ledgerhq/hw-transport": "^6.31.4",
61
61
  "@stablelib/blake2b": "^1.0.1",
62
- "@taquito/core": "^21.0.1",
63
- "@taquito/taquito": "^21.0.1",
64
- "@taquito/utils": "^21.0.1",
62
+ "@taquito/core": "^21.0.2",
63
+ "@taquito/taquito": "^21.0.2",
64
+ "@taquito/utils": "^21.0.2",
65
65
  "buffer": "^6.0.3"
66
66
  },
67
67
  "devDependencies": {
@@ -92,5 +92,5 @@
92
92
  "ts-toolbelt": "^9.6.0",
93
93
  "typescript": "~5.5.4"
94
94
  },
95
- "gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb"
95
+ "gitHead": "07d4dfc0bff882512c1ea9ed6efd7d797209dfa6"
96
96
  }
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": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
5
- "version": "21.0.1"
4
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
5
+ "version": "21.0.2"
6
6
  };