@podium/layout
Advanced tools
Comparing version 5.1.7 to 5.1.8
{ | ||
"name": "@podium/layout", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"type": "module", | ||
@@ -41,7 +41,7 @@ "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", | ||
"@metrics/client": "2.5.2", | ||
"@podium/client": "5.0.22", | ||
"@podium/context": "5.0.13", | ||
"@podium/proxy": "5.0.16", | ||
"@podium/client": "5.0.24", | ||
"@podium/context": "5.0.14", | ||
"@podium/proxy": "5.0.17", | ||
"@podium/schemas": "5.0.2", | ||
"@podium/utils": "5.0.6", | ||
"@podium/utils": "5.0.7", | ||
"abslog": "2.4.4", | ||
@@ -48,0 +48,0 @@ "ajv": "8.13.0", |
@@ -254,3 +254,3 @@ /** | ||
[key: string]: unknown; | ||
}>(fn: (incoming: HttpIncoming<T>, fragment: string, ...args: unknown[]) => string): void; | ||
}>(fn: (incoming: HttpIncoming<T, Record<string, unknown>, Record<string, unknown>>, fragment: string, ...args: unknown[]) => string): void; | ||
/** | ||
@@ -292,3 +292,3 @@ * Method to render the document template. By default this will render a default document template provided by Podium unless a custom one is set by using the .view method. | ||
[key: string]: unknown; | ||
}>(incoming: HttpIncoming<T_1>, data: string, ...args: any[]): string; | ||
}>(incoming: HttpIncoming<T_1, Record<string, unknown>, Record<string, unknown>>, data: string, ...args: any[]): string; | ||
/** | ||
@@ -295,0 +295,0 @@ * Method for processing an incoming HTTP request. This method is intended to be used to implement support for multiple HTTP frameworks and in most cases it won't be necessary for layout developers to use this method directly when creating a layout server. |
Sorry, the diff of this file is too big to display
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
131584
+ Added@podium/client@5.0.24(transitive)
+ Added@podium/context@5.0.14(transitive)
+ Added@podium/proxy@5.0.17(transitive)
+ Added@podium/utils@5.0.7(transitive)
- Removed@podium/client@5.0.22(transitive)
- Removed@podium/context@5.0.13(transitive)
- Removed@podium/proxy@5.0.16(transitive)
- Removed@podium/utils@5.0.6(transitive)
Updated@podium/client@5.0.24
Updated@podium/context@5.0.14
Updated@podium/proxy@5.0.17
Updated@podium/utils@5.0.7