@ledgerhq/coin-ton 0.11.0-nightly.0 → 0.11.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.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-ton
2
+ > @ledgerhq/coin-ton@0.11.0 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,10 +1,40 @@
1
1
  # @ledgerhq/coin-ton
2
2
 
3
- ## 0.11.0-nightly.0
3
+ ## 0.11.0
4
4
 
5
5
  ### Minor Changes
6
6
 
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
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
+ ### Patch Changes
10
+
11
+ - 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)]:
12
+ - @ledgerhq/cryptoassets@13.18.0
13
+ - @ledgerhq/errors@6.21.0
14
+ - @ledgerhq/coin-framework@5.1.0
15
+ - @ledgerhq/live-env@2.9.0
16
+ - @ledgerhq/types-live@6.71.0
17
+ - @ledgerhq/devices@8.4.5
18
+ - @ledgerhq/live-network@2.0.8
19
+
20
+ ## 0.11.0-next.1
21
+
22
+ ### Minor Changes
23
+
24
+ - [#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
25
+
26
+ ## 0.10.2-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - 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)]:
31
+ - @ledgerhq/cryptoassets@13.18.0-next.0
32
+ - @ledgerhq/errors@6.21.0-next.0
33
+ - @ledgerhq/coin-framework@5.1.0-next.0
34
+ - @ledgerhq/live-env@2.9.0-next.0
35
+ - @ledgerhq/types-live@6.71.0-next.0
36
+ - @ledgerhq/devices@8.4.5-next.0
37
+ - @ledgerhq/live-network@2.0.8-next.0
8
38
 
9
39
  ## 0.10.1
10
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-ton",
3
- "version": "0.11.0-nightly.0",
3
+ "version": "0.11.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/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",
57
+ "@ledgerhq/coin-framework": "^5.1.0",
58
+ "@ledgerhq/cryptoassets": "^13.18.0",
59
+ "@ledgerhq/devices": "8.4.5",
60
+ "@ledgerhq/errors": "^6.21.0",
61
+ "@ledgerhq/live-env": "^2.9.0",
62
+ "@ledgerhq/live-network": "^2.0.8",
63
63
  "@ledgerhq/logs": "^6.12.0",
64
64
  "@ledgerhq/types-cryptoassets": "^7.23.0",
65
- "@ledgerhq/types-live": "^6.71.0-nightly.1"
65
+ "@ledgerhq/types-live": "^6.71.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/imurmurhash": "^0.1.4",