-
Notifications
You must be signed in to change notification settings - Fork 19
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
@nteract/transform-vdom latest version is 4.0.16-alpha.0 #48
Comments
If I had to guess, based on me doing something similar many times, perhaps 4.0.16-alpha.0 was released by lerna, never committed, and lerna automatically set the |
FYI, I am looking at this because we upgraded to react 17, but |
Oof! This looks like a fallout from the work we've been doing to move packages out of the monorepo over at nteract/nteract and into their own repos.
Yeah, I'll give this a try. |
I'm trying to figure out the latest version of
@nteract/transform-vdom
(which we depend on in JupyterLab).I notice that on npm:
latest
release on npm, which means it is the default version installed when doingnpm install @nteract/transform-vdom
When I compare the actual tarballs on npmjs.com, I see these differences:
In particular, notice there is no change in the actual js files published, and the only change in the package.json is:
To me, it looks like the
latest
tag was accidentally set to 4.0.16-alpha.0, and perhaps that prerelease was accidentally published? If this is true, I'd suggest resetting the npmjs.comlatest
tag with:The text was updated successfully, but these errors were encountered: