@ledgerhq/coin-ton 0.8.2-nightly.2 → 0.9.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.8.2-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-ton
2
+ > @ledgerhq/coin-ton@0.8.2 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,25 +1,31 @@
1
1
  # @ledgerhq/coin-ton
2
2
 
3
- ## 0.8.2-nightly.2
3
+ ## 0.9.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9995](https://github.com/LedgerHQ/ledger-live/pull/9995) [`cec9ce9`](https://github.com/LedgerHQ/ledger-live/commit/cec9ce99f8e35d6295f43908118c6c269c1bfe38) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Improve TON payload processing functions
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
8
- - @ledgerhq/coin-framework@4.0.0-nightly.1
12
+ - @ledgerhq/coin-framework@4.0.0-next.0
9
13
 
10
- ## 0.8.2-nightly.1
14
+ ## 0.8.2
11
15
 
12
16
  ### Patch Changes
13
17
 
14
- - [#9995](https://github.com/LedgerHQ/ledger-live/pull/9995) [`cec9ce9`](https://github.com/LedgerHQ/ledger-live/commit/cec9ce99f8e35d6295f43908118c6c269c1bfe38) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Improve TON payload processing functions
18
+ - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
19
+ - @ledgerhq/types-live@6.68.0
20
+ - @ledgerhq/coin-framework@3.0.1
15
21
 
16
- ## 0.8.2-nightly.0
22
+ ## 0.8.2-next.0
17
23
 
18
24
  ### Patch Changes
19
25
 
20
- - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5)]:
21
- - @ledgerhq/types-live@6.68.0-nightly.0
22
- - @ledgerhq/coin-framework@3.0.1-nightly.0
26
+ - Updated dependencies [[`9a208c3`](https://github.com/LedgerHQ/ledger-live/commit/9a208c39aec129b3aff2105991ffc18be05fd3f5), [`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
27
+ - @ledgerhq/types-live@6.68.0-next.0
28
+ - @ledgerhq/coin-framework@3.0.1-next.0
23
29
 
24
30
  ## 0.8.1
25
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-ton",
3
- "version": "0.8.2-nightly.2",
3
+ "version": "0.9.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": "^4.0.0-nightly.1",
57
+ "@ledgerhq/coin-framework": "^4.0.0-next.0",
58
58
  "@ledgerhq/cryptoassets": "^13.15.0",
59
- "@ledgerhq/devices": "8.4.5-nightly.0",
60
- "@ledgerhq/errors": "^6.20.0-nightly.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.22.0",
65
- "@ledgerhq/types-live": "^6.68.0-nightly.0"
65
+ "@ledgerhq/types-live": "^6.68.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/imurmurhash": "^0.1.4",