@ledgerhq/hw-transport-node-hid-singleton 6.27.2-universal.0 → 6.27.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 +2 -2
- package/CHANGELOG.md +8 -2
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output 52d7b0be921f8b52
|
|
2
2
|
@ledgerhq/hw-transport-node-hid-singleton:build:
|
|
3
|
-
@ledgerhq/hw-transport-node-hid-singleton:build: > @ledgerhq/hw-transport-node-hid-singleton@6.27.
|
|
3
|
+
@ledgerhq/hw-transport-node-hid-singleton:build: > @ledgerhq/hw-transport-node-hid-singleton@6.27.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
|
|
4
4
|
@ledgerhq/hw-transport-node-hid-singleton:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/hw-transport-node-hid-singleton:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# @ledgerhq/hw-transport-node-hid-singleton
|
|
2
2
|
|
|
3
|
-
## 6.27.2
|
|
3
|
+
## 6.27.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- [#253](https://github.com/LedgerHQ/ledger-live/pull/253) [`c5c3f48e4`](https://github.com/LedgerHQ/ledger-live/commit/c5c3f48e42fe9b8e7d200e6d0161d990c84f23c1) Thanks [@elbywan](https://github.com/elbywan)! - Add basic support for macOS universal apps.
|
|
8
|
+
|
|
9
|
+
## 6.27.2-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c5c3f48e4: Add basic support for macOS universal apps.
|
package/package.json
CHANGED