@ledgerhq/coin-ton 0.11.0-next.1 → 0.11.0-nightly.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-ton@0.10.2-next.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-ton
2
+ > @ledgerhq/coin-ton@0.10.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-ton
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,23 +1,10 @@
1
1
  # @ledgerhq/coin-ton
2
2
 
3
- ## 0.11.0-next.1
3
+ ## 0.11.0-nightly.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#10309](https://github.com/LedgerHQ/ledger-live/pull/10309) [`df883f3`](https://github.com/LedgerHQ/ledger-live/commit/df883f39d687593ef6028fc63cc8b60d5348fb05) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - feat: show ton tokens in swap history
8
-
9
- ## 0.10.2-next.0
10
-
11
- ### Patch Changes
12
-
13
- - Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`6253e0e`](https://github.com/LedgerHQ/ledger-live/commit/6253e0e3efcd1a29543cda55c9a5269f97aa770f), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
14
- - @ledgerhq/cryptoassets@13.18.0-next.0
15
- - @ledgerhq/errors@6.21.0-next.0
16
- - @ledgerhq/coin-framework@5.1.0-next.0
17
- - @ledgerhq/live-env@2.9.0-next.0
18
- - @ledgerhq/types-live@6.71.0-next.0
19
- - @ledgerhq/devices@8.4.5-next.0
20
- - @ledgerhq/live-network@2.0.8-next.0
7
+ - [#10256](https://github.com/LedgerHQ/ledger-live/pull/10256) [`150ac67`](https://github.com/LedgerHQ/ledger-live/commit/150ac67c38c0ce43dd0632a71467f49a81068b94) Thanks [@Canestin](https://github.com/Canestin)! - feat: show ton tokens in swap history
21
8
 
22
9
  ## 0.10.1
23
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-ton",
3
- "version": "0.11.0-next.1",
3
+ "version": "0.11.0-nightly.0",
4
4
  "description": "Ton Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -54,15 +54,15 @@
54
54
  "lodash": "^4.17.21",
55
55
  "msw": "^2.0.11",
56
56
  "rxjs": "^7.8.1",
57
- "@ledgerhq/cryptoassets": "^13.18.0-next.0",
58
- "@ledgerhq/coin-framework": "^5.1.0-next.0",
59
- "@ledgerhq/errors": "^6.21.0-next.0",
60
- "@ledgerhq/devices": "8.4.5-next.0",
61
- "@ledgerhq/live-env": "^2.9.0-next.0",
57
+ "@ledgerhq/coin-framework": "^5.0.2",
58
+ "@ledgerhq/cryptoassets": "^13.17.0",
59
+ "@ledgerhq/devices": "8.4.5-nightly.2",
60
+ "@ledgerhq/errors": "^6.21.0-nightly.0",
61
+ "@ledgerhq/live-env": "^2.9.0-nightly.0",
62
+ "@ledgerhq/live-network": "^2.0.8-nightly.1",
62
63
  "@ledgerhq/logs": "^6.12.0",
63
64
  "@ledgerhq/types-cryptoassets": "^7.23.0",
64
- "@ledgerhq/types-live": "^6.71.0-next.0",
65
- "@ledgerhq/live-network": "^2.0.8-next.0"
65
+ "@ledgerhq/types-live": "^6.71.0-nightly.1"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/imurmurhash": "^0.1.4",