The 9.14.1 package (pushed 6 hours ago) looks to be missing the expected files by package.json such as auth0.min.js and auth0.min.esm.js. You can also see that https://cdn.auth0.com/js/auth0/9.14.1/auth0.min.js is unavailable.
That these files would exist so that importing the package works correctly.
npm install auth0-jsimport auth0 from 'auth0-js' You may want to add a "prepublish" or "prepare" script so npm run build can't be accidentally forgotten.
Downgrading to 9.14.0 seems to fix it for me: npm install --save-exact [email protected]
@colecloudtostreet I would expect that to fix it for you and others. Its of course what we did to unblock ourselves as well. However people who have the default package dependency strategy (^) will all likely start seeing some breaking errors. So best to get it fixed / prioritized in the package itself.
@colecloudtostreet I would expect that to fix it for you and others. Its of course what we did to unblock ourselves as well. However people who have the default package dependency strategy (^) will all likely start seeing some breaking errors. So best to get it fixed / prioritized in the package itself.
Yeah good point, just thought I'd share for anyone who's stuck and comes across this.
Thanks for the report @nmastereal, looks like we do indeed have a failure with our publisher. I will work to resolve this as soon as I can. In the meantime, yes - please pin to 9.14.0 until this is resolved.
Have you considered unpublishing 9.14.1 instead of having all the consumers pin to 9.14.0 then again unpin it when this is resolved?
@nmastereal looks like we're good on the build side, I just need to cut a new release, so I'm hoping this will be fixed very shortly.
This has now been merged, published to NPM and the CDN - could those affected please try 9.14.2?
Apologies for the inconvenience here!
Most helpful comment
This has now been merged, published to NPM and the CDN - could those affected please try 9.14.2?
Apologies for the inconvenience here!