@ledgerhq/coin-module-boilerplate 4.3.0-nightly.3 → 4.3.1-nightly.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@4.3.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-module-boilerplate
2
+ > @ledgerhq/coin-module-boilerplate@4.3.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,43 +1,45 @@
1
1
  # @ledgerhq/coin-module-boilerplate
2
2
 
3
- ## 4.3.0-nightly.3
3
+ ## 4.3.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb)]:
8
- - @ledgerhq/cryptoassets@13.23.0-nightly.2
9
- - @ledgerhq/types-live@6.79.0-nightly.1
10
- - @ledgerhq/coin-framework@6.0.0-nightly.3
7
+ - Updated dependencies [[`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
8
+ - @ledgerhq/coin-framework@5.9.0-nightly.0
11
9
 
12
- ## 4.3.0-nightly.2
10
+ ## 4.3.0
13
11
 
14
12
  ### Minor Changes
15
13
 
16
- - [#11154](https://github.com/LedgerHQ/ledger-live/pull/11154) [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3) Thanks [@qperrot](https://github.com/qperrot)! - Remove generic type for token assets
14
+ - [#10838](https://github.com/LedgerHQ/ledger-live/pull/10838) [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][ALPACA] add getBlock to coin-framework API, implement it for SUI
17
15
 
18
16
  ### Patch Changes
19
17
 
20
- - Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3)]:
21
- - @ledgerhq/cryptoassets@13.23.0-nightly.1
22
- - @ledgerhq/coin-framework@5.8.0-nightly.2
18
+ - Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
19
+ - @ledgerhq/types-live@6.79.0
20
+ - @ledgerhq/cryptoassets@13.23.0
21
+ - @ledgerhq/coin-framework@5.8.0
23
22
 
24
- ## 4.2.3-nightly.1
23
+ ## 4.3.0-next.1
25
24
 
26
25
  ### Patch Changes
27
26
 
28
- - Updated dependencies [[`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777)]:
29
- - @ledgerhq/live-env@2.13.0-nightly.0
30
- - @ledgerhq/coin-framework@5.7.1-nightly.1
31
- - @ledgerhq/cryptoassets@13.22.1-nightly.0
32
- - @ledgerhq/live-network@2.0.14-nightly.0
27
+ - Updated dependencies [[`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0)]:
28
+ - @ledgerhq/types-live@6.79.0-next.1
29
+ - @ledgerhq/coin-framework@5.8.0-next.1
33
30
 
34
- ## 4.2.3-nightly.0
31
+ ## 4.3.0-next.0
32
+
33
+ ### Minor Changes
34
+
35
+ - [#10838](https://github.com/LedgerHQ/ledger-live/pull/10838) [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][ALPACA] add getBlock to coin-framework API, implement it for SUI
35
36
 
36
37
  ### Patch Changes
37
38
 
38
- - Updated dependencies [[`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118)]:
39
- - @ledgerhq/types-live@6.78.1-nightly.0
40
- - @ledgerhq/coin-framework@5.7.1-nightly.0
39
+ - Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
40
+ - @ledgerhq/types-live@6.79.0-next.0
41
+ - @ledgerhq/cryptoassets@13.23.0-next.0
42
+ - @ledgerhq/coin-framework@5.8.0-next.0
41
43
 
42
44
  ## 4.2.2
43
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-module-boilerplate",
3
- "version": "4.3.0-nightly.3",
3
+ "version": "4.3.1-nightly.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": "^6.0.0-nightly.3",
105
- "@ledgerhq/cryptoassets": "^13.23.0-nightly.2",
104
+ "@ledgerhq/coin-framework": "^5.9.0-nightly.0",
105
+ "@ledgerhq/cryptoassets": "^13.23.0",
106
106
  "@ledgerhq/devices": "8.4.8",
107
107
  "@ledgerhq/errors": "^6.23.0",
108
108
  "@ledgerhq/live-env": "^2.13.0-nightly.0",
109
109
  "@ledgerhq/live-network": "^2.0.14-nightly.0",
110
- "@ledgerhq/types-live": "^6.79.0-nightly.1"
110
+ "@ledgerhq/types-live": "^6.79.0"
111
111
  },
112
112
  "devDependencies": {
113
113
  "@types/invariant": "^2.2.37",
@@ -117,7 +117,7 @@
117
117
  "jest": "^29.7.0",
118
118
  "ts-jest": "^29.1.1",
119
119
  "typescript": "^5.4.5",
120
- "@ledgerhq/types-cryptoassets": "^7.24.0-nightly.1",
120
+ "@ledgerhq/types-cryptoassets": "^7.24.0",
121
121
  "@ledgerhq/disable-network-setup": "^0.0.0"
122
122
  },
123
123
  "scripts": {