@ledgerhq/coin-stellar 3.0.0-nightly.0 → 3.0.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +32 -3
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-stellar@
|
|
2
|
+
> @ledgerhq/coin-stellar@3.0.0 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,15 +1,44 @@
|
|
|
1
1
|
# @ledgerhq/coin-stellar
|
|
2
2
|
|
|
3
|
-
## 3.0.0
|
|
3
|
+
## 3.0.0
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
7
7
|
- [#9835](https://github.com/LedgerHQ/ledger-live/pull/9835) [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-framework): return token balances in `getBalance`
|
|
8
8
|
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#9755](https://github.com/LedgerHQ/ledger-live/pull/9755) [`c3c847b`](https://github.com/LedgerHQ/ledger-live/commit/c3c847bab4d01ec7cc1078344b519218806340ed) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - Fix stellar and tezos using static global variables, preventing multiple instances with different settings
|
|
12
|
+
|
|
13
|
+
- [#9760](https://github.com/LedgerHQ/ledger-live/pull/9760) [`8bad17b`](https://github.com/LedgerHQ/ledger-live/commit/8bad17b3718dfb151e2dfd3287516f38326435af) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - fix stellar coin-module ignoring `memo` craft parameter
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
18
|
+
- @ledgerhq/types-live@6.67.0
|
|
19
|
+
- @ledgerhq/coin-framework@3.0.0
|
|
20
|
+
- @ledgerhq/cryptoassets@13.15.0
|
|
21
|
+
- @ledgerhq/types-cryptoassets@7.22.0
|
|
22
|
+
|
|
23
|
+
## 3.0.0-next.0
|
|
24
|
+
|
|
25
|
+
### Major Changes
|
|
26
|
+
|
|
27
|
+
- [#9835](https://github.com/LedgerHQ/ledger-live/pull/9835) [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-framework): return token balances in `getBalance`
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- [#9755](https://github.com/LedgerHQ/ledger-live/pull/9755) [`c3c847b`](https://github.com/LedgerHQ/ledger-live/commit/c3c847bab4d01ec7cc1078344b519218806340ed) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - Fix stellar and tezos using static global variables, preventing multiple instances with different settings
|
|
32
|
+
|
|
33
|
+
- [#9760](https://github.com/LedgerHQ/ledger-live/pull/9760) [`8bad17b`](https://github.com/LedgerHQ/ledger-live/commit/8bad17b3718dfb151e2dfd3287516f38326435af) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - fix stellar coin-module ignoring `memo` craft parameter
|
|
34
|
+
|
|
9
35
|
### Patch Changes
|
|
10
36
|
|
|
11
|
-
- Updated dependencies [[`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d)]:
|
|
12
|
-
- @ledgerhq/
|
|
37
|
+
- Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
|
|
38
|
+
- @ledgerhq/types-live@6.67.0-next.0
|
|
39
|
+
- @ledgerhq/coin-framework@3.0.0-next.0
|
|
40
|
+
- @ledgerhq/cryptoassets@13.15.0-next.0
|
|
41
|
+
- @ledgerhq/types-cryptoassets@7.22.0-next.0
|
|
13
42
|
|
|
14
43
|
## 2.2.0
|
|
15
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-stellar",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Ledger Stellar Coin integration",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -107,15 +107,15 @@
|
|
|
107
107
|
"expect": "^27.4.6",
|
|
108
108
|
"invariant": "^2.2.2",
|
|
109
109
|
"rxjs": "^7.8.1",
|
|
110
|
-
"@ledgerhq/coin-framework": "^3.0.0
|
|
111
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
112
|
-
"@ledgerhq/devices": "8.4.
|
|
113
|
-
"@ledgerhq/errors": "^6.
|
|
110
|
+
"@ledgerhq/coin-framework": "^3.0.0",
|
|
111
|
+
"@ledgerhq/cryptoassets": "^13.15.0",
|
|
112
|
+
"@ledgerhq/devices": "8.4.4",
|
|
113
|
+
"@ledgerhq/errors": "^6.19.1",
|
|
114
114
|
"@ledgerhq/live-env": "^2.8.0",
|
|
115
115
|
"@ledgerhq/live-network": "^2.0.7",
|
|
116
116
|
"@ledgerhq/logs": "^6.12.0",
|
|
117
|
-
"@ledgerhq/types-cryptoassets": "^7.22.0
|
|
118
|
-
"@ledgerhq/types-live": "^6.
|
|
117
|
+
"@ledgerhq/types-cryptoassets": "^7.22.0",
|
|
118
|
+
"@ledgerhq/types-live": "^6.67.0"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@faker-js/faker": "^8.4.1",
|