@ledgerhq/coin-aptos 2.2.1-nightly.0 → 2.3.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 +12 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 2.2.1-nightly.0
3
+ ## 2.3.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10331](https://github.com/LedgerHQ/ledger-live/pull/10331) [`d41d1f4`](https://github.com/LedgerHQ/ledger-live/commit/d41d1f459b112aca36e8224f6bcf4a6bc5734216) Thanks [@scavassa-yld](https://github.com/scavassa-yld)! - Adding getBalances with optional filter
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [[`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc)]:
8
- - @ledgerhq/types-live@6.74.0-nightly.0
9
- - @ledgerhq/coin-framework@5.3.1-nightly.0
11
+ - Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6), [`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
12
+ - @ledgerhq/types-live@6.74.0-next.0
13
+ - @ledgerhq/errors@6.22.0-next.0
14
+ - @ledgerhq/coin-framework@5.4.0-next.0
15
+ - @ledgerhq/cryptoassets@13.19.0-next.0
16
+ - @ledgerhq/devices@8.4.7-next.0
17
+ - @ledgerhq/live-network@2.0.11-next.0
10
18
 
11
19
  ## 2.2.0
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "2.2.1-nightly.0",
3
+ "version": "2.3.0-next.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.3.1-nightly.0",
94
- "@ledgerhq/cryptoassets": "^13.18.1",
95
- "@ledgerhq/devices": "8.4.7-nightly.0",
96
- "@ledgerhq/errors": "^6.22.0-nightly.0",
93
+ "@ledgerhq/coin-framework": "^5.4.0-next.0",
94
+ "@ledgerhq/cryptoassets": "^13.19.0-next.0",
95
+ "@ledgerhq/devices": "8.4.7-next.0",
96
+ "@ledgerhq/errors": "^6.22.0-next.0",
97
97
  "@ledgerhq/live-env": "^2.10.0",
98
- "@ledgerhq/live-network": "^2.0.10",
98
+ "@ledgerhq/live-network": "^2.0.11-next.0",
99
99
  "@ledgerhq/logs": "^6.13.0",
100
- "@ledgerhq/types-live": "^6.74.0-nightly.0"
100
+ "@ledgerhq/types-live": "^6.74.0-next.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",