@ledgerhq/coin-aptos 1.5.1-nightly.1 → 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.1-nightly.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,19 +1,28 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 1.5.1-nightly.1
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
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe)]:
8
- - @ledgerhq/cryptoassets@13.10.1-nightly.1
9
- - @ledgerhq/coin-framework@2.0.0-nightly.1
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
+
15
+ ## 1.6.0-next.0
16
+
17
+ ### Minor Changes
10
18
 
11
- ## 1.5.1-nightly.0
19
+ - [#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
12
20
 
13
21
  ### Patch Changes
14
22
 
15
- - Updated dependencies [[`58c1a9c`](https://github.com/LedgerHQ/ledger-live/commit/58c1a9c68b2ce2ebef9dbd7af00ae09efd7a29dc)]:
16
- - @ledgerhq/coin-framework@2.0.0-nightly.0
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
25
+ - @ledgerhq/cryptoassets@13.11.0-next.0
17
26
 
18
27
  ## 1.5.0
19
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "1.5.1-nightly.1",
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": "^2.0.0-nightly.1",
94
- "@ledgerhq/cryptoassets": "^13.10.1-nightly.1",
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",