-
Notifications
You must be signed in to change notification settings - Fork 2
VCS-11094: Update SDK to 0.9.9 and release version 0.5.7 #38
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
base: master
Are you sure you want to change the base?
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.
Pull Request Overview
This PR updates the VCS realtime SDK to version 0.9.9 and bumps the demo application version to 0.5.7. The changes include updating dependencies and correcting author information across the project.
- Update SDK dependency from 0.9.3 to 0.9.9
- Bump demo application version from 0.5.6 to 0.5.7
- Update author information to reflect current company ownership
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates main package version and author information |
| frontend/package.json | Updates frontend package version, author, and SDK dependency to 0.9.9 |
| backend/package.json | Updates backend package version and author information |
| backend/index.js | Corrects environment variable reference from VCS_AUTH_TYPE to AUTH_TYPE |
Files not reviewed (2)
- backend/package-lock.json: Language not supported
- frontend/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "countries-list": "2.6.1", | ||
| "random-words": "1.1.2", | ||
| "vcs-realtime-sdk": "https://sdk.virtualcareservices.net/dist/vcs-realtime-sdk-0.9.3.tgz", | ||
| "vcs-realtime-sdk": "https://sdk.virtualcareservices.net/dist/vcs-realtime-sdk-0.9.9.tgz", |
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.
here we could wait for vcs-realtime-sdk-0.9.10.tgz because vcs-realtime-sdk-0.9.9.tgz is showing vcs-realtime-sdk-0.9.9-SNAPSHOT due to a bad commit
No description provided.