@ledgerhq/hw-transport-vault 1.3.0-nightly.3 → 1.3.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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-transport-vault@1.3.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-vault
2
+ > @ledgerhq/hw-transport-vault@1.3.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-vault
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,29 +1,18 @@
1
1
  # @ledgerhq/hw-transport-vault
2
2
 
3
- ## 1.3.0-nightly.3
3
+ ## 1.3.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport-http@6.30.0-nightly.3
9
-
10
- ## 1.3.0-nightly.2
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [[`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
15
- - @ledgerhq/errors@6.17.0-nightly.2
16
- - @ledgerhq/hw-transport-http@6.30.0-nightly.2
5
+ ### Minor Changes
17
6
 
18
- ## 1.3.0-nightly.1
7
+ - [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
19
8
 
20
9
  ### Patch Changes
21
10
 
22
- - Updated dependencies [[`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
23
- - @ledgerhq/errors@6.17.0-nightly.1
24
- - @ledgerhq/hw-transport-http@6.30.0-nightly.1
11
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
12
+ - @ledgerhq/hw-transport-http@6.30.0
13
+ - @ledgerhq/errors@6.17.0
25
14
 
26
- ## 1.3.0-nightly.0
15
+ ## 1.3.0-next.0
27
16
 
28
17
  ### Minor Changes
29
18
 
@@ -31,9 +20,9 @@
31
20
 
32
21
  ### Patch Changes
33
22
 
34
- - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
35
- - @ledgerhq/hw-transport-http@6.30.0-nightly.0
36
- - @ledgerhq/errors@6.17.0-nightly.0
23
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
24
+ - @ledgerhq/hw-transport-http@6.30.0-next.0
25
+ - @ledgerhq/errors@6.17.0-next.0
37
26
 
38
27
  ## 1.2.6
39
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-vault",
3
- "version": "1.3.0-nightly.3",
3
+ "version": "1.3.0",
4
4
  "description": "Ledger Vault transport",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,8 +27,8 @@
27
27
  "types": "lib/index.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/errors": "^6.17.0-nightly.2",
31
- "@ledgerhq/hw-transport-http": "^6.30.0-nightly.3",
30
+ "@ledgerhq/errors": "^6.17.0",
31
+ "@ledgerhq/hw-transport-http": "^6.30.0",
32
32
  "@ledgerhq/logs": "^6.12.0"
33
33
  },
34
34
  "devDependencies": {