@sap/ux-cds-compiler-facade
Advanced tools
Comparing version
@@ -58,3 +58,3 @@ "use strict"; | ||
const targetKindsCds = { | ||
service: ["EntityContainer" /* Edm.EntityContainer */], | ||
service: ["EntityContainer" /* Edm.EntityContainer */, "Schema" /* Edm.Schema */], | ||
entitySet: ["EntitySet" /* Edm.EntitySet */], | ||
@@ -61,0 +61,0 @@ entity: ["EntityType" /* Edm.EntityType */, "EntitySet" /* Edm.EntitySet */], |
{ | ||
"name": "@sap/ux-cds-compiler-facade", | ||
"version": "1.12.3", | ||
"version": "1.12.4", | ||
"description": "SAP Fiori tools - CDS compiler facade", | ||
@@ -39,4 +39,4 @@ "publisher": "SAPSE", | ||
"@sap/cds": "7.4.1", | ||
"@sap/ux-cds-compiler-types": "1.12.3", | ||
"@sap/ux-project-access": "1.12.3", | ||
"@sap/ux-cds-compiler-types": "1.12.4", | ||
"@sap/ux-project-access": "1.12.4", | ||
"madge": "4.0.2", | ||
@@ -43,0 +43,0 @@ "typescript": "5.2.2" |
@@ -74,3 +74,3 @@ # @sap/ux-cds-compiler-facade | ||
// build CDS artifacts | ||
const project = { root: projectRootFolder, sync: false, apps: {}, type: ProjectType.Cap }; | ||
const project = { root: projectRootFolder, apps: {}, type: ProjectType.Cap }; | ||
const { cdsCompilerFacade } = await getCdsArtifacts(project, 'myService', files, cache); | ||
@@ -77,0 +77,0 @@ |
Sorry, the diff of this file is not supported yet
341983
0