@sap-ux/adp-tooling 0.18.20 → 0.18.22

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.
@@ -4,8 +4,8 @@ import type { IWriter, ComponentUsagesData } from '../../../types';
4
4
  * Handles the creation and writing of component usages data changes for a project.
5
5
  */
6
6
  export declare class ComponentUsagesWriter implements IWriter<ComponentUsagesData> {
7
- private fs;
8
- private projectPath;
7
+ private readonly fs;
8
+ private readonly projectPath;
9
9
  /**
10
10
  * @param {Editor} fs - The filesystem editor instance.
11
11
  * @param {string} projectPath - The root path of the project.
@@ -4,8 +4,8 @@ import type { IWriter, DataSourceData } from '../../../types';
4
4
  * Handles the creation and writing of data source data changes for a project.
5
5
  */
6
6
  export declare class DataSourceWriter implements IWriter<DataSourceData> {
7
- private fs;
8
- private projectPath;
7
+ private readonly fs;
8
+ private readonly projectPath;
9
9
  /**
10
10
  * @param {Editor} fs - The filesystem editor instance.
11
11
  * @param {string} projectPath - The root path of the project.
@@ -4,8 +4,8 @@ import type { IWriter, InboundData } from '../../../types';
4
4
  * Handles the creation and writing of inbound data changes for a project.
5
5
  */
6
6
  export declare class InboundWriter implements IWriter<InboundData> {
7
- private fs;
8
- private projectPath;
7
+ private readonly fs;
8
+ private readonly projectPath;
9
9
  /**
10
10
  * @param {Editor} fs - The filesystem editor instance.
11
11
  * @param {string} projectPath - The root path of the project.
@@ -4,8 +4,8 @@ import type { IWriter, NewModelData } from '../../../types';
4
4
  * Handles the creation and writing of new sapui5 model data changes for a project.
5
5
  */
6
6
  export declare class NewModelWriter implements IWriter<NewModelData> {
7
- private fs;
8
- private projectPath;
7
+ private readonly fs;
8
+ private readonly projectPath;
9
9
  /**
10
10
  * @param {Editor} fs - The filesystem editor instance.
11
11
  * @param {string} projectPath - The root path of the project.
@@ -260,7 +260,8 @@ function getInboundChangeContentWithNewInboundID(flpConfiguration, appId) {
260
260
  }
261
261
  };
262
262
  if (flpConfiguration.subTitle) {
263
- content.inbound[flpConfiguration.inboundId].subTitle = `{{${appId}_sap.app.crossNavigation.inbounds.${flpConfiguration.inboundId}.subTitle}}`;
263
+ content.inbound[flpConfiguration.inboundId].subTitle =
264
+ `{{${appId}_sap.app.crossNavigation.inbounds.${flpConfiguration.inboundId}.subTitle}}`;
264
265
  }
265
266
  return content;
266
267
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
11
11
  },
12
- "version": "0.18.20",
12
+ "version": "0.18.22",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -36,19 +36,19 @@
36
36
  "prompts": "2.4.2",
37
37
  "sanitize-filename": "1.6.3",
38
38
  "uuid": "10.0.0",
39
- "@sap-ux/axios-extension": "1.24.5",
40
- "@sap-ux/btp-utils": "1.1.5",
41
- "@sap-ux/i18n": "0.3.5",
42
- "@sap-ux/inquirer-common": "0.9.15",
43
- "@sap-ux/logger": "0.7.1",
44
- "@sap-ux/nodejs-utils": "0.2.9",
45
- "@sap-ux/odata-service-writer": "0.27.37",
46
- "@sap-ux/project-access": "1.32.15",
47
- "@sap-ux/project-input-validator": "0.6.37",
48
- "@sap-ux/store": "1.3.4",
49
- "@sap-ux/system-access": "0.6.31",
50
- "@sap-ux/ui5-config": "0.29.10",
51
- "@sap-ux/ui5-info": "0.13.3"
39
+ "@sap-ux/axios-extension": "1.24.6",
40
+ "@sap-ux/btp-utils": "1.1.6",
41
+ "@sap-ux/i18n": "0.3.6",
42
+ "@sap-ux/inquirer-common": "0.9.17",
43
+ "@sap-ux/logger": "0.7.2",
44
+ "@sap-ux/nodejs-utils": "0.2.10",
45
+ "@sap-ux/odata-service-writer": "0.27.38",
46
+ "@sap-ux/project-access": "1.32.16",
47
+ "@sap-ux/project-input-validator": "0.6.38",
48
+ "@sap-ux/store": "1.4.0",
49
+ "@sap-ux/system-access": "0.6.33",
50
+ "@sap-ux/ui5-config": "0.29.11",
51
+ "@sap-ux/ui5-info": "0.13.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/adm-zip": "0.5.5",
@@ -68,7 +68,7 @@
68
68
  "nock": "13.4.0",
69
69
  "rimraf": "6.0.1",
70
70
  "supertest": "7.1.4",
71
- "@sap-ux/store": "1.3.4"
71
+ "@sap-ux/store": "1.4.0"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=20.x"
@@ -78,8 +78,8 @@
78
78
  "watch": "tsc --watch",
79
79
  "clean": "rimraf --glob dist test/test-output coverage *.tsbuildinfo",
80
80
  "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
81
- "lint": "eslint . --ext .ts",
82
- "lint:fix": "eslint . --ext .ts --fix",
81
+ "lint": "eslint",
82
+ "lint:fix": "eslint --fix",
83
83
  "test": "cross-env FIORI_TOOLS_DISABLE_SECURE_STORE=true jest --ci --forceExit --detectOpenHandles --colors --testPathPatterns=test/unit",
84
84
  "test-u": "cross-env FIORI_TOOLS_DISABLE_SECURE_STORE=true jest --ci --forceExit --detectOpenHandles --colors -u",
85
85
  "link": "pnpm link --global",