@ledgerhq/errors 6.16.0-nightly.1 → 6.16.0-nightly.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/README.md +6 -6
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ledgerhq/errors
|
|
2
2
|
|
|
3
|
+
## 6.16.0-nightly.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
|
|
8
|
+
|
|
3
9
|
## 6.16.0-nightly.1
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -34,8 +34,8 @@ that was used.
|
|
|
34
34
|
|
|
35
35
|
#### Parameters
|
|
36
36
|
|
|
37
|
-
* `type` **[HwTransportErrorType](#hwtransporterrortype)
|
|
38
|
-
* `message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
|
|
37
|
+
* `type` **[HwTransportErrorType](#hwtransporterrortype)** 
|
|
38
|
+
* `message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
|
|
39
39
|
|
|
40
40
|
### TransportError
|
|
41
41
|
|
|
@@ -46,8 +46,8 @@ e.g. Error thrown when data received by exchanges are incorrect or if exchanged
|
|
|
46
46
|
|
|
47
47
|
#### Parameters
|
|
48
48
|
|
|
49
|
-
* `message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
|
|
50
|
-
* `id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
|
|
49
|
+
* `message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
|
|
50
|
+
* `id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
|
|
51
51
|
|
|
52
52
|
### TransportStatusError
|
|
53
53
|
|
|
@@ -56,6 +56,6 @@ the error.statusCode is one of the `StatusCodes` exported by this library.
|
|
|
56
56
|
|
|
57
57
|
#### Parameters
|
|
58
58
|
|
|
59
|
-
* `statusCode` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)
|
|
59
|
+
* `statusCode` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** 
|
|
60
60
|
|
|
61
|
-
Returns **void
|
|
61
|
+
Returns **void** 
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/errors",
|
|
3
|
-
"version": "6.16.0-nightly.
|
|
3
|
+
"version": "6.16.0-nightly.2",
|
|
4
4
|
"description": "Ledger common errors",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/jest": "^29.5.0",
|
|
26
26
|
"@types/node": "^20.8.10",
|
|
27
|
-
"documentation": "
|
|
27
|
+
"documentation": "14.0.2",
|
|
28
28
|
"jest": "^28.1.1",
|
|
29
29
|
"rimraf": "^4.4.1",
|
|
30
30
|
"source-map-support": "^0.5.21",
|