-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.3.0 release does not have new import method #8
Comments
👋🏼 hello! Indeed, this seems to not have been published correctly. @ongteckwu would it be possible to publish a new version with a fresh Thank you! |
@marco-verbeek sure I will do that |
published, leet me know if it works marco |
@ongteckwu
Could you double check if the require is still there on your end as well ? 🙏🏼 I highly appreciate your time, thank you so much! |
ok can you try again. Sorry was busy whole week. |
Still seeing the error in v0.3.8 @ongteckwu |
I think the 0.3.0 version on npm did not have
build
run successfully on it before being published - it's missing the new await-free import method from #7.If you update a project's dependency to
0.3.0
of this library and install it, thencat node_modules/typeid-ts/build/cjs/src/lib/basics.js
, the oldconst uuidv7_1 = require("uuidv7");
require method is still there.The text was updated successfully, but these errors were encountered: