@sap/artifact-management-types
Advanced tools
Comparing version 1.36.0 to 1.36.1
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.36.0", | ||
"version": "1.36.1", | ||
"description": "Type signatures for artifact management", | ||
@@ -13,3 +13,3 @@ "types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@sap/artifact-management-base-types": "1.36.0" | ||
"@sap/artifact-management-base-types": "1.36.1" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -14,2 +14,3 @@ import { Item, ProjectEntityReaderReadOptions, ProjectFileSystem } from '@sap/artifact-management-base-types'; | ||
private getNameAndNamespace; | ||
private getEntityDetails; | ||
getDetails({ fs, matchedFiles }: ProjectEntityReaderReadOptions): Promise<Item[]>; | ||
@@ -16,0 +17,0 @@ static getDetail(fs: ProjectFileSystem, filePath: string): Promise<ViewModel | null>; |
@@ -44,3 +44,4 @@ import { ProjectFileSystem, Item, ModuleReader, ModuleType, ModuleData, ProjectEntityReaderReadOptions, DetectionMechanism, KeyIn, ItemDetailInfoOptions, ProjectContext } from '@sap/artifact-management-base-types'; | ||
private addEventItems; | ||
private getExtenalServices; | ||
} | ||
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
95206
1929
+ Added@sap/artifact-management-base-types@1.36.1(transitive)
- Removed@sap/artifact-management-base-types@1.36.0(transitive)