@ledgerhq/coin-aptos 2.3.2-nightly.0 → 2.4.0-nightly.1

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.3.1-nightly.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,24 +1,27 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 2.3.2-nightly.0
3
+ ## 2.4.0-nightly.1
4
4
 
5
- ### Patch Changes
6
-
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
5
+ ### Minor Changes
10
6
 
11
- ## 2.3.1
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
12
8
 
13
9
  ### Patch Changes
14
10
 
15
- - [#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
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
16
17
 
17
- ## 2.3.1-hotfix.0
18
+ ## 2.3.1-nightly.0
18
19
 
19
20
  ### Patch Changes
20
21
 
21
- - [#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
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
22
25
 
23
26
  ## 2.3.0
24
27
 
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-nightly.1",
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",
93
+ "@ledgerhq/coin-framework": "^5.4.1-nightly.1",
94
94
  "@ledgerhq/cryptoassets": "^13.20.0-nightly.0",
95
95
  "@ledgerhq/devices": "8.4.7",
96
96
  "@ledgerhq/errors": "^6.22.0",
97
97
  "@ledgerhq/live-env": "^2.11.0-nightly.0",
98
98
  "@ledgerhq/live-network": "^2.0.12-nightly.0",
99
99
  "@ledgerhq/logs": "^6.13.0",
100
- "@ledgerhq/types-live": "^6.75.0-nightly.2"
100
+ "@ledgerhq/types-live": "^6.75.0-nightly.1"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",