@ledgerhq/coin-aptos 1.8.1-nightly.0 → 1.9.0-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -7
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,21 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 1.8.1-nightly.0
3
+ ## 1.9.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9597](https://github.com/LedgerHQ/ledger-live/pull/9597) [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - isAccountEmpty is now defined in each coin needed a dedicated logic.
8
+
9
+ - [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - Updated dependencies [[`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091)]:
8
- - @ledgerhq/types-live@6.66.0-nightly.0
9
- - @ledgerhq/coin-framework@2.6.0-nightly.0
10
- - @ledgerhq/live-env@2.8.0-nightly.0
11
- - @ledgerhq/cryptoassets@13.14.1-nightly.0
12
- - @ledgerhq/live-network@2.0.7-nightly.0
13
+ - Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
14
+ - @ledgerhq/coin-framework@2.6.0-next.0
15
+ - @ledgerhq/types-live@6.66.0-next.0
16
+ - @ledgerhq/live-env@2.8.0-next.0
17
+ - @ledgerhq/cryptoassets@13.14.1-next.0
18
+ - @ledgerhq/live-network@2.0.7-next.0
13
19
 
14
20
  ## 1.8.0
15
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "1.8.1-nightly.0",
3
+ "version": "1.9.0-next.0",
4
4
  "description": "Ledger Aptos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -90,14 +90,14 @@
90
90
  "expect": "^27.4.6",
91
91
  "lodash": "^4.17.21",
92
92
  "rxjs": "^7.8.1",
93
- "@ledgerhq/coin-framework": "^2.6.0-nightly.0",
94
- "@ledgerhq/cryptoassets": "^13.14.1-nightly.0",
93
+ "@ledgerhq/coin-framework": "^2.6.0-next.0",
94
+ "@ledgerhq/cryptoassets": "^13.14.1-next.0",
95
95
  "@ledgerhq/devices": "8.4.4",
96
96
  "@ledgerhq/errors": "^6.19.1",
97
- "@ledgerhq/live-env": "^2.8.0-nightly.0",
98
- "@ledgerhq/live-network": "^2.0.7-nightly.0",
97
+ "@ledgerhq/live-env": "^2.8.0-next.0",
98
+ "@ledgerhq/live-network": "^2.0.7-next.0",
99
99
  "@ledgerhq/logs": "^6.12.0",
100
- "@ledgerhq/types-live": "^6.66.0-nightly.0"
100
+ "@ledgerhq/types-live": "^6.66.0-next.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",