@sap-ux/ui5-proxy-middleware 1.6.4 → 1.6.5
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/README.md +4 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-proxy-middleware/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-proxy-middleware)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/ui5-proxy-middleware`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-proxy-middleware)
|
|
2
4
|
|
|
3
5
|
The `@sap-ux/ui5-proxy-middleware` is a [Custom UI5 Server Middleware](https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware) for loading the UI5 sources in your application. It can be used either with the `ui5 serve` or the `fiori run` commands.
|
|
4
6
|
|
|
@@ -146,4 +148,4 @@ router.use("/resources/", ui5Proxy({ path: "/", url: "https://ui5.sap.com"})/*,
|
|
|
146
148
|
- **filter** - a custom function to determine which requests should be proxied or not, [example](https://www.npmjs.com/package/http-proxy-middleware#context-matching)
|
|
147
149
|
|
|
148
150
|
## Keywords
|
|
149
|
-
UI5 Proxy Middleware
|
|
151
|
+
UI5 Proxy Middleware
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aui5-proxy-middleware"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.6.
|
|
12
|
+
"version": "1.6.5",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"https-proxy-agent": "5.0.1",
|
|
27
27
|
"i18next": "25.3.0",
|
|
28
28
|
"proxy-from-env": "1.1.0",
|
|
29
|
-
"@sap-ux/logger": "0.7.
|
|
30
|
-
"@sap-ux/ui5-config": "0.29.
|
|
29
|
+
"@sap-ux/logger": "0.7.1",
|
|
30
|
+
"@sap-ux/ui5-config": "0.29.9"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/express": "4.17.21",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"nock": "13.4.0",
|
|
38
38
|
"supertest": "7.1.4",
|
|
39
39
|
"yaml": "2.2.2",
|
|
40
|
-
"@sap-ux/project-access": "1.32.
|
|
40
|
+
"@sap-ux/project-access": "1.32.8"
|
|
41
41
|
},
|
|
42
42
|
"ui5": {
|
|
43
43
|
"dependencies": []
|