@ledgerhq/coin-tezos 4.0.0-nightly.1 → 4.0.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/coin-tezos@3.1.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
2
+ > @ledgerhq/coin-tezos@4.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @ledgerhq/coin-tezos
2
2
 
3
- ## 4.0.0-nightly.1
3
+ ## 4.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
7
  - [#10009](https://github.com/LedgerHQ/ledger-live/pull/10009) [`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-framework): replace operation index with operation id
8
8
 
9
+ ### Minor Changes
10
+
11
+ - [#9981](https://github.com/LedgerHQ/ledger-live/pull/9981) [`001624d`](https://github.com/LedgerHQ/ledger-live/commit/001624d108b8212bff27fda572689a86b9788708) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Tezos listOperations return also 'reveal' one
12
+
9
13
  ### Patch Changes
10
14
 
11
15
  - Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
12
- - @ledgerhq/coin-framework@4.0.0-nightly.1
16
+ - @ledgerhq/coin-framework@4.0.0
13
17
 
14
- ## 3.1.0-nightly.0
18
+ ## 4.0.0-next.0
19
+
20
+ ### Major Changes
21
+
22
+ - [#10009](https://github.com/LedgerHQ/ledger-live/pull/10009) [`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-framework): replace operation index with operation id
15
23
 
16
24
  ### Minor Changes
17
25
 
@@ -19,9 +27,24 @@
19
27
 
20
28
  ### Patch Changes
21
29
 
22
- - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5)]:
23
- - @ledgerhq/types-live@6.68.0-nightly.0
24
- - @ledgerhq/coin-framework@3.0.1-nightly.0
30
+ - Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
31
+ - @ledgerhq/coin-framework@4.0.0-next.0
32
+
33
+ ## 3.0.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
38
+ - @ledgerhq/types-live@6.68.0
39
+ - @ledgerhq/coin-framework@3.0.1
40
+
41
+ ## 3.0.1-next.0
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
46
+ - @ledgerhq/types-live@6.68.0-next.0
47
+ - @ledgerhq/coin-framework@3.0.1-next.0
25
48
 
26
49
  ## 3.0.0
27
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tezos",
3
- "version": "4.0.0-nightly.1",
3
+ "version": "4.0.0",
4
4
  "description": "Tezos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -77,14 +77,14 @@
77
77
  "invariant": "^2.2.4",
78
78
  "lodash": "^4.17.21",
79
79
  "rxjs": "^7.8.1",
80
- "@ledgerhq/coin-framework": "^4.0.0-nightly.1",
80
+ "@ledgerhq/coin-framework": "^4.0.0",
81
81
  "@ledgerhq/cryptoassets": "^13.15.0",
82
- "@ledgerhq/devices": "8.4.5-nightly.0",
83
- "@ledgerhq/errors": "^6.20.0-nightly.0",
82
+ "@ledgerhq/devices": "8.4.4",
83
+ "@ledgerhq/errors": "^6.19.1",
84
84
  "@ledgerhq/live-network": "^2.0.7",
85
85
  "@ledgerhq/logs": "^6.12.0",
86
86
  "@ledgerhq/types-cryptoassets": "^7.22.0",
87
- "@ledgerhq/types-live": "^6.68.0-nightly.0"
87
+ "@ledgerhq/types-live": "^6.68.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@faker-js/faker": "^8.4.1",