ecash-quicksend 1.3.3 → 1.3.4
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,8 +180,8 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
180
180
|
## Changelog
|
|
181
181
|
|
|
182
182
|
### v1.3.4
|
|
183
|
-
- Token change output in `buildTokenOutputs` now uses `{ sats: 0n, script: walletP2pkh }` instead of a bare `Script` object, matching the format of all other outputs.
|
|
184
183
|
- Added `tokenId` format validation: non-64-char or non-hex values now throw a clear error at the entry point instead of a cryptic library exception.
|
|
184
|
+
- `feeStrategy`, `tokenStrategy`, and `utxoStrategy` options are now typed as proper union types (`FeeStrategy`, `TokenStrategy`, `UtxoStrategy`) instead of `string`, improving type safety for callers using TypeScript.
|
|
185
185
|
|
|
186
186
|
### v1.3.3
|
|
187
187
|
- `validateMnemonic` now validates each word against the BIP39 wordlist (via `mnemonicToSeed` try/catch), catching misspellings that previously returned `true`.
|