@podium/layout
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -0,1 +1,8 @@ | ||
## [5.0.5](https://github.com/podium-lib/layout/compare/v5.0.4...v5.0.5) (2023-12-07) | ||
### Bug Fixes | ||
* Make proxy use given name in layout instead of the name in the manifest ([d6966b8](https://github.com/podium-lib/layout/commit/d6966b88782265cc1f529003cea683b88ee000d8)) | ||
## [5.0.4](https://github.com/podium-lib/layout/compare/v5.0.3...v5.0.4) (2023-12-06) | ||
@@ -2,0 +9,0 @@ |
@@ -148,3 +148,3 @@ /* eslint-disable consistent-return */ | ||
this.client.registry.on('set', (key, item) => { | ||
this.httpProxy.register(item.newVal); | ||
this.httpProxy.register(key, item.newVal); | ||
}); | ||
@@ -232,2 +232,4 @@ } | ||
const incoming = new HttpIncoming(req, res, res.locals); | ||
incoming.url = `${req.protocol}://${req.get('host')}${req.originalUrl}`; | ||
try { | ||
@@ -234,0 +236,0 @@ await this.process(incoming); |
{ | ||
"name": "@podium/layout", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", | ||
"@podium/context": "5.0.0", | ||
"@podium/proxy": "5.0.0", | ||
"@podium/proxy": "5.0.2", | ||
"@podium/schemas": "5.0.0", | ||
@@ -45,0 +45,0 @@ "@podium/utils": "5.0.0", |
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
95938
408
+ Added@podium/proxy@5.0.2(transitive)
+ Added@podium/utils@5.0.1(transitive)
+ Addedcamelcase@8.0.0(transitive)
- Removed@podium/proxy@5.0.0(transitive)
Updated@podium/proxy@5.0.2