@ledgerhq/types-cryptoassets
Advanced tools
Comparing version 6.22.1-nightly.0 to 6.23.0-nightly.1
# @ledgerhq/types-cryptoassets | ||
## 6.23.0-nightly.1 | ||
### Minor Changes | ||
- [#451](https://github.com/LedgerHQ/ledger-live/pull/451) [`134355d56`](https://github.com/LedgerHQ/ledger-live/commit/134355d561bd8d576123d51f99cb5058be5721a4) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Type libraries usage in LLC, LLD, LLM, CLI | ||
## 6.22.1-nightly.0 | ||
@@ -7,2 +13,2 @@ | ||
- f6f2d8f15: add dummy changesets | ||
- 47252169a: add dummy changesets |
{ | ||
"name": "@ledgerhq/types-cryptoassets", | ||
"version": "6.22.1-nightly.0", | ||
"version": "6.23.0-nightly.1", | ||
"description": "Ledger types for crypto assets and tokens", | ||
@@ -10,8 +10,8 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/LedgerHQ/ledgerjs" | ||
"url": "https://github.com/LedgerHQ/ledger-live.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/LedgerHQ/ledgerjs/issues" | ||
"url": "https://github.com/LedgerHQ/ledger-live/issues" | ||
}, | ||
"homepage": "https://github.com/LedgerHQ/ledgerjs", | ||
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/types-cryptoassets", | ||
"publishConfig": { | ||
@@ -25,6 +25,7 @@ "access": "public" | ||
"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", | ||
@@ -31,0 +32,0 @@ "lint:fix": "pnpm lint --fix", |
@@ -93,2 +93,3 @@ /** | ||
isTestnetFor?: string; | ||
// TODO later we could express union of types with mandatory bitcoinLikeInfo for "bitcoin" family... | ||
bitcoinLikeInfo?: { | ||
@@ -98,2 +99,3 @@ P2PKH: number; | ||
XPUBVersion?: number; | ||
// FIXME optional as we miss some data to fill | ||
hasTimestamp?: boolean; | ||
@@ -100,0 +102,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16912
300
1