-
Notifications
You must be signed in to change notification settings - Fork 108
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
NodeJS sdk #589
NodeJS sdk #589
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
Is this going to work for vanilla JavaScript folks? We definitely want this to work without TypeScript.
Yes, even though the nodejs SDK is implemented in TypeScript, it will work for pure JS consumers. The reason is that the packaged sdk artifact is compiled back to pure JS, and that is what a consumer will interface with. |
Assumed so! Just wanted to double-check. |
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.
Getting closer!
…ring shareToken Dial operations
@@ -0,0 +1,52 @@ | |||
{ | |||
"name": "@openziti/zrok", | |||
"version": "0.1.0", |
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.
Why is this still 0.1.0
?
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.
The version
gets auto-updated by the GH Action that runs whenever the main
branch gets updated, and the semver will become whatever the prevailing git tag
is at the time. The package that gets published to NPM will have the same version as the zrok
repo's git tag
.
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.
🚢
No description provided.