-
Notifications
You must be signed in to change notification settings - Fork 373
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
Put web viewer on npm
#4003
Put web viewer on npm
#4003
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Don't see much point in arguing over details when bootstrapping something of this size.
What's this "version": "0.0.8-alpha.2"
though? That doesn't correspond to anything...
@@ -0,0 +1,41 @@ | |||
{ | |||
"name": "@rerun-io/web-viewer-react", | |||
"version": "0.0.8-alpha.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this version? Is the react viewer not using the same version as everything else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't really "released" this yet, so this is a placeholder version
@@ -0,0 +1,45 @@ | |||
{ | |||
"name": "@rerun-io/web-viewer", | |||
"version": "0.0.8-alpha.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, what's 0.0.8-alpha.2
🤔
1ee1d04
to
c7edc18
Compare
What
Closes #3983
@rerun-io/[email protected]
can load the same files aspip install rerun-sdk==0.9.1
)npm publish
step to release processChecklist