@ledgerhq/coin-stellar 0.3.4 → 0.3.5-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
+ ## 0.3.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8070](https://github.com/LedgerHQ/ledger-live/pull/8070) [`bfbbe66`](https://github.com/LedgerHQ/ledger-live/commit/bfbbe6611eb1f6e10272a8accce31d24779da533) Thanks [@Wozacosta](https://github.com/Wozacosta)! - test: update stellar and tron bridge expected values
8
+
9
+ - Updated dependencies [[`81cd773`](https://github.com/LedgerHQ/ledger-live/commit/81cd7735a3c94628b6d4825b736ef12a0b74d3a3), [`f275f48`](https://github.com/LedgerHQ/ledger-live/commit/f275f48a17eeba2bdd3119e478975c8d4c7183be), [`1a0fa20`](https://github.com/LedgerHQ/ledger-live/commit/1a0fa20da7509cdde1141002a2be8e9d8458b27d)]:
10
+ - @ledgerhq/types-live@6.52.3-next.0
11
+ - @ledgerhq/cryptoassets@13.6.2-next.0
12
+ - @ledgerhq/coin-framework@0.18.5-next.0
13
+
3
14
  ## 0.3.4
4
15
 
5
16
  ### Patch Changes
@@ -300,7 +300,7 @@ exports.dataset = {
300
300
  expectedStatus: {
301
301
  // You can get the spendable balance here
302
302
  // https://stellar.expert/explorer/public/account/GAS5NQ2VU6LA3QPDSCVBH66IHP2RE52VFCLFQKSGRF7VKMZA2KTLGI3M
303
- amount: new bignumber_js_1.BigNumber(12486647),
303
+ amount: new bignumber_js_1.BigNumber(12486649),
304
304
  errors: {},
305
305
  warnings: {},
306
306
  },
@@ -294,7 +294,7 @@ export const dataset = {
294
294
  expectedStatus: {
295
295
  // You can get the spendable balance here
296
296
  // https://stellar.expert/explorer/public/account/GAS5NQ2VU6LA3QPDSCVBH66IHP2RE52VFCLFQKSGRF7VKMZA2KTLGI3M
297
- amount: new BigNumber(12486647),
297
+ amount: new BigNumber(12486649),
298
298
  errors: {},
299
299
  warnings: {},
300
300
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "0.3.4",
3
+ "version": "0.3.5-next.0",
4
4
  "description": "Ledger Stellar Coin integration",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -107,14 +107,14 @@
107
107
  "expect": "^27.4.6",
108
108
  "invariant": "^2.2.2",
109
109
  "rxjs": "^7.8.1",
110
- "@ledgerhq/coin-framework": "^0.18.4",
111
- "@ledgerhq/cryptoassets": "^13.6.1",
112
- "@ledgerhq/devices": "^8.4.4",
110
+ "@ledgerhq/coin-framework": "^0.18.5-next.0",
111
+ "@ledgerhq/cryptoassets": "^13.6.2-next.0",
112
+ "@ledgerhq/devices": "8.4.4",
113
113
  "@ledgerhq/errors": "^6.19.1",
114
114
  "@ledgerhq/live-network": "^2.0.2",
115
115
  "@ledgerhq/logs": "^6.12.0",
116
116
  "@ledgerhq/types-cryptoassets": "^7.16.0",
117
- "@ledgerhq/types-live": "^6.52.2"
117
+ "@ledgerhq/types-live": "^6.52.3-next.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@faker-js/faker": "^8.4.1",
@@ -354,7 +354,7 @@ export const dataset: DatasetTest<Transaction> = {
354
354
  expectedStatus: {
355
355
  // You can get the spendable balance here
356
356
  // https://stellar.expert/explorer/public/account/GAS5NQ2VU6LA3QPDSCVBH66IHP2RE52VFCLFQKSGRF7VKMZA2KTLGI3M
357
- amount: new BigNumber(12486647),
357
+ amount: new BigNumber(12486649),
358
358
  errors: {},
359
359
  warnings: {},
360
360
  },