swellstores / swell-js

JS library for building storefronts and checkouts with Swell ecommerce.
https://swell.is
MIT License
138 stars 29 forks source link

4.1.0: Unable to resolve "./util.inspect" in `swell.umd.min.js` #176

Closed lukifer closed 3 months ago

lukifer commented 4 months ago

When trying to update from 4.0.0 to 4.1.0, I'm still encountering this issue with util.inspect:

ERROR in ../node_modules/.pnpm/swell-js@4.1.0/node_modules/swell-js/dist/swell.umd.min.js
Module not found: Error: Can't resolve './util.inspect' in '[...]node_modules/.pnpm/swell-js@4.1.0/node_modules/swell-js/dist'
 @ ../node_modules/.pnpm/swell-js@4.1.0/node_modules/swell-js/dist/swell.umd.min.js 752:20-45
 @ ./dist/swell.plugin.4760da49.js
 @ ./dist/index.js
 @ ./dist/client.js
 @ multi ./dist/client.js
awwit commented 4 months ago

@lukifer thank you for report! This problem was fixed in version 4.1.1. We had some glitches when publishing version 4.1.0 due to which the latest changes were not included. Everything should be fine now!

lukifer commented 3 months ago

Seems to be resolved now, thanks!