-
Notifications
You must be signed in to change notification settings - Fork 49
Qaseio v2 alpha #97
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
Qaseio v2 alpha #97
Conversation
qase-cucumberjs/package.json
Outdated
| "chalk": "^4.1.0", | ||
| "moment": "^2.29.1", | ||
| "qaseio": "^1.5.0" | ||
| "qaseio": "1.5.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 did you change it?
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.
please return it back
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.
Fixed
qaseio/package.json
Outdated
| { | ||
| "name": "qaseio", | ||
| "version": "v1.5.0", | ||
| "version": "v2.0.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.
please add -alpha.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.
Fixed
| /* tslint:disable */ | ||
| /* eslint-disable */ | ||
| /** | ||
| * Qase.io API |
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.
please remove the same headers from everywhere
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.
Done
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.
great, thanks!
| /* tslint:disable */ | ||
| /* eslint-disable */ | ||
| /** | ||
| * Qase.io API |
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.
great, thanks!
QaseApiclass;