@sap/artifact-management-types
Advanced tools
Comparing version 1.39.0 to 1.39.1
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.39.0", | ||
"version": "1.39.1", | ||
"description": "Type signatures for artifact management", | ||
@@ -13,3 +13,3 @@ "types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@sap/artifact-management-base-types": "1.39.0" | ||
"@sap/artifact-management-base-types": "1.39.1" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -8,3 +8,3 @@ import { ProjectFileSystem } from '@sap/artifact-management-base-types'; | ||
static getLocationForWindows(path: string, rootPath: string): string; | ||
static getExternalServicePaths(fs: ProjectFileSystem): Promise<Set<string>>; | ||
static getExternalServiceInfo(fs: ProjectFileSystem): Promise<Set<any>>; | ||
} |
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
97088
+ Added@sap/artifact-management-base-types@1.39.1(transitive)
+ Addedvscode-languageserver-types@3.17.5(transitive)
- Removed@sap/artifact-management-base-types@1.39.0(transitive)
- Removedvscode-languageserver-types@3.16.0(transitive)