@ledgerhq/coin-aptos 2.3.2-nightly.0 → 2.4.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-aptos@2.3.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-aptos
2
+ > @ledgerhq/coin-aptos@2.4.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-aptos
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 2.3.2-nightly.0
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10651](https://github.com/LedgerHQ/ledger-live/pull/10651) [`8c9270b`](https://github.com/LedgerHQ/ledger-live/commit/8c9270bad99ec6b6d4e92aaf105d25ef96ff8734) Thanks [@scavassa-yld](https://github.com/scavassa-yld)! - fixing value parser
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
12
+ - @ledgerhq/types-live@6.75.0
13
+ - @ledgerhq/cryptoassets@13.20.0
14
+ - @ledgerhq/live-env@2.11.0
15
+ - @ledgerhq/coin-framework@5.4.1
16
+ - @ledgerhq/live-network@2.0.12
17
+
18
+ ## 2.4.0-next.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#10651](https://github.com/LedgerHQ/ledger-live/pull/10651) [`8c9270b`](https://github.com/LedgerHQ/ledger-live/commit/8c9270bad99ec6b6d4e92aaf105d25ef96ff8734) Thanks [@scavassa-yld](https://github.com/scavassa-yld)! - fixing value parser
4
23
 
5
24
  ### Patch Changes
6
25
 
7
- - Updated dependencies [[`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814)]:
8
- - @ledgerhq/types-live@6.75.0-nightly.2
9
- - @ledgerhq/coin-framework@5.4.1-nightly.2
26
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
27
+ - @ledgerhq/types-live@6.75.0-next.0
28
+ - @ledgerhq/cryptoassets@13.20.0-next.0
29
+ - @ledgerhq/live-env@2.11.0-next.0
30
+ - @ledgerhq/coin-framework@5.4.1-next.0
31
+ - @ledgerhq/live-network@2.0.12-next.0
10
32
 
11
33
  ## 2.3.1
12
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "2.3.2-nightly.0",
3
+ "version": "2.4.0",
4
4
  "description": "Ledger Aptos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -90,14 +90,14 @@
90
90
  "invariant": "^2.2.4",
91
91
  "lodash": "^4.17.21",
92
92
  "rxjs": "^7.8.1",
93
- "@ledgerhq/coin-framework": "^5.4.1-nightly.2",
94
- "@ledgerhq/cryptoassets": "^13.20.0-nightly.0",
93
+ "@ledgerhq/coin-framework": "^5.4.1",
94
+ "@ledgerhq/cryptoassets": "^13.20.0",
95
95
  "@ledgerhq/devices": "8.4.7",
96
96
  "@ledgerhq/errors": "^6.22.0",
97
- "@ledgerhq/live-env": "^2.11.0-nightly.0",
98
- "@ledgerhq/live-network": "^2.0.12-nightly.0",
97
+ "@ledgerhq/live-env": "^2.11.0",
98
+ "@ledgerhq/live-network": "^2.0.12",
99
99
  "@ledgerhq/logs": "^6.13.0",
100
- "@ledgerhq/types-live": "^6.75.0-nightly.2"
100
+ "@ledgerhq/types-live": "^6.75.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",