@ledgerhq/devices 7.0.2-nightly.1 → 7.0.3-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.
@@ -1,5 +1,5 @@
1
- @ledgerhq/devices:build: cache hit, replaying output 00d938855c3ee9f9
1
+ @ledgerhq/devices:build: cache hit, replaying output 8047780b314e89f9
2
2
  @ledgerhq/devices:build:
3
- @ledgerhq/devices:build: > @ledgerhq/devices@7.0.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/devices
3
+ @ledgerhq/devices:build: > @ledgerhq/devices@7.0.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/devices
4
4
  @ledgerhq/devices:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/devices:build:
package/CHANGELOG.md CHANGED
@@ -1,18 +1,33 @@
1
1
  # @ledgerhq/devices
2
2
 
3
- ## 7.0.2-nightly.1
3
+ ## 7.0.3-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
8
+
9
+ - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
10
+ - @ledgerhq/errors@6.11.1-next.0
11
+ - @ledgerhq/logs@6.10.1-next.0
12
+
13
+ ## 7.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1278](https://github.com/LedgerHQ/ledger-live/pull/1278) [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Update values for memory and block size for FTS
18
+
7
19
  - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
8
- - @ledgerhq/errors@6.11.0-nightly.0
20
+ - @ledgerhq/errors@6.11.0
9
21
 
10
- ## 7.0.2-nightly.0
22
+ ## 7.0.2-next.0
11
23
 
12
24
  ### Patch Changes
13
25
 
14
26
  - [#1278](https://github.com/LedgerHQ/ledger-live/pull/1278) [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Update values for memory and block size for FTS
15
27
 
28
+ - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
29
+ - @ledgerhq/errors@6.11.0-next.0
30
+
16
31
  ## 7.0.1
17
32
 
18
33
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />
1
+ <img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" />
2
2
 
3
3
  ## @ledgerhq/devices
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/devices",
3
- "version": "7.0.2-nightly.1",
3
+ "version": "7.0.3-next.0",
4
4
  "description": "Ledger devices",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "license": "Apache-2.0",
64
64
  "dependencies": {
65
- "@ledgerhq/errors": "^6.11.0-nightly.0",
66
- "@ledgerhq/logs": "^6.10.1-nightly.0",
65
+ "@ledgerhq/errors": "^6.11.1-next.0",
66
+ "@ledgerhq/logs": "^6.10.1-next.0",
67
67
  "rxjs": "6",
68
68
  "semver": "^7.3.5"
69
69
  },