@ledgerhq/errors 6.10.1-yolo.0 → 6.10.1

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,5 +1,5 @@
1
- @ledgerhq/errors:build: cache hit, replaying output 166e5791d97bb21a
1
+ @ledgerhq/errors:build: cache hit, replaying output 2666f1b7340194c6
2
2
  @ledgerhq/errors:build:
3
- @ledgerhq/errors:build: > @ledgerhq/errors@6.10.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
3
+ @ledgerhq/errors:build: > @ledgerhq/errors@6.10.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
4
4
  @ledgerhq/errors:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/errors:build:
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @ledgerhq/errors
2
2
 
3
- ## 6.10.1-yolo.0
3
+ ## 6.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#547](https://github.com/LedgerHQ/ledger-live/pull/547) [`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f) Thanks [@gre](https://github.com/gre)! - Improve stacktrace in custom errors
8
+
9
+ ## 6.10.1-next.0
4
10
 
5
11
  ### Patch Changes
6
12
 
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@ledgerhq/errors",
3
- "version": "6.10.1-yolo.0",
3
+ "version": "6.10.1",
4
4
  "description": "Ledger common errors",
5
5
  "keywords": [
6
6
  "Ledger"
7
7
  ],
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/LedgerHQ/ledgerjs"
10
+ "url": "https://github.com/LedgerHQ/ledger-live.git"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/LedgerHQ/ledgerjs/issues"
13
+ "url": "https://github.com/LedgerHQ/ledger-live/issues"
14
14
  },
15
- "homepage": "https://github.com/LedgerHQ/ledgerjs",
15
+ "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/errors",
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },