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