@ledgerhq/coin-tezos 5.0.0 → 5.0.1-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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +22 -0
- package/jest.config.js +1 -0
- package/package.json +6 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-tezos@
|
|
2
|
+
> @ledgerhq/coin-tezos@5.0.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @ledgerhq/coin-tezos
|
|
2
2
|
|
|
3
|
+
## 5.0.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
|
|
8
|
+
- @ledgerhq/types-live@6.70.0-next.0
|
|
9
|
+
- @ledgerhq/coin-framework@5.0.1-next.0
|
|
10
|
+
|
|
3
11
|
## 5.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -14,6 +22,20 @@
|
|
|
14
22
|
- @ledgerhq/types-live@6.69.0
|
|
15
23
|
- @ledgerhq/coin-framework@5.0.0
|
|
16
24
|
|
|
25
|
+
## 5.0.0-next.0
|
|
26
|
+
|
|
27
|
+
### Major Changes
|
|
28
|
+
|
|
29
|
+
- [#9993](https://github.com/LedgerHQ/ledger-live/pull/9993) [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Change alpaca estimate signature
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- 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)]:
|
|
34
|
+
- @ledgerhq/types-cryptoassets@7.23.0-next.0
|
|
35
|
+
- @ledgerhq/cryptoassets@13.16.0-next.0
|
|
36
|
+
- @ledgerhq/types-live@6.69.0-next.0
|
|
37
|
+
- @ledgerhq/coin-framework@5.0.0-next.0
|
|
38
|
+
|
|
17
39
|
## 4.0.0
|
|
18
40
|
|
|
19
41
|
### Major Changes
|
package/jest.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tezos",
|
|
3
|
-
"version": "5.0.0",
|
|
3
|
+
"version": "5.0.1-next.0",
|
|
4
4
|
"description": "Tezos Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"invariant": "^2.2.4",
|
|
78
78
|
"lodash": "^4.17.21",
|
|
79
79
|
"rxjs": "^7.8.1",
|
|
80
|
-
"@ledgerhq/coin-framework": "^5.0.0",
|
|
80
|
+
"@ledgerhq/coin-framework": "^5.0.1-next.0",
|
|
81
81
|
"@ledgerhq/cryptoassets": "^13.16.0",
|
|
82
82
|
"@ledgerhq/devices": "8.4.4",
|
|
83
83
|
"@ledgerhq/errors": "^6.19.1",
|
|
84
84
|
"@ledgerhq/live-network": "^2.0.7",
|
|
85
|
+
"@ledgerhq/logs": "^6.12.0",
|
|
85
86
|
"@ledgerhq/types-cryptoassets": "^7.23.0",
|
|
86
|
-
"@ledgerhq/types-live": "^6.
|
|
87
|
-
"@ledgerhq/logs": "^6.12.0"
|
|
87
|
+
"@ledgerhq/types-live": "^6.70.0-next.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -98,7 +98,8 @@
|
|
|
98
98
|
"jest-sonar": "0.2.16",
|
|
99
99
|
"msw": "^2.7.3",
|
|
100
100
|
"ts-jest": "^29.1.4",
|
|
101
|
-
"typescript": "^5.4.5"
|
|
101
|
+
"typescript": "^5.4.5",
|
|
102
|
+
"@ledgerhq/disable-network-setup": "^0.0.0"
|
|
102
103
|
},
|
|
103
104
|
"overrides": {
|
|
104
105
|
"@taquito/ledger-signer": {
|