@sap-ux/cf-deploy-config-writer 0.3.103 → 0.3.105

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.
@@ -24,7 +24,7 @@ export declare const MTAVersion = "0.0.1";
24
24
  export declare const RimrafVersion = "^5.0.5";
25
25
  export declare const Rimraf = "rimraf";
26
26
  export declare const MbtPackage = "mbt";
27
- export declare const MbtPackageVersion = "^1.2.29";
27
+ export declare const MbtPackageVersion = "^1.2.49";
28
28
  export declare const UI5TaskZipperPackage = "ui5-task-zipper";
29
29
  export declare const UI5TaskZipperPackageVersion = "^3.4.x";
30
30
  export declare const UI5Package = "@ui5/cli";
package/dist/constants.js CHANGED
@@ -28,7 +28,7 @@ exports.MTAVersion = '0.0.1';
28
28
  exports.RimrafVersion = '^5.0.5';
29
29
  exports.Rimraf = 'rimraf';
30
30
  exports.MbtPackage = 'mbt';
31
- exports.MbtPackageVersion = '^1.2.29';
31
+ exports.MbtPackageVersion = '^1.2.49';
32
32
  exports.UI5TaskZipperPackage = 'ui5-task-zipper';
33
33
  exports.UI5TaskZipperPackageVersion = '^3.4.x';
34
34
  exports.UI5Package = '@ui5/cli';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cf-deploy-config-writer",
3
3
  "description": "Add or amend Cloud Foundry and ABAP deployment configuration for SAP projects",
4
- "version": "0.3.103",
4
+ "version": "0.3.105",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,19 +22,19 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@sap/mta-lib": "1.7.4",
25
- "@sap/cf-tools": "3.3.0",
25
+ "@sap/cf-tools": "3.3.1",
26
26
  "semver": "7.7.4",
27
27
  "ejs": "3.1.10",
28
28
  "i18next": "25.10.10",
29
29
  "mem-fs": "2.1.0",
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "hasbin": "1.2.3",
32
- "@sap-ux/project-access": "1.36.2",
32
+ "@sap-ux/project-access": "1.36.3",
33
33
  "@sap-ux/yaml": "0.17.7",
34
- "@sap-ux/btp-utils": "1.1.14",
34
+ "@sap-ux/btp-utils": "1.1.15",
35
35
  "@sap-ux/logger": "0.8.5",
36
- "@sap-ux/ui5-config": "0.30.3",
37
- "@sap-ux/nodejs-utils": "0.2.21"
36
+ "@sap-ux/ui5-config": "0.30.4",
37
+ "@sap-ux/nodejs-utils": "0.2.22"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/ejs": "3.1.5",
@@ -9,7 +9,7 @@
9
9
  "undeploy": "cf undeploy <%- mtaId %> --delete-services --delete-service-keys --delete-service-brokers"
10
10
  },
11
11
  "devDependencies": {
12
- "mbt": "^1.2.29",
12
+ "mbt": "^1.2.49",
13
13
  "rimraf": "^6.0.1"
14
14
  }
15
15
  }