@ledgerhq/coin-aptos 3.7.0 → 3.8.0-nightly.20251210100832
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.
- package/CHANGELOG.md +18 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @ledgerhq/coin-aptos
|
|
2
2
|
|
|
3
|
+
## 3.8.0-nightly.20251210100832
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`480a08a`](https://github.com/LedgerHQ/ledger-live/commit/480a08ae190119829910b46ecc6d2a9fb11bb7c2), [`19a54fd`](https://github.com/LedgerHQ/ledger-live/commit/19a54fd89a2d3c7481aebc28817870875f9d44dc), [`bc76d51`](https://github.com/LedgerHQ/ledger-live/commit/bc76d5154d35f8340b6b282c4909cd26920b8d40), [`7ae71b6`](https://github.com/LedgerHQ/ledger-live/commit/7ae71b64161424b398b63f77da5127085143fcdc), [`5fa83e4`](https://github.com/LedgerHQ/ledger-live/commit/5fa83e49c5fb103da7ecf0777b7e75bb35d5ed61), [`c5da2ce`](https://github.com/LedgerHQ/ledger-live/commit/c5da2cef7cded2b53c1af9aa3174cd27e5c92e0a), [`450f518`](https://github.com/LedgerHQ/ledger-live/commit/450f518d4cedb828c5fe1e7ccffaabd483f53226), [`30be235`](https://github.com/LedgerHQ/ledger-live/commit/30be2354822b3497c69322294ff1dab43375be50), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`768718d`](https://github.com/LedgerHQ/ledger-live/commit/768718df029bc8799b88c0299925dc56302b0c53), [`a5ad7d4`](https://github.com/LedgerHQ/ledger-live/commit/a5ad7d4578c06db3e40f260451b644c27e20cb62), [`3e70677`](https://github.com/LedgerHQ/ledger-live/commit/3e706774f8c4e9b768ab18b67abc3471cf61b6b6), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`e44d216`](https://github.com/LedgerHQ/ledger-live/commit/e44d216d516df87e13f033ed64fedc1ce96380f4), [`d4bad44`](https://github.com/LedgerHQ/ledger-live/commit/d4bad4433c3fb083d95820d2927a9e8beeaf244f), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`07de7a8`](https://github.com/LedgerHQ/ledger-live/commit/07de7a87415ae4d1126e751d6a4d521ced3065e3), [`d37fa4b`](https://github.com/LedgerHQ/ledger-live/commit/d37fa4baf4534161bffe5033ce44fc7780c79d89), [`5e0556a`](https://github.com/LedgerHQ/ledger-live/commit/5e0556a3bd0ea60277462eed10c997b17b09d299), [`bce6610`](https://github.com/LedgerHQ/ledger-live/commit/bce6610ca8554a85f8f17b6014e921fdecd3fa4f), [`2a60165`](https://github.com/LedgerHQ/ledger-live/commit/2a601656b7a23a424a29f006ec53090648fdae4f), [`c56ab86`](https://github.com/LedgerHQ/ledger-live/commit/c56ab86ab65597caf87a09b7596faa54f3104bd4)]:
|
|
12
|
+
- @ledgerhq/coin-framework@6.11.0-nightly.20251210100832
|
|
13
|
+
- @ledgerhq/types-live@6.91.0-nightly.20251210100832
|
|
14
|
+
- @ledgerhq/cryptoassets@13.35.0-nightly.20251210100832
|
|
15
|
+
- @ledgerhq/errors@6.28.0-nightly.20251210100832
|
|
16
|
+
- @ledgerhq/live-env@2.23.0-nightly.20251210100832
|
|
17
|
+
- @ledgerhq/devices@8.8.0-nightly.20251210100832
|
|
18
|
+
- @ledgerhq/types-cryptoassets@7.31.0-nightly.20251210100832
|
|
19
|
+
- @ledgerhq/live-network@2.1.3-nightly.20251210100832
|
|
20
|
+
|
|
3
21
|
## 3.7.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-aptos",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0-nightly.20251210100832",
|
|
4
4
|
"description": "Ledger Aptos Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -94,16 +94,16 @@
|
|
|
94
94
|
"graphql": "^16.10.0",
|
|
95
95
|
"invariant": "^2.2.4",
|
|
96
96
|
"lodash": "^4.17.21",
|
|
97
|
-
"rxjs": "
|
|
98
|
-
"@ledgerhq/coin-framework": "^6.
|
|
99
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
100
|
-
"@ledgerhq/devices": "8.
|
|
101
|
-
"@ledgerhq/errors": "^6.
|
|
102
|
-
"@ledgerhq/live-env": "^2.
|
|
103
|
-
"@ledgerhq/live-network": "^2.1.
|
|
97
|
+
"rxjs": "7.8.2",
|
|
98
|
+
"@ledgerhq/coin-framework": "^6.11.0-nightly.20251210100832",
|
|
99
|
+
"@ledgerhq/cryptoassets": "^13.35.0-nightly.20251210100832",
|
|
100
|
+
"@ledgerhq/devices": "8.8.0-nightly.20251210100832",
|
|
101
|
+
"@ledgerhq/errors": "^6.28.0-nightly.20251210100832",
|
|
102
|
+
"@ledgerhq/live-env": "^2.23.0-nightly.20251210100832",
|
|
103
|
+
"@ledgerhq/live-network": "^2.1.3-nightly.20251210100832",
|
|
104
104
|
"@ledgerhq/logs": "^6.13.0",
|
|
105
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
106
|
-
"@ledgerhq/types-live": "^6.
|
|
105
|
+
"@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251210100832",
|
|
106
|
+
"@ledgerhq/types-live": "^6.91.0-nightly.20251210100832"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@faker-js/faker": "^9.4.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"react": "18.3.1",
|
|
117
117
|
"ts-jest": "^29.2.5",
|
|
118
118
|
"@ledgerhq/disable-network-setup": "^0.1.0",
|
|
119
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
119
|
+
"@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251210100832"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"clean": "rimraf lib lib-es",
|