The addon was broken because package.json is pointing to ./dist/manager.js for the manager require entrypoint, but this file did not exist. I've updated the TSUP config to generate this file. I've dropped the files at the root because nothing is actually using these.
Update: Turns out those files are needed in some cases, so that part is reverted in v4.0.2.
The addon was broken because package.json is pointing to
./dist/manager.js
for the managerrequire
entrypoint, but this file did not exist. I've updated the TSUP config to generate this file. I've dropped the files at the root because nothing is actually using these.Update: Turns out those files are needed in some cases, so that part is reverted in v4.0.2.