cap-js / ord

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3 stars 4 forks source link

feat: Address issues with packages #47

Closed ductaily closed 2 months ago

ductaily commented 3 months ago

In https://github.com/cap-js/ord/issues/38

ductaily commented 3 months ago

If I understood correctly the first bullet point was addressed in the PR for the Products → the namespace was wrong and the package name shall be package.name.replace(/@/,'').replace(/\//g,'.')

Is my understanding correct? @RoshniNaveenaS

CC: @aramovic79 @Fannon

RoshniNaveenaS commented 2 months ago

d in the PR for the Prod

Yes we had the fix in this PR

ductaily commented 2 months ago

d in the PR for the Prod

Yes we had the fix in this PR

Thank you for the confirmation.