@ledgerhq/coin-aptos 3.4.0-nightly.7 → 3.4.0-nightly.9

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-aptos@3.4.0-nightly.6 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-aptos
2
+ > @ledgerhq/coin-aptos@3.4.0-nightly.8 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,22 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
+ ## 3.4.0-nightly.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc)]:
8
+ - @ledgerhq/types-cryptoassets@7.29.0-nightly.1
9
+ - @ledgerhq/cryptoassets@13.31.0-nightly.8
10
+ - @ledgerhq/coin-framework@6.7.0-nightly.9
11
+ - @ledgerhq/types-live@6.87.0-nightly.5
12
+
13
+ ## 3.4.0-nightly.8
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda)]:
18
+ - @ledgerhq/coin-framework@6.7.0-nightly.8
19
+
3
20
  ## 3.4.0-nightly.7
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "3.4.0-nightly.7",
3
+ "version": "3.4.0-nightly.9",
4
4
  "description": "Ledger Aptos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -95,14 +95,14 @@
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.7",
99
- "@ledgerhq/cryptoassets": "^13.31.0-nightly.7",
98
+ "@ledgerhq/coin-framework": "^6.7.0-nightly.9",
99
+ "@ledgerhq/cryptoassets": "^13.31.0-nightly.8",
100
100
  "@ledgerhq/devices": "8.6.2-nightly.0",
101
101
  "@ledgerhq/errors": "^6.27.0-nightly.0",
102
102
  "@ledgerhq/live-env": "^2.19.0-nightly.2",
103
103
  "@ledgerhq/live-network": "^2.0.20-nightly.3",
104
104
  "@ledgerhq/logs": "^6.13.0",
105
- "@ledgerhq/types-cryptoassets": "^7.29.0-nightly.0",
105
+ "@ledgerhq/types-cryptoassets": "^7.29.0-nightly.1",
106
106
  "@ledgerhq/types-live": "^6.87.0-nightly.5"
107
107
  },
108
108
  "devDependencies": {
@@ -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.29.0-nightly.0"
119
+ "@ledgerhq/types-cryptoassets": "^7.29.0-nightly.1"
120
120
  },
121
121
  "scripts": {
122
122
  "clean": "rimraf lib lib-es",