@sap/ux-ui5-tooling 1.14.2 → 1.14.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 +7 -0
- package/README.md +55 -8
- package/dist/cli/index.js +34176 -39800
- package/dist/middlewares/fiori-tools-appreload.js +1 -0
- package/dist/middlewares/fiori-tools-preview.js +11685 -9428
- package/dist/middlewares/fiori-tools-proxy.js +22067 -24784
- package/dist/middlewares/fiori-tools-servestatic.js +1 -0
- package/dist/tasks/cf-deploy/index.js +39675 -37405
- package/dist/tasks/deploy/index.js +24480 -30075
- package/package.json +19 -17
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.14.
|
|
4
|
+
"version": "1.14.3",
|
|
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": "
|
|
25
|
+
"test:cpe-integration": "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,7 +34,7 @@
|
|
|
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.28",
|
|
38
38
|
"@ui5/fs": "3.0.4",
|
|
39
39
|
"connect-livereload": "0.6.1",
|
|
40
40
|
"debug": "4.3.4",
|
|
@@ -47,26 +47,28 @@
|
|
|
47
47
|
"keytar": "7.9.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@
|
|
51
|
-
"@sap-ux/
|
|
50
|
+
"@playwright/test": "1.36.2",
|
|
51
|
+
"@sap-ux/adp-tooling": "0.12.15",
|
|
52
|
+
"@sap-ux/backend-proxy-middleware": "0.8.2",
|
|
52
53
|
"@sap-ux/btp-utils": "0.15.0",
|
|
53
|
-
"@sap-ux/deploy-tooling": "0.15.
|
|
54
|
+
"@sap-ux/deploy-tooling": "0.15.4",
|
|
54
55
|
"@sap-ux/feature-toggle": "0.1.1",
|
|
55
56
|
"@sap-ux/jest-runner-puppeteer": "0.0.2",
|
|
56
57
|
"@sap-ux/logger": "0.6.0",
|
|
57
|
-
"@sap-ux/project-access": "1.25.
|
|
58
|
+
"@sap-ux/project-access": "1.25.5",
|
|
58
59
|
"@sap-ux/reload-middleware": "0.2.0",
|
|
59
60
|
"@sap-ux/serve-static-middleware": "0.2.0",
|
|
60
61
|
"@sap-ux/store": "0.7.0",
|
|
61
|
-
"@sap-ux/telemetry": "0.
|
|
62
|
+
"@sap-ux/telemetry": "0.5.7",
|
|
62
63
|
"@sap-ux/ui5-config": "0.23.1",
|
|
63
|
-
"@sap-ux/ui5-info": "0.
|
|
64
|
-
"@sap-ux/ui5-proxy-middleware": "1.4.
|
|
65
|
-
"@sap/ux-app-templates": "1.14.
|
|
66
|
-
"@sap/ux-common-utils": "1.14.
|
|
67
|
-
"@sap/ux-odata-client": "1.14.
|
|
68
|
-
"@sap/ux-ui5-info": "1.14.
|
|
64
|
+
"@sap-ux/ui5-info": "0.7.0",
|
|
65
|
+
"@sap-ux/ui5-proxy-middleware": "1.4.1",
|
|
66
|
+
"@sap/ux-app-templates": "1.14.3",
|
|
67
|
+
"@sap/ux-common-utils": "1.14.3",
|
|
68
|
+
"@sap/ux-odata-client": "1.14.3",
|
|
69
|
+
"@sap/ux-ui5-info": "1.14.3",
|
|
69
70
|
"@types/expect-puppeteer": "5.0.6",
|
|
71
|
+
"@types/fs-extra": "11.0.4",
|
|
70
72
|
"@types/jest-dev-server": "5.0.3",
|
|
71
73
|
"@types/jquery": "3.5.29",
|
|
72
74
|
"@types/marked": "4.0.1",
|
|
@@ -81,12 +83,11 @@
|
|
|
81
83
|
"dotenv": "8.2.0",
|
|
82
84
|
"ejs": "3.1.10",
|
|
83
85
|
"expect-puppeteer": "7.0.0",
|
|
86
|
+
"fs-extra": "11.2.0",
|
|
84
87
|
"hasbin": "1.2.3",
|
|
85
88
|
"http-proxy-middleware": "2.0.6",
|
|
86
89
|
"i18next": "19.0.2",
|
|
87
90
|
"jest-dev-server": "7.0.0",
|
|
88
|
-
"jest-mock": "29.7.0",
|
|
89
|
-
"jquery": "^3.5.0",
|
|
90
91
|
"lodash": "4.17.21",
|
|
91
92
|
"marked": "4.0.10",
|
|
92
93
|
"marked-terminal": "4.2.0",
|
|
@@ -96,6 +97,7 @@
|
|
|
96
97
|
"puppeteer-core": "21.2.1",
|
|
97
98
|
"serve-static": "1.15.0",
|
|
98
99
|
"supertest": "6.3.4",
|
|
100
|
+
"tree-kill": "1.2.2",
|
|
99
101
|
"typescript": "5.2.2",
|
|
100
102
|
"wait-for-expect": "3.0.2",
|
|
101
103
|
"yaml": "2.2.2",
|
|
@@ -140,4 +142,4 @@
|
|
|
140
142
|
}
|
|
141
143
|
]
|
|
142
144
|
}
|
|
143
|
-
}
|
|
145
|
+
}
|