@sap-ux/repo-app-import-sub-generator 0.3.146 → 0.3.148

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +21 -21
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/repo-app-import-sub-generator
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/repo-app-import-sub-generator/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/repo-app-import-sub-generator)
2
+
3
+ # [`@sap-ux/repo-app-import-sub-generator`](https://github.com/SAP/open-ux-tools/tree/main/packages/repo-app-import-sub-generator)
2
4
 
3
5
  ## Features
4
6
 
@@ -13,4 +15,4 @@ The SAP App download sub-generator is installed as part of the [@sap/generator-f
13
15
  Open the Command Palette in MS Visual Studio Code ( CMD/CTRL + Shift + P ) and execute the Fiori: Download ADT deployed app from an UI5 ABAP repository.
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/repo-app-import-sub-generator",
3
3
  "description": "Generator to download LROP Fiori applications deployed from an ABAP repository.",
4
- "version": "0.3.146",
4
+ "version": "0.3.148",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,23 +24,23 @@
24
24
  "i18next": "25.3.0",
25
25
  "inquirer": "8.2.7",
26
26
  "yeoman-generator": "5.10.0",
27
- "@sap-ux/feature-toggle": "0.3.3",
28
- "@sap-ux/fiori-generator-shared": "0.13.31",
29
- "@sap-ux/inquirer-common": "0.9.0",
30
- "@sap-ux/project-access": "1.32.7",
31
- "@sap-ux/odata-service-inquirer": "2.11.0",
32
- "@sap-ux/fiori-elements-writer": "2.7.35",
33
- "@sap-ux/project-input-validator": "0.6.29",
34
- "@sap-ux/launch-config": "0.10.32",
35
- "@sap-ux/fiori-tools-settings": "0.2.1",
36
- "@sap-ux/abap-deploy-config-writer": "0.2.32",
37
- "@sap-ux/btp-utils": "1.1.4",
38
- "@sap-ux/ui5-info": "0.13.0",
39
- "@sap-ux/axios-extension": "1.24.1",
40
- "@sap-ux/store": "1.3.2",
41
- "@sap-ux/system-access": "0.6.27",
42
- "@sap-ux/guided-answers-helper": "0.4.0",
43
- "@sap-ux/logger": "0.7.0"
27
+ "@sap-ux/feature-toggle": "0.3.4",
28
+ "@sap-ux/fiori-generator-shared": "0.13.33",
29
+ "@sap-ux/inquirer-common": "0.9.2",
30
+ "@sap-ux/project-access": "1.32.8",
31
+ "@sap-ux/odata-service-inquirer": "2.11.2",
32
+ "@sap-ux/fiori-elements-writer": "2.7.37",
33
+ "@sap-ux/logger": "0.7.1",
34
+ "@sap-ux/project-input-validator": "0.6.30",
35
+ "@sap-ux/launch-config": "0.10.33",
36
+ "@sap-ux/fiori-tools-settings": "0.2.2",
37
+ "@sap-ux/abap-deploy-config-writer": "0.2.33",
38
+ "@sap-ux/btp-utils": "1.1.5",
39
+ "@sap-ux/ui5-info": "0.13.1",
40
+ "@sap-ux/axios-extension": "1.24.2",
41
+ "@sap-ux/store": "1.3.3",
42
+ "@sap-ux/system-access": "0.6.28",
43
+ "@sap-ux/guided-answers-helper": "0.4.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@jest/types": "30.0.1",
@@ -64,9 +64,9 @@
64
64
  "unionfs": "4.4.0",
65
65
  "yeoman-environment": "3.8.0",
66
66
  "yeoman-test": "6.3.0",
67
- "@sap-ux/nodejs-utils": "0.2.7",
68
- "@sap-ux/store": "1.3.2",
69
- "@sap-ux/ui5-config": "0.29.8"
67
+ "@sap-ux/nodejs-utils": "0.2.8",
68
+ "@sap-ux/store": "1.3.3",
69
+ "@sap-ux/ui5-config": "0.29.9"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=20.x"