@ledgerhq/coin-ton 0.10.0-nightly.2 → 0.10.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.1-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-ton
2
+ > @ledgerhq/coin-ton@0.10.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,28 +1,48 @@
1
1
  # @ledgerhq/coin-ton
2
2
 
3
- ## 0.10.0-nightly.2
3
+ ## 0.10.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
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
8
8
 
9
- ## 0.9.1-nightly.1
9
+ ### Patch Changes
10
+
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
13
+ - @ledgerhq/coin-framework@5.0.1
14
+
15
+ ## 0.10.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#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
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
24
+ - @ledgerhq/types-live@6.70.0-next.0
25
+ - @ledgerhq/coin-framework@5.0.1-next.0
26
+
27
+ ## 0.9.1
10
28
 
11
29
  ### Patch Changes
12
30
 
13
- - Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431)]:
14
- - @ledgerhq/types-cryptoassets@7.23.0-nightly.0
15
- - @ledgerhq/cryptoassets@13.16.0-nightly.0
16
- - @ledgerhq/types-live@6.69.0-nightly.1
17
- - @ledgerhq/coin-framework@4.1.0-nightly.1
31
+ - Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
32
+ - @ledgerhq/types-cryptoassets@7.23.0
33
+ - @ledgerhq/cryptoassets@13.16.0
34
+ - @ledgerhq/types-live@6.69.0
35
+ - @ledgerhq/coin-framework@5.0.0
18
36
 
19
- ## 0.9.1-nightly.0
37
+ ## 0.9.1-next.0
20
38
 
21
39
  ### Patch Changes
22
40
 
23
- - Updated dependencies [[`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
24
- - @ledgerhq/types-live@6.69.0-nightly.0
25
- - @ledgerhq/coin-framework@4.0.1-nightly.0
41
+ - Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
42
+ - @ledgerhq/types-cryptoassets@7.23.0-next.0
43
+ - @ledgerhq/cryptoassets@13.16.0-next.0
44
+ - @ledgerhq/types-live@6.69.0-next.0
45
+ - @ledgerhq/coin-framework@5.0.0-next.0
26
46
 
27
47
  ## 0.9.0
28
48
 
package/jest.config.js CHANGED
@@ -23,4 +23,5 @@ module.exports = {
23
23
  { outputName: "ton-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
24
24
  ],
25
25
  ],
26
+ // setupFilesAfterEnv: ["@ledgerhq/disable-network-setup"],
26
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-ton",
3
- "version": "0.10.0-nightly.2",
3
+ "version": "0.10.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.1.0-nightly.1",
58
- "@ledgerhq/cryptoassets": "^13.16.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",
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
- "@ledgerhq/types-cryptoassets": "^7.23.0-nightly.0",
65
- "@ledgerhq/types-live": "^6.69.0-nightly.1"
64
+ "@ledgerhq/types-cryptoassets": "^7.23.0",
65
+ "@ledgerhq/types-live": "^6.70.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/imurmurhash": "^0.1.4",
@@ -71,7 +71,8 @@
71
71
  "@types/lodash": "^4.14.191",
72
72
  "jest": "^29.7.0",
73
73
  "jest-sonar": "0.2.16",
74
- "ts-jest": "^29.1.1"
74
+ "ts-jest": "^29.1.1",
75
+ "@ledgerhq/disable-network-setup": "^0.0.0"
75
76
  },
76
77
  "scripts": {
77
78
  "clean": "rimraf lib lib-es",