@ledgerhq/devices 8.2.3-nightly.0 → 8.3.0-next.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/CHANGELOG.md +9 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/devices
|
|
2
2
|
|
|
3
|
-
## 8.
|
|
3
|
+
## 8.3.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#6261](https://github.com/LedgerHQ/ledger-live/pull/6261) [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - add device model europa
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
-
|
|
8
|
-
|
|
11
|
+
- [#6399](https://github.com/LedgerHQ/ledger-live/pull/6399) [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Fix Europa USB and Bluetooth UUIDs
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1)]:
|
|
14
|
+
- @ledgerhq/errors@6.16.4-next.0
|
|
9
15
|
|
|
10
16
|
## 8.2.2
|
|
11
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/devices",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0-next.0",
|
|
4
4
|
"description": "Ledger devices",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"rxjs": "^7.8.1",
|
|
57
57
|
"semver": "^7.3.5",
|
|
58
|
-
"@ledgerhq/errors": "^6.16.4-
|
|
58
|
+
"@ledgerhq/errors": "^6.16.4-next.0",
|
|
59
59
|
"@ledgerhq/logs": "^6.12.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|