@ledgerhq/coin-aptos 2.1.0-next.0 → 2.1.0-nightly.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -16
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,30 +1,18 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 2.1.0-next.0
3
+ ## 2.1.0-nightly.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#10390](https://github.com/LedgerHQ/ledger-live/pull/10390) [`6612406`](https://github.com/LedgerHQ/ledger-live/commit/6612406fd6c212252f5828dc86c2b0b1e939d6c5) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca craftTransaction tokens support
8
-
9
- - [#10386](https://github.com/LedgerHQ/ledger-live/pull/10386) [`c519437`](https://github.com/LedgerHQ/ledger-live/commit/c5194373fc1a90a05c40d644b697f5da2cb150ab) Thanks [@may01](https://github.com/may01)! - Add tokens operations to the operations list for aptos alpaca api
10
-
11
- - [#10141](https://github.com/LedgerHQ/ledger-live/pull/10141) [`12af22b`](https://github.com/LedgerHQ/ledger-live/commit/12af22b9690928a409ad81d679575ee3b017a702) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca craftTransaction method
12
-
13
- - [#10228](https://github.com/LedgerHQ/ledger-live/pull/10228) [`2eec633`](https://github.com/LedgerHQ/ledger-live/commit/2eec63321ea9ec459fc7a0d15634400419e1bca8) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add listOperations to Aptos alpaca
14
-
15
- - [#10089](https://github.com/LedgerHQ/ledger-live/pull/10089) [`0adc958`](https://github.com/LedgerHQ/ledger-live/commit/0adc958c24693ce0dffefc01fc1c7734eb9dbe5b) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca getBalance method
16
-
17
7
  - [#10371](https://github.com/LedgerHQ/ledger-live/pull/10371) [`f5abf5d`](https://github.com/LedgerHQ/ledger-live/commit/f5abf5d75b6cdd65b6ec121e82dc757754ded5ed) Thanks [@jccguimaraes](https://github.com/jccguimaraes)! - Add token support for aptos alpaca estimatefees
18
8
 
19
- - [#10012](https://github.com/LedgerHQ/ledger-live/pull/10012) [`d8a1c05`](https://github.com/LedgerHQ/ledger-live/commit/d8a1c0500253b53a25151c47dd3ae36e21baa8bc) Thanks [@pvoliveira](https://github.com/pvoliveira)! - add Aptos Alpaca combine method
20
-
21
9
  - [#10398](https://github.com/LedgerHQ/ledger-live/pull/10398) [`b691e4f`](https://github.com/LedgerHQ/ledger-live/commit/b691e4fdc2261960cc7ffe319720ea5cf938f3d3) Thanks [@may01](https://github.com/may01)! - Remove filtering tokens by the CAL list for Aptos Alpaca listOperations
22
10
 
23
11
  ### Patch Changes
24
12
 
25
- - Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7)]:
26
- - @ledgerhq/types-live@6.72.0-next.0
27
- - @ledgerhq/coin-framework@5.2.0-next.0
13
+ - Updated dependencies [[`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
14
+ - @ledgerhq/types-live@6.72.0-nightly.0
15
+ - @ledgerhq/coin-framework@5.1.1-nightly.0
28
16
 
29
17
  ## 2.0.0
30
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "2.1.0-next.0",
3
+ "version": "2.1.0-nightly.0",
4
4
  "description": "Ledger Aptos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -90,14 +90,14 @@
90
90
  "invariant": "^2.2.4",
91
91
  "lodash": "^4.17.21",
92
92
  "rxjs": "^7.8.1",
93
+ "@ledgerhq/coin-framework": "^5.1.1-nightly.0",
93
94
  "@ledgerhq/cryptoassets": "^13.18.0",
94
95
  "@ledgerhq/devices": "8.4.5",
95
96
  "@ledgerhq/errors": "^6.21.0",
96
97
  "@ledgerhq/live-env": "^2.9.0",
97
- "@ledgerhq/coin-framework": "^5.2.0-next.0",
98
98
  "@ledgerhq/live-network": "^2.0.8",
99
99
  "@ledgerhq/logs": "^6.12.0",
100
- "@ledgerhq/types-live": "^6.72.0-next.0"
100
+ "@ledgerhq/types-live": "^6.72.0-nightly.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",