@ledgerhq/coin-aptos 2.4.0-nightly.1 → 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-nightly.0 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,6 +1,6 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 2.4.0-nightly.1
3
+ ## 2.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,20 +8,39 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
12
- - @ledgerhq/types-live@6.75.0-nightly.1
13
- - @ledgerhq/cryptoassets@13.20.0-nightly.0
14
- - @ledgerhq/live-env@2.11.0-nightly.0
15
- - @ledgerhq/coin-framework@5.4.1-nightly.1
16
- - @ledgerhq/live-network@2.0.12-nightly.0
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
17
 
18
- ## 2.3.1-nightly.0
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
23
+
24
+ ### Patch Changes
25
+
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
32
+
33
+ ## 2.3.1
34
+
35
+ ### Patch Changes
36
+
37
+ - [#10657](https://github.com/LedgerHQ/ledger-live/pull/10657) [`04c1694`](https://github.com/LedgerHQ/ledger-live/commit/04c16942a5755bf3af470807dd484b71a09788eb) Thanks [@semeano](https://github.com/semeano)! - fixing value parser
38
+
39
+ ## 2.3.1-hotfix.0
19
40
 
20
41
  ### Patch Changes
21
42
 
22
- - Updated dependencies [[`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc)]:
23
- - @ledgerhq/types-live@6.75.0-nightly.0
24
- - @ledgerhq/coin-framework@5.4.1-nightly.0
43
+ - [#10657](https://github.com/LedgerHQ/ledger-live/pull/10657) [`04c1694`](https://github.com/LedgerHQ/ledger-live/commit/04c16942a5755bf3af470807dd484b71a09788eb) Thanks [@semeano](https://github.com/semeano)! - fixing value parser
25
44
 
26
45
  ## 2.3.0
27
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "2.4.0-nightly.1",
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.1",
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.1"
100
+ "@ledgerhq/types-live": "^6.75.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",