@sap/artifact-management-types 1.25.1 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/artifact-management-types",
3
- "version": "1.25.1",
3
+ "version": "1.26.0",
4
4
  "description": "Type signatures for artifact management",
5
5
  "types": "./src/index.d.ts",
6
6
  "main": "./src/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "pack": "npm run modify-types-import && npm pack"
11
11
  },
12
12
  "dependencies": {
13
- "@sap/artifact-management-base-types": "1.25.1"
13
+ "@sap/artifact-management-base-types": "1.26.0"
14
14
  },
15
15
  "devDependencies": {
16
16
  "gulp": "4.0.2"
@@ -54,5 +54,5 @@ export default class CFProjectBuilder implements ProjectBuilder {
54
54
  private generateOverviewApplication;
55
55
  private generateURLFromMetadataService;
56
56
  private generateURLFromHtml5RepoService;
57
- private addDestinationForMtx;
57
+ private modifyMtx;
58
58
  }
@@ -78,4 +78,6 @@ export default class ProjectImpl implements ProjectApi {
78
78
  getDataInfo(data: any, mainEntityName?: string, logger?: IChildLogger): Promise<any>;
79
79
  private modifyCDSProfile;
80
80
  private modifyCDSProductionDB;
81
+ private modifyLowcodeEventHandler;
82
+ private modifyPackgeJSON;
81
83
  }