Upgrade to SDK 0.24.9914 - #37
Merged
Merged
Conversation
anishamalde
self-requested a review
August 28, 2026 08:38
Move .npmrc out of version control and into .gitignore so it stays per-developer. Developers configure their own registry locally.
Contributor
|
Thanks for the catch! When they switched over SDK after the latest release, looks like they changed the package names in npm. |
anishamalde
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to Vega SDK 0.24.9914
Fix: Upgrade Vega app to Vega SDK 0.24.9914
This PR addresses issue #36.
SDK version 0.24.9525 was required but not available, and
@amazon-devices/kepler-cli-platform@0.22.13was also missing.After copying some config / dependencies from antoher working sample project, I was able to run the application successfully with latest Vega SDK 0.24.9914.
Changes
vegaSdkVersionto0.24.9914invega-sdk-requirements.json@amazon-devices/kepler-cli-platformto0.22.13-rn-83os.version.min = "1.2"inmanifest.tomlalongside existingtargetyarn.lockaccordinglyTesting
The Vega app runs successfully with latest SDK 0.24.9914 VVD and confirms the expected behavior.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.