@ledgerhq/coin-aptos 3.4.0-nightly.0 → 3.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +15 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-aptos@3.
|
|
2
|
+
> @ledgerhq/coin-aptos@3.4.0-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,5 +1,20 @@
|
|
|
1
1
|
# @ledgerhq/coin-aptos
|
|
2
2
|
|
|
3
|
+
## 3.4.0-nightly.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#12126](https://github.com/LedgerHQ/ledger-live/pull/12126) [`4cac377`](https://github.com/LedgerHQ/ledger-live/commit/4cac377401fac788e2bbedf7aee1ee57b82f4d18) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - use pnpm catalog for react & react-dom
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46)]:
|
|
12
|
+
- @ledgerhq/cryptoassets@13.31.0-nightly.1
|
|
13
|
+
- @ledgerhq/types-live@6.87.0-nightly.1
|
|
14
|
+
- @ledgerhq/live-env@2.19.0-nightly.0
|
|
15
|
+
- @ledgerhq/coin-framework@6.7.0-nightly.1
|
|
16
|
+
- @ledgerhq/live-network@2.0.20-nightly.0
|
|
17
|
+
|
|
3
18
|
## 3.4.0-nightly.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-aptos",
|
|
3
|
-
"version": "3.4.0-nightly.
|
|
3
|
+
"version": "3.4.0-nightly.1",
|
|
4
4
|
"description": "Ledger Aptos Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -95,15 +95,15 @@
|
|
|
95
95
|
"invariant": "^2.2.4",
|
|
96
96
|
"lodash": "^4.17.21",
|
|
97
97
|
"rxjs": "^7.8.1",
|
|
98
|
-
"@ledgerhq/coin-framework": "^6.7.0-nightly.
|
|
99
|
-
"@ledgerhq/cryptoassets": "^13.31.0-nightly.
|
|
98
|
+
"@ledgerhq/coin-framework": "^6.7.0-nightly.1",
|
|
99
|
+
"@ledgerhq/cryptoassets": "^13.31.0-nightly.1",
|
|
100
100
|
"@ledgerhq/devices": "8.6.1",
|
|
101
101
|
"@ledgerhq/errors": "^6.26.0",
|
|
102
|
-
"@ledgerhq/live-env": "^2.
|
|
103
|
-
"@ledgerhq/live-network": "^2.0.
|
|
102
|
+
"@ledgerhq/live-env": "^2.19.0-nightly.0",
|
|
103
|
+
"@ledgerhq/live-network": "^2.0.20-nightly.0",
|
|
104
104
|
"@ledgerhq/logs": "^6.13.0",
|
|
105
105
|
"@ledgerhq/types-cryptoassets": "^7.29.0-nightly.0",
|
|
106
|
-
"@ledgerhq/types-live": "^6.87.0-nightly.
|
|
106
|
+
"@ledgerhq/types-live": "^6.87.0-nightly.1"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@faker-js/faker": "^9.4.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@types/semver": "^7.5.8",
|
|
114
114
|
"axios": "1.11.0",
|
|
115
115
|
"jest": "^29.7.0",
|
|
116
|
-
"react": "
|
|
116
|
+
"react": "18.3.1",
|
|
117
117
|
"ts-jest": "^29.2.5",
|
|
118
118
|
"@ledgerhq/disable-network-setup": "^0.0.0",
|
|
119
119
|
"@ledgerhq/types-cryptoassets": "^7.29.0-nightly.0"
|