@sap/ux-ui5-tooling 1.15.3 → 1.15.6
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 +4 -0
- package/dist/cli/index.js +10537 -3964
- package/dist/middlewares/fiori-tools-appreload.js +156 -27
- package/dist/middlewares/fiori-tools-preview.js +1889 -749
- package/dist/middlewares/fiori-tools-proxy.js +3531 -821
- package/dist/tasks/cf-deploy/index.js +1948 -805
- package/dist/tasks/deploy/index.js +14622 -7988
- package/package.json +21 -18
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.15.
|
|
4
|
+
"version": "1.15.6",
|
|
5
5
|
"description": "SAP Fiori Tools – UI5 Tooling",
|
|
6
6
|
"publisher": "SAPSE",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"bundle": "yarn build:deps && yarn build && npm pack",
|
|
23
23
|
"test": "cross-env SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY=true FIORI_TOOLS_DISABLE_SECURE_STORE=true jest --maxWorkers=1 --ci --forceExit --detectOpenHandles",
|
|
24
24
|
"test:sequence": "node -r ts-node/register test/sample-project/app/request-sequence.ts",
|
|
25
|
-
"test:cpe-integration": "playwright test",
|
|
25
|
+
"test:cpe-integration": "cross-env SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY=true playwright test",
|
|
26
26
|
"lint": "eslint . --ext .ts,.tsx",
|
|
27
27
|
"lint:summary": "eslint . --ext .ts,.tsx -f summary",
|
|
28
28
|
"lint:fix": "eslint --fix",
|
|
@@ -34,12 +34,13 @@
|
|
|
34
34
|
"madge": "madge --warning --circular --extensions ts ./"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@sap-ux/preview-middleware": "0.16.
|
|
37
|
+
"@sap-ux/preview-middleware": "0.16.118",
|
|
38
38
|
"@ui5/fs": "3.0.4",
|
|
39
39
|
"connect-livereload": "0.6.1",
|
|
40
|
-
"debug": "4.3.
|
|
40
|
+
"debug": "4.3.7",
|
|
41
41
|
"express": "4.21.1",
|
|
42
42
|
"livereload": "0.9.3",
|
|
43
|
+
"patch-package": "8.0.0",
|
|
43
44
|
"semver": "7.6.3",
|
|
44
45
|
"update-notifier-cjs": "5.1.6"
|
|
45
46
|
},
|
|
@@ -48,24 +49,24 @@
|
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@playwright/test": "1.36.2",
|
|
51
|
-
"@sap-ux/adp-tooling": "0.12.
|
|
52
|
-
"@sap-ux/backend-proxy-middleware": "0.8.
|
|
53
|
-
"@sap-ux/btp-utils": "0.
|
|
54
|
-
"@sap-ux/deploy-tooling": "0.15.
|
|
55
|
-
"@sap-ux/feature-toggle": "0.2.
|
|
52
|
+
"@sap-ux/adp-tooling": "0.12.75",
|
|
53
|
+
"@sap-ux/backend-proxy-middleware": "0.8.18",
|
|
54
|
+
"@sap-ux/btp-utils": "0.16.0",
|
|
55
|
+
"@sap-ux/deploy-tooling": "0.15.25",
|
|
56
|
+
"@sap-ux/feature-toggle": "0.2.2",
|
|
56
57
|
"@sap-ux/guided-answers-helper": "0.0.2",
|
|
57
58
|
"@sap-ux/logger": "0.6.0",
|
|
58
|
-
"@sap-ux/project-access": "1.28.
|
|
59
|
-
"@sap-ux/reload-middleware": "0.2.
|
|
59
|
+
"@sap-ux/project-access": "1.28.5",
|
|
60
|
+
"@sap-ux/reload-middleware": "0.2.6",
|
|
60
61
|
"@sap-ux/serve-static-middleware": "0.2.0",
|
|
61
|
-
"@sap-ux/store": "0.9.
|
|
62
|
-
"@sap-ux/telemetry": "0.5.
|
|
62
|
+
"@sap-ux/store": "0.9.3",
|
|
63
|
+
"@sap-ux/telemetry": "0.5.36",
|
|
63
64
|
"@sap-ux/ui5-config": "0.25.0",
|
|
64
|
-
"@sap-ux/ui5-info": "0.8.
|
|
65
|
-
"@sap-ux/ui5-proxy-middleware": "1.4.
|
|
66
|
-
"@sap/ux-app-templates": "1.15.
|
|
67
|
-
"@sap/ux-odata-client": "1.15.
|
|
68
|
-
"@sap/ux-ui5-info": "1.15.
|
|
65
|
+
"@sap-ux/ui5-info": "0.8.3",
|
|
66
|
+
"@sap-ux/ui5-proxy-middleware": "1.4.9",
|
|
67
|
+
"@sap/ux-app-templates": "1.15.6",
|
|
68
|
+
"@sap/ux-odata-client": "1.15.6",
|
|
69
|
+
"@sap/ux-ui5-info": "1.15.6",
|
|
69
70
|
"@types/fs-extra": "11.0.4",
|
|
70
71
|
"@types/jest-dev-server": "5.0.3",
|
|
71
72
|
"@types/jquery": "3.5.29",
|
|
@@ -110,6 +111,8 @@
|
|
|
110
111
|
"CHANGELOG.md",
|
|
111
112
|
"package.json",
|
|
112
113
|
"ui5.yaml",
|
|
114
|
+
"apply-patches.js",
|
|
115
|
+
"patches",
|
|
113
116
|
"!*.tsbuildinfo",
|
|
114
117
|
"!**/*.tsbuildinfo",
|
|
115
118
|
"!*.map",
|