-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(javascript): prevent conflict with version
variable
#141
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.
gfm
packageVersion/internalVersion/_version could have worked too
Actually exposing the version is only good for testing, I'm not sure if there is other use cases, but I'll keep this one exported for now and inline it later if unused |
this can be helpful for consumer for whatever purpose, I would keep it exposed |
🧭 What and Why
🎟 JIRA Ticket: -
The
version
variable can conflict with API method parameters, see #140 for an exampleChanges included:
Rename exported
version
toapiClientVersion
.🧪 Test
CI :D