@ledgerhq/hw-app-cosmos
Advanced tools
Comparing version 6.27.2-nightly.0 to 6.27.2-nightly.1
# @ledgerhq/hw-app-cosmos | ||
## 6.27.2-nightly.1 | ||
### Patch Changes | ||
- Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f)]: | ||
- @ledgerhq/errors@6.10.1-nightly.1 | ||
- @ledgerhq/hw-transport@6.27.2-nightly.1 | ||
## 6.27.2-nightly.0 | ||
@@ -7,5 +15,5 @@ | ||
- f6f2d8f15: add dummy changesets | ||
- Updated dependencies [f6f2d8f15] | ||
- 47252169a: add dummy changesets | ||
- Updated dependencies [47252169a] | ||
- @ledgerhq/errors@6.10.1-nightly.0 | ||
- @ledgerhq/hw-transport@6.27.2-nightly.0 |
{ | ||
"name": "@ledgerhq/hw-app-cosmos", | ||
"version": "6.27.2-nightly.0", | ||
"version": "6.27.2-nightly.1", | ||
"description": "Ledger Hardware Wallet Cosmos Application API", | ||
@@ -30,15 +30,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/errors": "^6.10.1-nightly.0", | ||
"@ledgerhq/hw-transport": "^6.27.2-nightly.0", | ||
"@ledgerhq/errors": "^6.10.1-nightly.1", | ||
"@ledgerhq/hw-transport": "^6.27.2-nightly.1", | ||
"bip32-path": "^0.4.2" | ||
}, | ||
"devDependencies": { | ||
"@ledgerhq/hw-transport-mocker": "^6.27.2-nightly.0" | ||
"@ledgerhq/hw-transport-mocker": "^6.27.2-nightly.1" | ||
}, | ||
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", | ||
"scripts": { | ||
"clean": "bash ../../script/clean.sh", | ||
"build": "bash ../../script/build.sh", | ||
"watch": "bash ../../script/watch.sh", | ||
"doc": "bash ../../script/doc.sh", | ||
"clean": "rimraf lib lib-es", | ||
"build": "tsc && tsc -m ES6 --outDir lib-es", | ||
"prewatch": "pnpm build", | ||
"watch": "tsc --watch", | ||
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts", | ||
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx", | ||
@@ -45,0 +46,0 @@ "lint:fix": "pnpm lint --fix", |
Sorry, the diff of this file is not supported yet
43716