@sap-ux/backend-proxy-middleware 0.8.15 → 0.8.17

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ It can be used either with the `ui5 serve` or the `fiori run` commands.
9
9
  ### `backend`
10
10
  | Option | Type | Description |
11
11
  | ------------- | ------------- | ----------- |
12
- | `url` | `string` mandatory (local) | Mandatory URL pointing to the backend system. *Not required if destination is provided and the proxy is running SAP Business Application Studio |
12
+ | `url` | `string` mandatory (local) | URL pointing to the backend system is mandatory, unless a destination is provided and the proxy is running on SAP Business Application Studio. Developers can append additional URL parameters if necessary |
13
13
  | `destination` | `string` mandatory (if no url) | Required if the backend system is available as destination in SAP Business Application Studio. |
14
14
  | `destinationInstance` | `string` optional | If a destination needs to be read by a specific instance of a destination service then you need to provide the id of the service as optional property `destinationInstance`.|
15
15
  | `path` | `string` mandatory | Path that is to be proxied |
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%3Abackend-proxy-middleware"
11
11
  },
12
- "version": "0.8.15",
12
+ "version": "0.8.17",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "i18next": "20.6.1",
29
29
  "prompts": "2.4.2",
30
30
  "proxy-from-env": "1.1.0",
31
- "@sap-ux/axios-extension": "1.16.7",
31
+ "@sap-ux/axios-extension": "1.17.1",
32
32
  "@sap-ux/btp-utils": "0.15.2",
33
33
  "@sap-ux/logger": "0.6.0",
34
34
  "@sap-ux/store": "0.9.3"