@ledgerhq/coin-tezos 0.6.8 → 0.6.9-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/CHANGELOG.md +8 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @ledgerhq/coin-tezos
|
|
2
2
|
|
|
3
|
+
## 0.6.9-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
|
|
8
|
+
- @ledgerhq/types-live@6.53.1-next.0
|
|
9
|
+
- @ledgerhq/coin-framework@0.19.1-next.0
|
|
10
|
+
|
|
3
11
|
## 0.6.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tezos",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.9-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": "^0.19.0",
|
|
80
|
+
"@ledgerhq/coin-framework": "^0.19.1-next.0",
|
|
81
81
|
"@ledgerhq/cryptoassets": "^13.7.0",
|
|
82
82
|
"@ledgerhq/devices": "8.4.4",
|
|
83
83
|
"@ledgerhq/errors": "^6.19.1",
|
|
84
84
|
"@ledgerhq/live-network": "^2.0.3",
|
|
85
85
|
"@ledgerhq/logs": "^6.12.0",
|
|
86
86
|
"@ledgerhq/types-cryptoassets": "^7.17.0",
|
|
87
|
-
"@ledgerhq/types-live": "^6.53.0"
|
|
87
|
+
"@ledgerhq/types-live": "^6.53.1-next.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-xrp.json",
|
|
108
108
|
"prewatch": "pnpm build",
|
|
109
109
|
"watch": "tsc --watch",
|
|
110
|
+
"watch:es": "tsc --watch -m ES6 --outDir lib-es",
|
|
110
111
|
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
|
|
111
112
|
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
|
|
112
113
|
"lint:fix": "pnpm lint --fix",
|