@sap-ux/cf-deploy-config-writer 0.3.46 → 0.3.47

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MtaConfig = void 0;
4
4
  exports.isMTAFound = isMTAFound;
5
5
  exports.useAbapDirectServiceBinding = useAbapDirectServiceBinding;
6
- const util_1 = require("util");
6
+ const node_util_1 = require("node:util");
7
7
  const node_path_1 = require("node:path");
8
8
  const node_fs_1 = require("node:fs");
9
9
  const ejs_1 = require("ejs");
@@ -1051,7 +1051,7 @@ class MtaConfig {
1051
1051
  * @returns {string} return a formatted prefix value.
1052
1052
  */
1053
1053
  getFormattedPrefix(formatString) {
1054
- return (0, util_1.format)(formatString, this.prefix).replace(/[^\w-]/g, '_');
1054
+ return (0, node_util_1.format)(formatString, this.prefix).replace(/[^\w-]/g, '_');
1055
1055
  }
1056
1056
  /**
1057
1057
  * Retrieve the app-content module, different types can be found depending on the router type configuration.
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.46",
4
+ "version": "0.3.47",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -29,12 +29,12 @@
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.32.16",
32
+ "@sap-ux/project-access": "1.32.17",
33
33
  "@sap-ux/yaml": "0.17.3",
34
34
  "@sap-ux/btp-utils": "1.1.6",
35
- "@sap-ux/logger": "0.7.2",
36
- "@sap-ux/ui5-config": "0.29.11",
37
- "@sap-ux/nodejs-utils": "0.2.10"
35
+ "@sap-ux/logger": "0.7.3",
36
+ "@sap-ux/ui5-config": "0.29.12",
37
+ "@sap-ux/nodejs-utils": "0.2.11"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/ejs": "3.1.2",