Moved ord-service into plugin package

This commit is contained in:
Daniel Hutzel
2025-02-21 18:19:54 +01:00
parent 20348e0776
commit 7ccd11062a
6 changed files with 15 additions and 0 deletions

12
ord/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@cap-js/ord",
"version": "2.0.0",
"cds": {
"requires": {
"SAP ORD Service": {
"model": "@cap-js/ord/srv/ord-service",
"service": "OrdService"
}
}
}
}