Closed jthawme closed 1 year ago
Thanks for letting me know. It looks like there was a glitch in the build system. The es5 folder is missing in the v6.0.8 release. The v6.0.7 release still has it. I'm trying to investigate why that's the case.
https://www.npmjs.com/package/automation-events/v/6.0.7?activeTab=code https://www.npmjs.com/package/automation-events/v/6.0.8?activeTab=code
Maybe you have the chance to meanwhile pin automation-events to version 6.0.7.
This commit (https://github.com/chrisguttandin/automation-events/commit/ab8192ba8bd37566e3799fff55036b80fe4d11c2) should have fixed it. v6.0.9 contains all the files again.
Thanks again for making me aware of it.
I was trying to use tone.js with parcel and it failed on this package, as the
browser
key in package.json pointed to"build/es5/bundle.js"
which didnt seem to exist in the packagechanging it to
seemed to work for me