@ledgerhq/coin-ton 0.9.2-nightly.1 → 0.10.0-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-ton@0.9.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-ton
2
+ > @ledgerhq/coin-ton@0.9.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,20 +1,16 @@
1
1
  # @ledgerhq/coin-ton
2
2
 
3
- ## 0.9.2-nightly.1
3
+ ## 0.10.0-next.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
8
- - @ledgerhq/cryptoassets@13.17.0-nightly.0
9
- - @ledgerhq/coin-framework@5.0.1-nightly.1
5
+ ### Minor Changes
10
6
 
11
- ## 0.9.2-nightly.0
7
+ - [#9837](https://github.com/LedgerHQ/ledger-live/pull/9837) [`29b72fe`](https://github.com/LedgerHQ/ledger-live/commit/29b72fe9d1b7697c0fef53fd11e3d2d775032f68) Thanks [@Justkant](https://github.com/Justkant)! - feat(coin-ton): expose ton payload for all possible actions
12
8
 
13
9
  ### Patch Changes
14
10
 
15
- - Updated dependencies [[`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
16
- - @ledgerhq/types-live@6.70.0-nightly.0
17
- - @ledgerhq/coin-framework@5.0.1-nightly.0
11
+ - Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
12
+ - @ledgerhq/types-live@6.70.0-next.0
13
+ - @ledgerhq/coin-framework@5.0.1-next.0
18
14
 
19
15
  ## 0.9.1
20
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-ton",
3
- "version": "0.9.2-nightly.1",
3
+ "version": "0.10.0-next.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.1-nightly.1",
58
- "@ledgerhq/cryptoassets": "^13.17.0-nightly.0",
59
- "@ledgerhq/devices": "8.4.5-nightly.0",
60
- "@ledgerhq/errors": "^6.20.0-nightly.0",
57
+ "@ledgerhq/coin-framework": "^5.0.1-next.0",
58
+ "@ledgerhq/cryptoassets": "^13.16.0",
59
+ "@ledgerhq/devices": "8.4.4",
60
+ "@ledgerhq/errors": "^6.19.1",
61
61
  "@ledgerhq/live-env": "^2.8.0",
62
62
  "@ledgerhq/live-network": "^2.0.7",
63
63
  "@ledgerhq/logs": "^6.12.0",
64
64
  "@ledgerhq/types-cryptoassets": "^7.23.0",
65
- "@ledgerhq/types-live": "^6.70.0-nightly.0"
65
+ "@ledgerhq/types-live": "^6.70.0-next.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/imurmurhash": "^0.1.4",