@sap-ux/backend-proxy-middleware 0.10.47 → 0.10.49

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.
@@ -205,7 +205,8 @@ async function initI18n() {
205
205
  lng: 'en',
206
206
  fallbackLng: 'en',
207
207
  defaultNS: ns,
208
- ns: [ns]
208
+ ns: [ns],
209
+ showSupportNotice: false
209
210
  });
210
211
  }
211
212
  /**
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  import { generateProxyMiddlewareOptions, createProxy } from './base/proxy';
2
2
  export { generateProxyMiddlewareOptions, createProxy };
3
+ export type { LocalBackendConfig, DestinationBackendConfig, BackendConfig, BackendMiddlewareConfig } from './base/types';
3
4
  //# sourceMappingURL=index.d.ts.map
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.10.47",
12
+ "version": "0.10.49",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -31,10 +31,10 @@
31
31
  "i18next": "25.8.12",
32
32
  "prompts": "2.4.2",
33
33
  "proxy-from-env": "1.1.0",
34
- "@sap-ux/axios-extension": "1.25.16",
34
+ "@sap-ux/axios-extension": "1.25.17",
35
35
  "@sap-ux/btp-utils": "1.1.9",
36
36
  "@sap-ux/logger": "0.8.1",
37
- "@sap-ux/store": "1.5.7"
37
+ "@sap-ux/store": "1.5.8"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/connect": "^3.4.38",