@sap/artifact-management-types
Advanced tools
Comparing version 1.40.1 to 1.41.0
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.40.1", | ||
"version": "1.41.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -13,3 +13,3 @@ "types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@sap/artifact-management-base-types": "1.40.1" | ||
"@sap/artifact-management-base-types": "1.41.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -8,4 +8,7 @@ import { DetectionMechanism, KeyIn, ProjectData, ProjectReader, ProjectReaderOptions, ProjectType } from '@sap/artifact-management-base-types'; | ||
tags: string[]; | ||
capServices: string[]; | ||
read({ fs }: ProjectReaderOptions): Promise<ProjectData | undefined>; | ||
resolveProperty(value: string, properties: Record<string, string>): string; | ||
private isCapJavaProject; | ||
private hasCapJavaService; | ||
} |
@@ -63,3 +63,4 @@ /// <reference types="node" /> | ||
unloadChildren(): void; | ||
getMatchedFiles(pattern: string, isModuleReader: boolean): Promise<string[]>; | ||
} | ||
export {}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97368
1975
+ Added@sap/artifact-management-base-types@1.41.0(transitive)
- Removed@sap/artifact-management-base-types@1.40.1(transitive)