@sap/artifact-management-base-types
Advanced tools
Comparing version 1.24.2 to 1.25.0
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.24.2", | ||
"version": "1.25.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -6,2 +6,3 @@ /** | ||
export declare const ModuleType: Readonly<{ | ||
CAPJAVA: string; | ||
CAP: string; | ||
@@ -8,0 +9,0 @@ UI5: string; |
@@ -6,2 +6,3 @@ /** | ||
export declare const ProjectType: Readonly<{ | ||
CAPJAVA: string; | ||
CAP: string; | ||
@@ -8,0 +9,0 @@ LCAP: string; |
@@ -33,3 +33,4 @@ export declare const Tag: Readonly<{ | ||
Empty: string; | ||
CAPJAVA: string; | ||
Default: string; | ||
}>; |
@@ -5,2 +5,4 @@ /** | ||
export declare enum DetectionMechanism { | ||
/** POM identified */ | ||
POM_IDENTIFICATION = "POM_IDENTIFICATION", | ||
/** Uniquely identified */ | ||
@@ -7,0 +9,0 @@ UNIQUE_IDENTIFICATION = "UNIQUE_IDENTIFICATION", |
58811
1311