@ledgerhq/coin-stellar 1.0.2-nightly.1 → 1.0.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@1.0.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
2
+ > @ledgerhq/coin-stellar@1.0.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,20 +1,22 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
- ## 1.0.2-nightly.1
3
+ ## 1.0.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`e4d9a5c`](https://github.com/LedgerHQ/ledger-live/commit/e4d9a5ce6c3e8f2b3829f8f5772e7ba712a4a50c)]:
8
- - @ledgerhq/types-live@6.60.0-nightly.1
9
- - @ledgerhq/coin-framework@2.0.1-nightly.1
7
+ - Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe), [`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
8
+ - @ledgerhq/cryptoassets@13.12.0
9
+ - @ledgerhq/coin-framework@2.1.0
10
+ - @ledgerhq/types-live@6.60.0
10
11
 
11
- ## 1.0.2-nightly.0
12
+ ## 1.0.2-next.0
12
13
 
13
14
  ### Patch Changes
14
15
 
15
- - Updated dependencies [[`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
16
- - @ledgerhq/types-live@6.60.0-nightly.0
17
- - @ledgerhq/coin-framework@2.0.1-nightly.0
16
+ - Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe), [`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
17
+ - @ledgerhq/cryptoassets@13.12.0-next.0
18
+ - @ledgerhq/coin-framework@2.1.0-next.0
19
+ - @ledgerhq/types-live@6.60.0-next.0
18
20
 
19
21
  ## 1.0.1
20
22
 
@@ -353,7 +353,7 @@ exports.dataset = {
353
353
  expectedStatus: {
354
354
  // You can get the spendable balance here
355
355
  // https://stellar.expert/explorer/public/account/GAS5NQ2VU6LA3QPDSCVBH66IHP2RE52VFCLFQKSGRF7VKMZA2KTLGI3M
356
- amount: new bignumber_js_1.BigNumber(12486672),
356
+ amount: new bignumber_js_1.BigNumber(12486658),
357
357
  errors: {},
358
358
  warnings: {},
359
359
  },
@@ -347,7 +347,7 @@ export const dataset = {
347
347
  expectedStatus: {
348
348
  // You can get the spendable balance here
349
349
  // https://stellar.expert/explorer/public/account/GAS5NQ2VU6LA3QPDSCVBH66IHP2RE52VFCLFQKSGRF7VKMZA2KTLGI3M
350
- amount: new BigNumber(12486672),
350
+ amount: new BigNumber(12486658),
351
351
  errors: {},
352
352
  warnings: {},
353
353
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "1.0.2-nightly.1",
3
+ "version": "1.0.2",
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": "^2.0.1-nightly.1",
111
- "@ledgerhq/cryptoassets": "^13.11.0",
110
+ "@ledgerhq/coin-framework": "^2.1.0",
111
+ "@ledgerhq/cryptoassets": "^13.12.0",
112
112
  "@ledgerhq/devices": "8.4.4",
113
113
  "@ledgerhq/errors": "^6.19.1",
114
114
  "@ledgerhq/live-network": "^2.0.4",
115
115
  "@ledgerhq/logs": "^6.12.0",
116
116
  "@ledgerhq/types-cryptoassets": "^7.19.0",
117
- "@ledgerhq/types-live": "^6.60.0-nightly.1"
117
+ "@ledgerhq/types-live": "^6.60.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(12486672),
357
+ amount: new BigNumber(12486658),
358
358
  errors: {},
359
359
  warnings: {},
360
360
  },