@ledgerhq/coin-aptos 2.5.0-nightly.2 → 2.5.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@2.5.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-aptos
2
+ > @ledgerhq/coin-aptos@2.5.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,22 +1,19 @@
1
1
  # @ledgerhq/coin-aptos
2
2
 
3
- ## 2.5.0-nightly.2
3
+ ## 2.5.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`0232f73`](https://github.com/LedgerHQ/ledger-live/commit/0232f73efa73eb3a16c306f25dd110e12b9c1fb7)]:
8
- - @ledgerhq/types-live@6.76.0-nightly.0
9
- - @ledgerhq/coin-framework@5.5.0-nightly.2
5
+ ### Minor Changes
10
6
 
11
- ## 2.5.0-nightly.1
7
+ - [#10593](https://github.com/LedgerHQ/ledger-live/pull/10593) [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: update transactionintent generic types + remove xrp bridge and introduce the generic alpaca bridge in LLC
12
8
 
13
9
  ### Patch Changes
14
10
 
15
- - Updated dependencies [[`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95)]:
16
- - @ledgerhq/cryptoassets@13.21.0-nightly.1
17
- - @ledgerhq/coin-framework@5.5.0-nightly.1
11
+ - Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
12
+ - @ledgerhq/cryptoassets@13.21.0
13
+ - @ledgerhq/types-live@6.76.0
14
+ - @ledgerhq/coin-framework@5.5.0
18
15
 
19
- ## 2.5.0-nightly.0
16
+ ## 2.5.0-next.0
20
17
 
21
18
  ### Minor Changes
22
19
 
@@ -24,9 +21,10 @@
24
21
 
25
22
  ### Patch Changes
26
23
 
27
- - Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
28
- - @ledgerhq/cryptoassets@13.21.0-nightly.0
29
- - @ledgerhq/coin-framework@5.5.0-nightly.0
24
+ - Updated dependencies [[`c6005ce`](https://github.com/LedgerHQ/ledger-live/commit/c6005ce8545acb596c2ff7770a0df848378ee83b), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814), [`264316c`](https://github.com/LedgerHQ/ledger-live/commit/264316c9524f13b760460c2f1a2bc822767cff95), [`9d646eb`](https://github.com/LedgerHQ/ledger-live/commit/9d646eb6ca28b41af950b264c7d799a7ad536207)]:
25
+ - @ledgerhq/cryptoassets@13.21.0-next.0
26
+ - @ledgerhq/types-live@6.76.0-next.0
27
+ - @ledgerhq/coin-framework@5.5.0-next.0
30
28
 
31
29
  ## 2.4.0
32
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-aptos",
3
- "version": "2.5.0-nightly.2",
3
+ "version": "2.5.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.5.0-nightly.2",
94
- "@ledgerhq/cryptoassets": "^13.21.0-nightly.1",
93
+ "@ledgerhq/coin-framework": "^5.5.0",
94
+ "@ledgerhq/cryptoassets": "^13.21.0",
95
95
  "@ledgerhq/devices": "8.4.7",
96
96
  "@ledgerhq/errors": "^6.22.0",
97
97
  "@ledgerhq/live-env": "^2.11.0",
98
98
  "@ledgerhq/live-network": "^2.0.12",
99
99
  "@ledgerhq/logs": "^6.13.0",
100
- "@ledgerhq/types-live": "^6.76.0-nightly.0"
100
+ "@ledgerhq/types-live": "^6.76.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@faker-js/faker": "^9.4.0",