@sap/ux-ui5-tooling 1.10.4 → 1.10.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 +9 -0
- package/README.md +4 -2
- package/dist/cli/index.js +4574 -2908
- package/dist/markdowns/deploy/deploy.en.md +3 -1
- package/dist/markdowns/undeploy/undeploy.en.md +2 -0
- package/dist/middlewares/fiori-tools-appreload.js +12 -827
- package/dist/middlewares/fiori-tools-preview.js +44890 -44371
- package/dist/middlewares/fiori-tools-proxy.js +93077 -91670
- package/dist/middlewares/fiori-tools-servestatic.js +5 -3
- package/dist/tasks/cf-deploy/index.js +1258 -1282
- package/dist/tasks/deploy/index.js +27983 -27687
- package/package.json +13 -11
- package/ui5.yaml +5 -5
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.10.
|
|
4
|
+
"version": "1.10.6",
|
|
5
5
|
"description": "SAP Fiori Tools – UI5 Tooling",
|
|
6
6
|
"publisher": "SAPSE",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"madge": "madge --warning --circular --extensions ts ./"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
+
"@sap-ux/preview-middleware": "0.3.8",
|
|
39
40
|
"@ui5/fs": "^2.0.6",
|
|
40
41
|
"debug": "4.3.4",
|
|
41
42
|
"express": "4.17.3",
|
|
@@ -49,19 +50,20 @@
|
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@sap-ux/backend-proxy-middleware": "0.6.57",
|
|
51
52
|
"@sap-ux/btp-utils": "0.11.6",
|
|
52
|
-
"@sap-ux/deploy-tooling": "0.
|
|
53
|
+
"@sap-ux/deploy-tooling": "0.9.6",
|
|
53
54
|
"@sap-ux/logger": "0.3.6",
|
|
55
|
+
"@sap-ux/project-access": "1.13.1",
|
|
54
56
|
"@sap-ux/store": "0.3.11",
|
|
55
|
-
"@sap-ux/ui5-config": "0.
|
|
57
|
+
"@sap-ux/ui5-config": "0.19.0",
|
|
56
58
|
"@sap-ux/ui5-proxy-middleware": "1.1.31",
|
|
57
|
-
"@sap/ux-app-templates": "1.10.
|
|
58
|
-
"@sap/ux-cds": "1.10.
|
|
59
|
-
"@sap/ux-common-utils": "1.10.
|
|
60
|
-
"@sap/ux-control-property-editor": "1.10.
|
|
61
|
-
"@sap/ux-odata-client": "1.10.
|
|
62
|
-
"@sap/ux-telemetry": "1.10.
|
|
63
|
-
"@sap/ux-ui5-info": "1.10.
|
|
64
|
-
"@sapux/project-spec": "1.10.
|
|
59
|
+
"@sap/ux-app-templates": "1.10.6",
|
|
60
|
+
"@sap/ux-cds": "1.10.6",
|
|
61
|
+
"@sap/ux-common-utils": "1.10.6",
|
|
62
|
+
"@sap/ux-control-property-editor": "1.10.6",
|
|
63
|
+
"@sap/ux-odata-client": "1.10.6",
|
|
64
|
+
"@sap/ux-telemetry": "1.10.6",
|
|
65
|
+
"@sap/ux-ui5-info": "1.10.6",
|
|
66
|
+
"@sapux/project-spec": "1.10.6",
|
|
65
67
|
"@types/marked": "4.0.1",
|
|
66
68
|
"@types/prompts": "2.0.14",
|
|
67
69
|
"@types/supertest": "2.0.12",
|
package/ui5.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/
|
|
2
|
-
specVersion: '
|
|
2
|
+
specVersion: '3.0'
|
|
3
3
|
metadata:
|
|
4
4
|
name: fiori-tools-appreload
|
|
5
5
|
kind: extension
|
|
@@ -8,7 +8,7 @@ middleware:
|
|
|
8
8
|
path: dist/middlewares/fiori-tools-appreload.js
|
|
9
9
|
---
|
|
10
10
|
# https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/
|
|
11
|
-
specVersion: '
|
|
11
|
+
specVersion: '3.0'
|
|
12
12
|
metadata:
|
|
13
13
|
name: fiori-tools-proxy
|
|
14
14
|
kind: extension
|
|
@@ -17,7 +17,7 @@ middleware:
|
|
|
17
17
|
path: dist/middlewares/fiori-tools-proxy.js
|
|
18
18
|
---
|
|
19
19
|
# https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware/
|
|
20
|
-
specVersion: '
|
|
20
|
+
specVersion: '3.0'
|
|
21
21
|
metadata:
|
|
22
22
|
name: fiori-tools-preview
|
|
23
23
|
kind: extension
|
|
@@ -25,7 +25,7 @@ type: server-middleware
|
|
|
25
25
|
middleware:
|
|
26
26
|
path: dist/middlewares/fiori-tools-preview.js
|
|
27
27
|
---
|
|
28
|
-
specVersion: '
|
|
28
|
+
specVersion: '3.0'
|
|
29
29
|
metadata:
|
|
30
30
|
name: fiori-tools-servestatic
|
|
31
31
|
kind: extension
|
|
@@ -33,7 +33,7 @@ type: server-middleware
|
|
|
33
33
|
middleware:
|
|
34
34
|
path: dist/middlewares/fiori-tools-servestatic.js
|
|
35
35
|
---
|
|
36
|
-
specVersion: '
|
|
36
|
+
specVersion: '3.0'
|
|
37
37
|
metadata:
|
|
38
38
|
name: deploy-to-abap
|
|
39
39
|
kind: extension
|