@ledgerhq/coin-module-boilerplate 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-module-boilerplate@3.0.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-module-boilerplate
2
+ > @ledgerhq/coin-module-boilerplate@4.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-module-boilerplate
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/coin-module-boilerplate
2
2
 
3
- ## 4.0.0-nightly.1
3
+ ## 4.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -9,15 +9,34 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
12
- - @ledgerhq/coin-framework@4.0.0-nightly.1
12
+ - @ledgerhq/coin-framework@4.0.0
13
13
 
14
- ## 3.0.1-nightly.0
14
+ ## 4.0.0-next.0
15
+
16
+ ### Major Changes
17
+
18
+ - [#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
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
23
+ - @ledgerhq/coin-framework@4.0.0-next.0
24
+
25
+ ## 3.0.1
26
+
27
+ ### Patch Changes
28
+
29
+ - 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)]:
30
+ - @ledgerhq/types-live@6.68.0
31
+ - @ledgerhq/coin-framework@3.0.1
32
+
33
+ ## 3.0.1-next.0
15
34
 
16
35
  ### Patch Changes
17
36
 
18
- - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5)]:
19
- - @ledgerhq/types-live@6.68.0-nightly.0
20
- - @ledgerhq/coin-framework@3.0.1-nightly.0
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-next.0
39
+ - @ledgerhq/coin-framework@3.0.1-next.0
21
40
 
22
41
  ## 3.0.0
23
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-module-boilerplate",
3
- "version": "4.0.0-nightly.1",
3
+ "version": "4.0.0",
4
4
  "description": "Boilerplate coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -101,13 +101,13 @@
101
101
  "bignumber.js": "^9.1.2",
102
102
  "invariant": "^2.2.4",
103
103
  "rxjs": "^7.8.1",
104
- "@ledgerhq/coin-framework": "^4.0.0-nightly.1",
104
+ "@ledgerhq/coin-framework": "^4.0.0",
105
105
  "@ledgerhq/cryptoassets": "^13.15.0",
106
- "@ledgerhq/devices": "^8.4.5-nightly.0",
107
- "@ledgerhq/errors": "^6.20.0-nightly.0",
106
+ "@ledgerhq/devices": "^8.4.4",
107
+ "@ledgerhq/errors": "^6.19.1",
108
108
  "@ledgerhq/live-network": "^2.0.7",
109
109
  "@ledgerhq/live-env": "^2.8.0",
110
- "@ledgerhq/types-live": "^6.68.0-nightly.0"
110
+ "@ledgerhq/types-live": "^6.68.0"
111
111
  },
112
112
  "devDependencies": {
113
113
  "@types/invariant": "^2.2.37",