FRAMENGG-13353 (docs): Add engines to sample app manifests - #21
Conversation
Document that create and package overwrite Node and CLI versions; do not hand-edit those keys.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan includes up to 12 reviews per rolling hour; 9 remain after this review. WalkthroughThe change adds Node.js ChangesManifest engine requirements
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This change adds engine metadata to sample app manifests and related documentation; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
Comment |
CHANGELOG
Add
engines.nodeandengines.chargebee_appsto sample app manifests.SUMMARY
Sample apps now include the same
enginesobject the CLI writes oncreate/package. Those keys are overwritten by the CLI; do not hand-edit them. Values in this repo are examples and will change when you package.Related: FRAMENGG-13353, DOCS-9902.
FUNCTIONAL AUTOMATION CHANGES PR
AUTOMATION TEST REPORT URL
NA
AREAS OF IMPACT
Sample app
manifest.jsonfiles and README.TYPE OF CHANGE
DOCUMENTATION
NA
Updated sample app manifests with
engines.nodeandengines.chargebee_appsvalues. Documented that the CLI overwrites these example values duringcreateandpackage, so users should not edit them manually.