@sap/artifact-management-types
Advanced tools
Comparing version 1.36.2 to 1.37.0
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.36.2", | ||
"version": "1.37.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -13,3 +13,3 @@ "types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@sap/artifact-management-base-types": "1.36.2" | ||
"@sap/artifact-management-base-types": "1.37.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -6,2 +6,4 @@ export default interface MtaGeneratorSettings { | ||
platform?: string; | ||
vendorDependency?: boolean; | ||
buildCodeServicePlan?: boolean; | ||
} |
@@ -79,3 +79,3 @@ import { Project, ItemFilter, Item, ProjectFileSystem, Tag, ItemType, ProjectData, ModuleData, KeyIn, ItemDetailInfoOptions } from '@sap/artifact-management-base-types'; | ||
*/ | ||
getManifest(logger?: IChildLogger): Promise<any>; | ||
getManifest(options?: MtaGeneratorSettings, logger?: IChildLogger): Promise<any>; | ||
/** | ||
@@ -82,0 +82,0 @@ * Get summary of application deployment |
@@ -58,3 +58,3 @@ import { Project, ItemFilter, Tag, ItemType, ModuleData, ProjectData, KeyIn, ProjectFileSystem, Item, ItemDetailInfoOptions } from '@sap/artifact-management-base-types'; | ||
buildManifest(options?: MtaGeneratorSettings, logger?: IChildLogger): Promise<void>; | ||
getManifest(logger?: IChildLogger): Promise<any>; | ||
getManifest(options?: MtaGeneratorSettings, logger?: IChildLogger): Promise<any>; | ||
build(options?: MtaGeneratorSettings, logger?: IChildLogger): Promise<void>; | ||
@@ -61,0 +61,0 @@ kymaDeploy(kymaNS?: string, tag?: string, dockerNS?: string): 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
95338
1931
+ Added@sap/artifact-management-base-types@1.37.0(transitive)
- Removed@sap/artifact-management-base-types@1.36.2(transitive)