@sap-ux/abap-deploy-config-sub-generator 0.1.73 → 0.1.75

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.indexHtmlExists = indexHtmlExists;
4
4
  exports.getVariantNamespace = getVariantNamespace;
5
5
  const project_access_1 = require("@sap-ux/project-access");
6
- const path_1 = require("path");
6
+ const node_path_1 = require("node:path");
7
7
  const i18n_1 = require("./i18n");
8
8
  const deploy_config_generator_shared_1 = require("@sap-ux/deploy-config-generator-shared");
9
9
  /**
@@ -15,7 +15,7 @@ const deploy_config_generator_shared_1 = require("@sap-ux/deploy-config-generato
15
15
  */
16
16
  async function indexHtmlExists(fs, path) {
17
17
  const customWebappPath = await (0, project_access_1.getWebappPath)(path);
18
- const indexHtmlPath = (0, path_1.join)(customWebappPath, 'index.html');
18
+ const indexHtmlPath = (0, node_path_1.join)(customWebappPath, 'index.html');
19
19
  return fs.exists(indexHtmlPath);
20
20
  }
21
21
  /**
@@ -32,7 +32,7 @@ async function getVariantNamespace(path, isS4HC, fs) {
32
32
  return undefined;
33
33
  }
34
34
  try {
35
- const filePath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(path, fs), project_access_1.FileName.ManifestAppDescrVar);
35
+ const filePath = (0, node_path_1.join)(await (0, project_access_1.getWebappPath)(path, fs), project_access_1.FileName.ManifestAppDescrVar);
36
36
  if (fs.exists(filePath)) {
37
37
  const descriptor = fs.readJSON(filePath);
38
38
  return descriptor.namespace;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/SAP/open-ux-tools.git",
7
7
  "directory": "packages/abap-deploy-config-sub-generator"
8
8
  },
9
- "version": "0.1.73",
9
+ "version": "0.1.75",
10
10
  "license": "Apache-2.0",
11
11
  "main": "generators/app/index.js",
12
12
  "files": [
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "i18next": "25.3.0",
23
23
  "@sap-devx/yeoman-ui-types": "1.14.4",
24
- "@sap-ux/abap-deploy-config-inquirer": "1.6.24",
25
- "@sap-ux/abap-deploy-config-writer": "0.2.19",
26
- "@sap-ux/btp-utils": "1.1.3",
27
- "@sap-ux/deploy-config-generator-shared": "0.1.38",
24
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.26",
25
+ "@sap-ux/abap-deploy-config-writer": "0.2.20",
26
+ "@sap-ux/btp-utils": "1.1.4",
27
+ "@sap-ux/deploy-config-generator-shared": "0.1.40",
28
28
  "@sap-ux/feature-toggle": "0.3.1",
29
- "@sap-ux/fiori-generator-shared": "0.13.19",
29
+ "@sap-ux/fiori-generator-shared": "0.13.21",
30
30
  "@sap-ux/logger": "0.7.0",
31
- "@sap-ux/project-access": "1.32.2",
32
- "@sap-ux/ui5-config": "0.29.6"
31
+ "@sap-ux/project-access": "1.32.3",
32
+ "@sap-ux/ui5-config": "0.29.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/mem-fs": "1.1.2",
@@ -39,8 +39,8 @@
39
39
  "mem-fs-editor": "9.4.0",
40
40
  "unionfs": "4.4.0",
41
41
  "yeoman-test": "6.3.0",
42
- "@sap-ux/store": "1.1.4",
43
- "@sap-ux/system-access": "0.6.18"
42
+ "@sap-ux/store": "1.1.5",
43
+ "@sap-ux/system-access": "0.6.19"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsc --build",