@ledgerhq/coin-aptos 1.6.0-next.0 → 1.6.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-aptos@1.5.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-aptos
2
+ > @ledgerhq/coin-aptos@1.6.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,17 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9107](https://github.com/LedgerHQ/ledger-live/pull/9107) [`42f1657`](https://github.com/LedgerHQ/ledger-live/commit/42f1657f8678474b9974f6105c76eae55511b0e6) Thanks [@semeano](https://github.com/semeano)! - Fix Aptos bridge integration tests
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc), [`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
12
+ - @ledgerhq/coin-framework@2.0.0
13
+ - @ledgerhq/cryptoassets@13.11.0
14
+
3
15
  ## 1.6.0-next.0
4
16
 
5
17
  ### Minor Changes
@@ -8,9 +20,9 @@
8
20
 
9
21
  ### Patch Changes
10
22
 
11
- - Updated dependencies [[`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
23
+ - Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc), [`ff40e9a`](https://github.com/LedgerHQ/ledger-live/commit/ff40e9a00d325e5b46cb069936ba2a5781c601b5)]:
24
+ - @ledgerhq/coin-framework@2.0.0-next.0
12
25
  - @ledgerhq/cryptoassets@13.11.0-next.0
13
- - @ledgerhq/coin-framework@1.0.1-next.0
14
26
 
15
27
  ## 1.5.0
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "1.6.0-next.0",
3
+ "version": "1.6.0",
4
4
  "description": "Ledger Aptos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -90,8 +90,8 @@
90
90
  "expect": "^27.4.6",
91
91
  "lodash": "^4.17.21",
92
92
  "rxjs": "^7.8.1",
93
- "@ledgerhq/coin-framework": "^1.0.1-next.0",
94
- "@ledgerhq/cryptoassets": "^13.11.0-next.0",
93
+ "@ledgerhq/coin-framework": "^2.0.0",
94
+ "@ledgerhq/cryptoassets": "^13.11.0",
95
95
  "@ledgerhq/devices": "8.4.4",
96
96
  "@ledgerhq/errors": "^6.19.1",
97
97
  "@ledgerhq/live-env": "^2.5.0",