-
Notifications
You must be signed in to change notification settings - Fork 42
Move cap updates to generate functions of FE/FF #2810
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
Conversation
…into moveCapUpdates
🦋 Changeset detectedLatest commit: e1f78ca The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Couple of tsdoc related comments.
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.
Code changes are clear.
covered by tests
changeset 👍
… into updateCapService
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.
Code changes are clear.
covered by tests
changeset 👍
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.
Thanks @kjose90
- Updated as expected, comments addressed
- Confirmation of manual tests executed
|
@@ -202,40 +202,6 @@ export type EntityRelatedAnswers = EntitySelectionAnswers & | |||
AnnotationGenerationAnswers & | |||
AlpTableConfigAnswers; | |||
|
|||
export type CapRuntime = 'Node.js' | 'Java'; |
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.
In retrospect, we should be re-exporting this type from its new location if its needed by the APIs here.
#2787
capService
& addedenableNPMWorkspaces
to appOptions of FE/FFCapService
andCapRuntime
types from@sap-ux/odata-service-inquirer
to@sap-ux/cap-config-writer
for better relevance.