@sap-ux/backend-proxy-middleware
Advanced tools
Comparing version 0.6.55 to 0.6.56
@@ -311,3 +311,3 @@ "use strict"; | ||
logger.info('Updating refresh token for: ' + localBackend.url); | ||
systemStore.write(Object.assign(Object.assign({}, system), { refreshToken })); | ||
systemStore.write(Object.assign(Object.assign({}, system), { refreshToken })).catch((error) => logger.error(error)); | ||
} | ||
@@ -314,0 +314,0 @@ }); |
@@ -7,3 +7,5 @@ "use strict"; | ||
Object.defineProperty(exports, "createProxy", { enumerable: true, get: function () { return proxy_1.createProxy; } }); | ||
(0, proxy_1.initI18n)(); | ||
(0, proxy_1.initI18n)().catch(() => { | ||
// Ignore any errors since the middleware will still work | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.6.55", | ||
"version": "0.6.56", | ||
"license": "Apache-2.0", | ||
@@ -32,6 +32,6 @@ "author": "@SAP/ux-tools-team", | ||
"proxy-from-env": "1.1.0", | ||
"@sap-ux/axios-extension": "1.2.7", | ||
"@sap-ux/btp-utils": "0.11.5", | ||
"@sap-ux/logger": "0.3.5", | ||
"@sap-ux/store": "0.3.10" | ||
"@sap-ux/axios-extension": "1.2.8", | ||
"@sap-ux/btp-utils": "0.11.6", | ||
"@sap-ux/logger": "0.3.6", | ||
"@sap-ux/store": "0.3.11" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56547
825
+ Added@sap-ux/axios-extension@1.2.8(transitive)
+ Added@sap-ux/btp-utils@0.11.6(transitive)
+ Added@sap-ux/logger@0.3.6(transitive)
+ Added@sap-ux/store@0.3.11(transitive)
- Removed@sap-ux/axios-extension@1.2.7(transitive)
- Removed@sap-ux/btp-utils@0.11.5(transitive)
- Removed@sap-ux/logger@0.3.5(transitive)
- Removed@sap-ux/store@0.3.10(transitive)
Updated@sap-ux/btp-utils@0.11.6
Updated@sap-ux/logger@0.3.6
Updated@sap-ux/store@0.3.11