-
Notifications
You must be signed in to change notification settings - Fork 0
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
v1.3.10 - Added getProfile and updateProfile commands to provision proxy #65
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.
other than the history.md and package.json merge conflicts, it looks good
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.
Just looks like it needs to pull from develop to get sync'd and a question about why the package version skipped over a patch increment
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "playnetwork-sdk", | |||
"version": "1.3.8", | |||
"version": "1.3.10", |
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 did we skip over 1.3.9 here?
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.
disregard this comment and the thing about needing pulling. i see what happened there now. i think just the one comment below that order should probably be profile copypaste issue need addressing
lib/provision.js
Outdated
if (typeof options === 'function') { | ||
callback = options; | ||
options = undefined; | ||
if (typeof order === 'function') { |
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.
should order be profile instead, copypasta?
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.