@ledgerhq/coin-aptos 3.3.1-nightly.2 → 3.3.1-nightly.4
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 +22 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-aptos@3.3.1-nightly.
|
|
2
|
+
> @ledgerhq/coin-aptos@3.3.1-nightly.3 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,27 @@
|
|
|
1
1
|
# @ledgerhq/coin-aptos
|
|
2
2
|
|
|
3
|
+
## 3.3.1-nightly.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a37c06f`](https://github.com/LedgerHQ/ledger-live/commit/a37c06f97b061a5db0dad3632bb5c3e8f293677c)]:
|
|
8
|
+
- @ledgerhq/types-live@6.85.0-nightly.4
|
|
9
|
+
- @ledgerhq/coin-framework@6.4.1-nightly.4
|
|
10
|
+
|
|
11
|
+
## 3.3.1-nightly.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b), [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba)]:
|
|
16
|
+
- @ledgerhq/cryptoassets@13.29.0-nightly.3
|
|
17
|
+
- @ledgerhq/types-cryptoassets@7.27.0-nightly.1
|
|
18
|
+
- @ledgerhq/errors@6.26.0-nightly.0
|
|
19
|
+
- @ledgerhq/live-env@2.17.0-nightly.2
|
|
20
|
+
- @ledgerhq/types-live@6.85.0-nightly.3
|
|
21
|
+
- @ledgerhq/coin-framework@6.4.1-nightly.3
|
|
22
|
+
- @ledgerhq/devices@8.5.2-nightly.1
|
|
23
|
+
- @ledgerhq/live-network@2.0.18-nightly.2
|
|
24
|
+
|
|
3
25
|
## 3.3.1-nightly.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-aptos",
|
|
3
|
-
"version": "3.3.1-nightly.
|
|
3
|
+
"version": "3.3.1-nightly.4",
|
|
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.4.1-nightly.
|
|
99
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
100
|
-
"@ledgerhq/devices": "8.5.2-nightly.
|
|
101
|
-
"@ledgerhq/errors": "^6.
|
|
102
|
-
"@ledgerhq/live-env": "^2.17.0-nightly.
|
|
103
|
-
"@ledgerhq/live-network": "^2.0.18-nightly.
|
|
98
|
+
"@ledgerhq/coin-framework": "^6.4.1-nightly.4",
|
|
99
|
+
"@ledgerhq/cryptoassets": "^13.29.0-nightly.3",
|
|
100
|
+
"@ledgerhq/devices": "8.5.2-nightly.1",
|
|
101
|
+
"@ledgerhq/errors": "^6.26.0-nightly.0",
|
|
102
|
+
"@ledgerhq/live-env": "^2.17.0-nightly.2",
|
|
103
|
+
"@ledgerhq/live-network": "^2.0.18-nightly.2",
|
|
104
104
|
"@ledgerhq/logs": "^6.13.0",
|
|
105
|
-
"@ledgerhq/types-cryptoassets": "^7.27.0-nightly.
|
|
106
|
-
"@ledgerhq/types-live": "^6.85.0-nightly.
|
|
105
|
+
"@ledgerhq/types-cryptoassets": "^7.27.0-nightly.1",
|
|
106
|
+
"@ledgerhq/types-live": "^6.85.0-nightly.4"
|
|
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.0.0",
|
|
119
|
-
"@ledgerhq/types-cryptoassets": "^7.27.0-nightly.
|
|
119
|
+
"@ledgerhq/types-cryptoassets": "^7.27.0-nightly.1"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"clean": "rimraf lib lib-es",
|