dashhive / DashTx.js

Create TX hex for payments and such
MIT License
3 stars 0 forks source link

BundlePhobia (and other bundlers?) entrypoint errors #51

Closed riongull closed 4 months ago

riongull commented 5 months ago

Inspecting https://bundlephobia.com/package/dashtx@0.14.1 (and 0.14.0) results in an EntryPointError, this resolves the EntryPointError issue as well as some issues with using the package as an ESM module.

See https://bundlephobia.com/package/dashtx@0.14.2-1 for this code working at bundlephobia.

Originally posted by @jojobyte in https://github.com/dashhive/DashTx.js/pull/43

riongull commented 5 months ago

The latest version of DashTx still can't find the entry point.

https://bundlephobia.com/package/dashtx@0.14.4

EntryPointError We could not guess a valid entry point for this package. Perhaps the author hasn't specified one in its package.json ?

jojobyte commented 4 months ago

Fixed in #43