@ledgerhq/coin-stellar 5.0.0 → 5.0.1-next.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-stellar@4.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
2
+ > @ledgerhq/coin-stellar@5.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,5 +1,13 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
+ ## 5.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
8
+ - @ledgerhq/types-live@6.70.0-next.0
9
+ - @ledgerhq/coin-framework@5.0.1-next.0
10
+
3
11
  ## 5.0.0
4
12
 
5
13
  ### Major Changes
@@ -18,6 +26,24 @@
18
26
  - @ledgerhq/types-live@6.69.0
19
27
  - @ledgerhq/coin-framework@5.0.0
20
28
 
29
+ ## 5.0.0-next.0
30
+
31
+ ### Major Changes
32
+
33
+ - [#9993](https://github.com/LedgerHQ/ledger-live/pull/9993) [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Change alpaca estimate signature
34
+
35
+ ### Minor Changes
36
+
37
+ - [#10066](https://github.com/LedgerHQ/ledger-live/pull/10066) [`6b29491`](https://github.com/LedgerHQ/ledger-live/commit/6b294915b022551a6eb23e1edf6d59e43b896310) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: isolate stellar polyfill and revert it once used
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
42
+ - @ledgerhq/types-cryptoassets@7.23.0-next.0
43
+ - @ledgerhq/cryptoassets@13.16.0-next.0
44
+ - @ledgerhq/types-live@6.69.0-next.0
45
+ - @ledgerhq/coin-framework@5.0.0-next.0
46
+
21
47
  ## 4.0.0
22
48
 
23
49
  ### Major Changes
package/jest.config.js CHANGED
@@ -18,4 +18,5 @@ module.exports = {
18
18
  { outputName: "stellar-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
19
19
  ],
20
20
  ],
21
+ //setupFilesAfterEnv: ["@ledgerhq/disable-network-setup"],
21
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-next.0",
4
4
  "description": "Ledger Stellar Coin integration",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -108,7 +108,7 @@
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.0.0",
111
+ "@ledgerhq/coin-framework": "^5.0.1-next.0",
112
112
  "@ledgerhq/cryptoassets": "^13.16.0",
113
113
  "@ledgerhq/devices": "8.4.4",
114
114
  "@ledgerhq/errors": "^6.19.1",
@@ -116,7 +116,7 @@
116
116
  "@ledgerhq/live-network": "^2.0.7",
117
117
  "@ledgerhq/logs": "^6.12.0",
118
118
  "@ledgerhq/types-cryptoassets": "^7.23.0",
119
- "@ledgerhq/types-live": "^6.69.0"
119
+ "@ledgerhq/types-live": "^6.70.0-next.0"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@faker-js/faker": "^8.4.1",
@@ -127,7 +127,8 @@
127
127
  "jest-sonar": "0.2.16",
128
128
  "msw": "^2.7.3",
129
129
  "nock": "14.0.2",
130
- "ts-jest": "^29.1.1"
130
+ "ts-jest": "^29.1.1",
131
+ "@ledgerhq/disable-network-setup": "^0.0.0"
131
132
  },
132
133
  "scripts": {
133
134
  "clean": "rimraf lib lib-es",