@sap/ux-ui5-tooling 1.19.1 → 1.19.3
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/CHANGELOG.md +15 -0
- package/dist/cli/index.js +11813 -8268
- package/dist/middlewares/fiori-tools-appreload.js +30 -139
- package/dist/middlewares/fiori-tools-preview.js +2845 -946
- package/dist/middlewares/fiori-tools-proxy.js +10348 -10571
- package/dist/middlewares/fiori-tools-servestatic.js +2 -2
- package/dist/tasks/cf-deploy/index.js +2847 -948
- package/dist/tasks/deploy/index.js +5482 -1937
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-ui5-tooling",
|
|
3
3
|
"displayName": "SAP Fiori Tools – UI5 Tooling",
|
|
4
|
-
"version": "1.19.
|
|
4
|
+
"version": "1.19.3",
|
|
5
5
|
"description": "SAP Fiori Tools – UI5 Tooling",
|
|
6
6
|
"publisher": "SAPSE",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"test:cpe-integration": "cross-env SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY=true playwright test",
|
|
26
26
|
"test:cpe-integration-adp": "cross-env SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY=true playwright test --project=ADP",
|
|
27
27
|
"test:cpe-integration-cpe": "cross-env SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY=true playwright test --project=CPE",
|
|
28
|
-
"lint": "eslint .
|
|
29
|
-
"lint:summary": "eslint .
|
|
28
|
+
"lint": "eslint . ",
|
|
29
|
+
"lint:summary": "eslint . -f summary",
|
|
30
30
|
"lint:fix": "eslint --fix",
|
|
31
|
-
"lint:fix:all": "eslint .
|
|
32
|
-
"lint:report": "eslint .
|
|
31
|
+
"lint:fix:all": "eslint . --fix",
|
|
32
|
+
"lint:report": "eslint . -f multiple ",
|
|
33
33
|
"format:fix": "prettier --write --loglevel silent --ignore-path ../../../.prettierignore",
|
|
34
34
|
"format:fix:all": "prettier --write '**/*.{css,scss,html,js,json,ts,tsx,yaml,yml}' '!**/{out,dist,typings,node_modules}/**' '!**/*.{svg,png,xml}' --ignore-path ../../../.prettierignore",
|
|
35
35
|
"tgz:package": "npm pack",
|
|
36
36
|
"madge": "madge --warning --circular --extensions ts ./"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@sap-ux/preview-middleware": "0.23.
|
|
39
|
+
"@sap-ux/preview-middleware": "0.23.27",
|
|
40
40
|
"@ui5/fs": "3.0.4",
|
|
41
41
|
"connect-livereload": "0.6.1",
|
|
42
42
|
"debug": "4.3.7",
|
|
@@ -50,24 +50,24 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@playwright/test": "1.53.1",
|
|
53
|
-
"@sap-ux/adp-tooling": "0.
|
|
54
|
-
"@sap-ux/axios-extension": "1.
|
|
55
|
-
"@sap-ux/backend-proxy-middleware": "0.10.
|
|
56
|
-
"@sap-ux/btp-utils": "1.1.
|
|
57
|
-
"@sap-ux/deploy-tooling": "0.16.
|
|
58
|
-
"@sap-ux/feature-toggle": "0.3.
|
|
53
|
+
"@sap-ux/adp-tooling": "0.16.4",
|
|
54
|
+
"@sap-ux/axios-extension": "1.23.0",
|
|
55
|
+
"@sap-ux/backend-proxy-middleware": "0.10.5",
|
|
56
|
+
"@sap-ux/btp-utils": "1.1.4",
|
|
57
|
+
"@sap-ux/deploy-tooling": "0.16.60",
|
|
58
|
+
"@sap-ux/feature-toggle": "0.3.2",
|
|
59
59
|
"@sap-ux/guided-answers-helper": "0.4.0",
|
|
60
60
|
"@sap-ux/logger": "0.7.0",
|
|
61
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
62
|
-
"@sap-ux/project-access": "1.32.
|
|
63
|
-
"@sap-ux/reload-middleware": "0.3.
|
|
64
|
-
"@sap-ux/serve-static-middleware": "0.4.
|
|
65
|
-
"@sap-ux/store": "1.1
|
|
66
|
-
"@sap-ux/telemetry": "0.6.
|
|
67
|
-
"@sap-ux/ui5-config": "0.29.
|
|
68
|
-
"@sap-ux/ui5-info": "0.
|
|
69
|
-
"@sap-ux/ui5-proxy-middleware": "1.6.
|
|
70
|
-
"@sap/ux-app-templates": "1.19.
|
|
61
|
+
"@sap-ux/nodejs-utils": "0.2.7",
|
|
62
|
+
"@sap-ux/project-access": "1.32.4",
|
|
63
|
+
"@sap-ux/reload-middleware": "0.3.4",
|
|
64
|
+
"@sap-ux/serve-static-middleware": "0.4.1",
|
|
65
|
+
"@sap-ux/store": "1.2.1",
|
|
66
|
+
"@sap-ux/telemetry": "0.6.29",
|
|
67
|
+
"@sap-ux/ui5-config": "0.29.8",
|
|
68
|
+
"@sap-ux/ui5-info": "0.13.0",
|
|
69
|
+
"@sap-ux/ui5-proxy-middleware": "1.6.4",
|
|
70
|
+
"@sap/ux-app-templates": "1.19.3",
|
|
71
71
|
"@types/fs-extra": "11.0.4",
|
|
72
72
|
"@types/marked": "4.0.1",
|
|
73
73
|
"@types/prompts": "2.0.14",
|