New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap/ux-cds-compiler-facade

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/ux-cds-compiler-facade - npm Package Compare versions

Comparing version

to
1.12.4

2

dist/metadata/conversion.js

@@ -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