@ledgerhq/coin-hedera 1.1.0 → 1.1.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/CHANGELOG.md +9 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @ledgerhq/coin-hedera
|
|
2
2
|
|
|
3
|
+
## 1.1.1-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/live-countervalues@0.2.13-next.0
|
|
10
|
+
- @ledgerhq/coin-framework@0.19.1-next.0
|
|
11
|
+
|
|
3
12
|
## 1.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-hedera",
|
|
3
|
-
"version": "1.1.0",
|
|
3
|
+
"version": "1.1.1-next.0",
|
|
4
4
|
"description": "Ledger Hedera Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
"lodash": "^4.17.21",
|
|
82
82
|
"bignumber.js": "^9.1.2",
|
|
83
83
|
"rxjs": "^7.8.1",
|
|
84
|
-
"@ledgerhq/coin-framework": "^0.19.0",
|
|
84
|
+
"@ledgerhq/coin-framework": "^0.19.1-next.0",
|
|
85
85
|
"@ledgerhq/cryptoassets": "^13.7.0",
|
|
86
86
|
"@ledgerhq/devices": "^8.4.4",
|
|
87
87
|
"@ledgerhq/errors": "^6.19.1",
|
|
88
88
|
"@ledgerhq/live-env": "^2.4.1",
|
|
89
89
|
"@ledgerhq/live-network": "^2.0.3",
|
|
90
|
-
"@ledgerhq/types-live": "^6.53.0",
|
|
91
|
-
"@ledgerhq/live-countervalues": "^0.2.
|
|
90
|
+
"@ledgerhq/types-live": "^6.53.1-next.0",
|
|
91
|
+
"@ledgerhq/live-countervalues": "^0.2.13-next.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@types/invariant": "^2.2.2",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-hedera.json",
|
|
104
104
|
"prewatch": "pnpm build",
|
|
105
105
|
"watch": "tsc --watch",
|
|
106
|
+
"watch:es": "tsc --watch -m ES6 --outDir lib-es",
|
|
106
107
|
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
|
|
107
108
|
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
|
|
108
109
|
"lint:fix": "pnpm lint --fix",
|