@ledgerhq/device-core 0.3.2-nightly.4 → 0.3.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/device-core@0.3.2-nightly.3 build /home/runner/work/ledger-live/ledger-live/libs/device-core
2
+ > @ledgerhq/device-core@0.3.2 build /home/runner/work/ledger-live/ledger-live/libs/device-core
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,41 +1,24 @@
1
1
  # @ledgerhq/device-core
2
2
 
3
- ## 0.3.2-nightly.4
3
+ ## 0.3.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`9a650da`](https://github.com/LedgerHQ/ledger-live/commit/9a650da9a147d6881f7082278d2bf764c37e1451)]:
8
- - @ledgerhq/types-live@6.50.0-nightly.4
7
+ - [#7328](https://github.com/LedgerHQ/ledger-live/pull/7328) [`a0a36e5`](https://github.com/LedgerHQ/ledger-live/commit/a0a36e5fe86865a5643b38ed8d56e93cbda07e15) Thanks [@jiyuzhuang](https://github.com/jiyuzhuang)! - Add and export type guard for AppStorageInfo
9
8
 
10
- ## 0.3.2-nightly.3
9
+ - Updated dependencies [[`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9), [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f), [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be)]:
10
+ - @ledgerhq/types-live@6.50.0
11
+ - @ledgerhq/live-network@1.4.0
11
12
 
12
- ### Patch Changes
13
-
14
- - Updated dependencies []:
15
- - @ledgerhq/live-network@1.3.2-nightly.2
16
-
17
- ## 0.3.2-nightly.2
13
+ ## 0.3.2-next.0
18
14
 
19
15
  ### Patch Changes
20
16
 
21
- - Updated dependencies [[`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be)]:
22
- - @ledgerhq/types-live@6.50.0-nightly.3
23
- - @ledgerhq/live-network@1.3.2-nightly.1
24
-
25
- ## 0.3.2-nightly.1
26
-
27
- ### Patch Changes
28
-
29
- - Updated dependencies [[`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f)]:
30
- - @ledgerhq/types-live@6.50.0-nightly.2
31
-
32
- ## 0.3.2-nightly.0
33
-
34
- ### Patch Changes
17
+ - [#7328](https://github.com/LedgerHQ/ledger-live/pull/7328) [`a0a36e5`](https://github.com/LedgerHQ/ledger-live/commit/a0a36e5fe86865a5643b38ed8d56e93cbda07e15) Thanks [@jiyuzhuang](https://github.com/jiyuzhuang)! - Add and export type guard for AppStorageInfo
35
18
 
36
- - Updated dependencies [[`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf)]:
37
- - @ledgerhq/types-live@6.50.0-nightly.1
38
- - @ledgerhq/live-network@1.3.2-nightly.0
19
+ - Updated dependencies [[`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9), [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f), [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be)]:
20
+ - @ledgerhq/types-live@6.50.0-next.0
21
+ - @ledgerhq/live-network@1.4.0-next.0
39
22
 
40
23
  ## 0.3.1
41
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/device-core",
3
- "version": "0.3.2-nightly.4",
3
+ "version": "0.3.2",
4
4
  "description": "Ledger Live device core module",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -21,11 +21,11 @@
21
21
  "sha.js": "^2.4.11",
22
22
  "semver": "^7.3.5",
23
23
  "@ledgerhq/errors": "^6.18.0",
24
- "@ledgerhq/live-network": "^1.3.2-nightly.2",
24
+ "@ledgerhq/live-network": "^1.4.0",
25
25
  "@ledgerhq/hw-transport": "^6.31.2",
26
26
  "@ledgerhq/logs": "^6.12.0",
27
27
  "@ledgerhq/devices": "^8.4.2",
28
- "@ledgerhq/types-live": "^6.50.0-nightly.4"
28
+ "@ledgerhq/types-live": "^6.50.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/react": "14",