@sap-ux/ui5-proxy-middleware 1.5.2 → 1.5.4

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "info": {
3
- "ui5VersionSource": "Using UI5 version {{version}} based on {{-source}}"
3
+ "ui5VersionSource": "Using UI5 version: {{version}} based on: {{-source}}."
4
4
  },
5
5
  "error": {
6
- "noCodeError": "Error {{-error}} thrown for request {{-request}}"
6
+ "noCodeError": "An error: {{-error}} was thrown for the request: {{-request}}."
7
7
  }
8
8
  }
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.5.2",
12
+ "version": "1.5.4",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "i18next": "20.6.1",
28
28
  "proxy-from-env": "1.1.0",
29
29
  "@sap-ux/logger": "0.7.0",
30
- "@sap-ux/ui5-config": "0.28.2"
30
+ "@sap-ux/ui5-config": "0.28.3"
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": "6.3.3",
39
39
  "yaml": "2.2.2",
40
- "@sap-ux/project-access": "1.30.2"
40
+ "@sap-ux/project-access": "1.30.4"
41
41
  },
42
42
  "ui5": {
43
43
  "dependencies": []