@sap-ux/generator-adp 0.9.59 → 0.9.61

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.
@@ -13,8 +13,8 @@
13
13
  "deployConfigDescr": "Configure deployment settings.",
14
14
  "addComponentUsagesName": "Add SAPUI5 Component Usages",
15
15
  "addComponentUsagesDescr": "Select SAPUI5 component usages.",
16
- "addNewModelName": "Add Datasource and SAPUI5 Model",
17
- "addNewModelDescr": "Select a Datasource and SAPUI5 model.",
16
+ "addNewModelName": "Add Data Source and SAPUI5 Model",
17
+ "addNewModelDescr": "Select a data source and SAPUI5 model.",
18
18
  "addLocalAnnotationFileName": "Add Local Annotation File",
19
19
  "addLocalAnnotationFileDescr": "Select an OData service and annotation XML file.",
20
20
  "replaceODataServiceName": "Replace OData Service",
@@ -1,7 +1,7 @@
1
1
  export declare enum GeneratorTypes {
2
2
  ADD_ANNOTATIONS_TO_DATA = "Add Local Annotation File",
3
3
  ADD_COMPONENT_USAGES = "Add SAPUI5 Component Usages",
4
- ADD_NEW_MODEL = "Add Datasource and SAPUI5 Model",
4
+ ADD_NEW_MODEL = "Add Data Source and SAPUI5 Model",
5
5
  CHANGE_DATA_SOURCE = "Replace OData Service"
6
6
  }
7
7
  export interface Credentials {
@@ -5,7 +5,7 @@ var GeneratorTypes;
5
5
  (function (GeneratorTypes) {
6
6
  GeneratorTypes["ADD_ANNOTATIONS_TO_DATA"] = "Add Local Annotation File";
7
7
  GeneratorTypes["ADD_COMPONENT_USAGES"] = "Add SAPUI5 Component Usages";
8
- GeneratorTypes["ADD_NEW_MODEL"] = "Add Datasource and SAPUI5 Model";
8
+ GeneratorTypes["ADD_NEW_MODEL"] = "Add Data Source and SAPUI5 Model";
9
9
  GeneratorTypes["CHANGE_DATA_SOURCE"] = "Replace OData Service";
10
10
  })(GeneratorTypes || (exports.GeneratorTypes = GeneratorTypes = {}));
11
11
  //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "SAPUI5 Adaptation Project",
4
4
  "homepage": "https://help.sap.com/viewer/584e0bcbfd4a4aff91c815cefa0bce2d/Cloud/en-US/ada9567b767941aba8d49fdb4fdedea7.html",
5
5
  "description": "Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.",
6
- "version": "0.9.59",
6
+ "version": "0.9.61",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,19 +30,19 @@
30
30
  "i18next": "25.10.10",
31
31
  "yeoman-generator": "5.10.0",
32
32
  "uuid": "11.1.0",
33
- "@sap-ux/adp-tooling": "0.18.120",
33
+ "@sap-ux/adp-tooling": "0.18.122",
34
34
  "@sap-ux/axios-extension": "1.25.32",
35
35
  "@sap-ux/btp-utils": "1.1.14",
36
36
  "@sap-ux/feature-toggle": "0.3.8",
37
- "@sap-ux/inquirer-common": "0.11.39",
37
+ "@sap-ux/inquirer-common": "0.11.40",
38
38
  "@sap-ux/logger": "0.8.5",
39
- "@sap-ux/project-access": "1.35.20",
39
+ "@sap-ux/project-access": "1.35.21",
40
40
  "@sap-ux/store": "1.5.13",
41
41
  "@sap-ux/system-access": "0.7.8",
42
- "@sap-ux/project-input-validator": "0.6.76",
43
- "@sap-ux/fiori-generator-shared": "0.13.100",
44
- "@sap-ux/odata-service-writer": "0.31.7",
45
- "@sap-ux/telemetry": "0.6.99"
42
+ "@sap-ux/project-input-validator": "0.6.77",
43
+ "@sap-ux/fiori-generator-shared": "0.13.101",
44
+ "@sap-ux/odata-service-writer": "0.31.8",
45
+ "@sap-ux/telemetry": "0.6.100"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@jest/types": "30.3.0",
@@ -57,7 +57,7 @@
57
57
  "fs-extra": "11.3.4",
58
58
  "rimraf": "6.1.3",
59
59
  "yeoman-test": "6.3.0",
60
- "@sap-ux/deploy-config-sub-generator": "0.5.146"
60
+ "@sap-ux/deploy-config-sub-generator": "0.5.148"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=20.x"