@sap-ux/ui-service-sub-generator 0.1.107 → 0.1.109
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.
- package/README.md +4 -2
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/ui-service-sub-generator/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/ui-service-sub-generator)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/ui-service-sub-generator`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui-service-sub-generator)
|
|
2
4
|
|
|
3
5
|
## Features
|
|
4
6
|
|
|
@@ -13,4 +15,4 @@ The SAP UI Service sub-generator is installed as part of the [@sap/generator-fio
|
|
|
13
15
|
Open the Command Palette in MS Visual Studio Code ( CMD/CTRL + Shift + P ) and execute the Fiori: Generate UI Service command.
|
|
14
16
|
|
|
15
17
|
## Keywords
|
|
16
|
-
SAP Fiori Generator
|
|
18
|
+
SAP Fiori Generator
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui-service-sub-generator",
|
|
3
3
|
"description": "Generator for creating UI Service",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.109",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"@sap-devx/yeoman-ui-types": "1.16.9",
|
|
23
23
|
"i18next": "25.3.0",
|
|
24
24
|
"yeoman-generator": "5.10.0",
|
|
25
|
-
"@sap-ux/axios-extension": "1.24.
|
|
26
|
-
"@sap-ux/btp-utils": "1.1.
|
|
27
|
-
"@sap-ux/feature-toggle": "0.3.
|
|
28
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
29
|
-
"@sap-ux/inquirer-common": "0.9.
|
|
30
|
-
"@sap-ux/logger": "0.7.
|
|
31
|
-
"@sap-ux/system-access": "0.6.
|
|
32
|
-
"@sap-ux/telemetry": "0.6.
|
|
33
|
-
"@sap-ux/ui-service-inquirer": "0.2.
|
|
25
|
+
"@sap-ux/axios-extension": "1.24.2",
|
|
26
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
27
|
+
"@sap-ux/feature-toggle": "0.3.4",
|
|
28
|
+
"@sap-ux/fiori-generator-shared": "0.13.32",
|
|
29
|
+
"@sap-ux/inquirer-common": "0.9.1",
|
|
30
|
+
"@sap-ux/logger": "0.7.1",
|
|
31
|
+
"@sap-ux/system-access": "0.6.28",
|
|
32
|
+
"@sap-ux/telemetry": "0.6.37",
|
|
33
|
+
"@sap-ux/ui-service-inquirer": "0.2.46"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@sap/service-provider-apis": "2.5.1",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"rimraf": "6.0.1",
|
|
48
48
|
"yeoman-environment": "3.8.0",
|
|
49
49
|
"yeoman-test": "6.3.0",
|
|
50
|
-
"@sap-ux/jest-file-matchers": "0.2.
|
|
51
|
-
"@sap-ux/store": "1.3.
|
|
50
|
+
"@sap-ux/jest-file-matchers": "0.2.6",
|
|
51
|
+
"@sap-ux/store": "1.3.3"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=20.x"
|