@ledgerhq/device-core 0.3.2-nightly.3 → 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.2 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,34 +1,24 @@
1
1
  # @ledgerhq/device-core
2
2
 
3
- ## 0.3.2-nightly.3
3
+ ## 0.3.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/live-network@1.3.2-nightly.2
9
-
10
- ## 0.3.2-nightly.2
11
-
12
- ### Patch Changes
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
13
8
 
14
- - Updated dependencies [[`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be)]:
15
- - @ledgerhq/types-live@6.50.0-nightly.3
16
- - @ledgerhq/live-network@1.3.2-nightly.1
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
17
12
 
18
- ## 0.3.2-nightly.1
13
+ ## 0.3.2-next.0
19
14
 
20
15
  ### Patch Changes
21
16
 
22
- - Updated dependencies [[`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f)]:
23
- - @ledgerhq/types-live@6.50.0-nightly.2
24
-
25
- ## 0.3.2-nightly.0
26
-
27
- ### 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
28
18
 
29
- - Updated dependencies [[`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf)]:
30
- - @ledgerhq/types-live@6.50.0-nightly.1
31
- - @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
32
22
 
33
23
  ## 0.3.1
34
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/device-core",
3
- "version": "0.3.2-nightly.3",
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.3"
28
+ "@ledgerhq/types-live": "^6.50.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/react": "14",