Commit df2ebc6
committed
feat: publish modules required by index exports
The built entrypoint (index.js) imports ./address, ./fixedScriptWallet,
and ./utxolibCompat (and re-exports types like AddressFormat). These
files were excluded by the npm "files" allowlist, causing
MODULE_NOT_FOUND at runtime for consumers
(e.g., BitGoJS @bitgo/utxo-core tests).
Include in the allowlist for both node/browser targets:
- dist/*/js/address.*
- dist/*/js/utxolibCompat.*
- dist/*/js/fixedScriptWallet.*
- dist/*/js/coinName.*
- dist/*/js/triple.*
This ensures both JS and .d.ts are published and makes the
package consistent with its public API. No API changes; fixes
packaging only.
TIcket: BTC-27401 parent 3a8d6bf commit df2ebc6
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments