@ledgerhq/coin-stellar 5.2.2-nightly.2 → 5.2.2

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-stellar@5.2.2-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
2
+ > @ledgerhq/coin-stellar@5.2.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,31 +1,26 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
- ## 5.2.2-nightly.2
3
+ ## 5.2.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814)]:
8
- - @ledgerhq/types-live@6.75.0-nightly.2
9
- - @ledgerhq/coin-framework@5.4.1-nightly.2
7
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
8
+ - @ledgerhq/types-live@6.75.0
9
+ - @ledgerhq/cryptoassets@13.20.0
10
+ - @ledgerhq/live-env@2.11.0
11
+ - @ledgerhq/coin-framework@5.4.1
12
+ - @ledgerhq/live-network@2.0.12
10
13
 
11
- ## 5.2.2-nightly.1
14
+ ## 5.2.2-next.0
12
15
 
13
16
  ### Patch Changes
14
17
 
15
- - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
16
- - @ledgerhq/types-live@6.75.0-nightly.1
17
- - @ledgerhq/cryptoassets@13.20.0-nightly.0
18
- - @ledgerhq/live-env@2.11.0-nightly.0
19
- - @ledgerhq/coin-framework@5.4.1-nightly.1
20
- - @ledgerhq/live-network@2.0.12-nightly.0
21
-
22
- ## 5.2.2-nightly.0
23
-
24
- ### Patch Changes
25
-
26
- - Updated dependencies [[`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc)]:
27
- - @ledgerhq/types-live@6.75.0-nightly.0
28
- - @ledgerhq/coin-framework@5.4.1-nightly.0
18
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
19
+ - @ledgerhq/types-live@6.75.0-next.0
20
+ - @ledgerhq/cryptoassets@13.20.0-next.0
21
+ - @ledgerhq/live-env@2.11.0-next.0
22
+ - @ledgerhq/coin-framework@5.4.1-next.0
23
+ - @ledgerhq/live-network@2.0.12-next.0
29
24
 
30
25
  ## 5.2.1
31
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "5.2.2-nightly.2",
3
+ "version": "5.2.2",
4
4
  "description": "Ledger Stellar Coin integration",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -108,15 +108,15 @@
108
108
  "invariant": "^2.2.2",
109
109
  "rxjs": "^7.8.1",
110
110
  "@exodus/patch-broken-hermes-typed-arrays": "1.0.0-alpha.1",
111
- "@ledgerhq/coin-framework": "^5.4.1-nightly.2",
112
- "@ledgerhq/cryptoassets": "^13.20.0-nightly.0",
111
+ "@ledgerhq/coin-framework": "^5.4.1",
112
+ "@ledgerhq/cryptoassets": "^13.20.0",
113
113
  "@ledgerhq/devices": "8.4.7",
114
114
  "@ledgerhq/errors": "^6.22.0",
115
- "@ledgerhq/live-env": "^2.11.0-nightly.0",
116
- "@ledgerhq/live-network": "^2.0.12-nightly.0",
117
- "@ledgerhq/logs": "^6.13.0",
115
+ "@ledgerhq/live-env": "^2.11.0",
116
+ "@ledgerhq/live-network": "^2.0.12",
117
+ "@ledgerhq/types-live": "^6.75.0",
118
118
  "@ledgerhq/types-cryptoassets": "^7.23.0",
119
- "@ledgerhq/types-live": "^6.75.0-nightly.2"
119
+ "@ledgerhq/logs": "^6.13.0"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@faker-js/faker": "^8.4.1",