@sap/artifact-management-types
Advanced tools
Comparing version 1.39.1 to 1.40.0
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.39.1", | ||
"version": "1.40.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -13,3 +13,3 @@ "types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@sap/artifact-management-base-types": "1.39.1" | ||
"@sap/artifact-management-base-types": "1.40.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -45,3 +45,4 @@ import { ProjectFileSystem, Item, ModuleReader, ModuleType, ModuleData, ProjectEntityReaderReadOptions, DetectionMechanism, KeyIn, ItemDetailInfoOptions, ProjectContext } from '@sap/artifact-management-base-types'; | ||
private getExtenalServices; | ||
private hasServiceEvents; | ||
} | ||
export {}; |
@@ -60,2 +60,5 @@ import { Project, ItemFilter, Tag, ItemType, ModuleData, ProjectData, KeyIn, ProjectFileSystem, Item, ItemDetailInfoOptions } from '@sap/artifact-management-base-types'; | ||
build(options?: MtaGeneratorSettings, logger?: IChildLogger): Promise<void>; | ||
getMtaExtension(params: { | ||
[key: string]: any; | ||
}): Promise<any>; | ||
kymaDeploy(kymaNS?: string, tag?: string, dockerNS?: string): Promise<void>; | ||
@@ -62,0 +65,0 @@ deploy(logger?: IChildLogger): Promise<void>; |
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
97198
1971
+ Added@sap/artifact-management-base-types@1.40.0(transitive)
- Removed@sap/artifact-management-base-types@1.39.1(transitive)