@podium/layout
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -27,3 +27,3 @@ import { | ||
* @typedef {import('@podium/client').PodiumClientResource} PodiumClientResource | ||
* @typedef {import('@podium/client').PodiumClientResourceOptions} PodiumClientResourceOptions | ||
* @typedef {import('@podium/client/lib/http-outgoing.js').PodiumClientResourceOptions} PodiumClientResourceOptions | ||
* @typedef {import('@podium/client').PodiumClientResponse} PodiumClientResponse | ||
@@ -30,0 +30,0 @@ * @typedef {import('@podium/client').PodiumRedirect} PodiumRedirect |
{ | ||
"name": "@podium/layout", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", |
@@ -407,3 +407,3 @@ | ||
export type PodiumClientResource = import("@podium/client").PodiumClientResource; | ||
export type PodiumClientResourceOptions = import("@podium/client").PodiumClientResourceOptions; | ||
export type PodiumClientResourceOptions = any; | ||
export type PodiumClientResponse = import("@podium/client").PodiumClientResponse; | ||
@@ -410,0 +410,0 @@ export type PodiumRedirect = import("@podium/client").PodiumRedirect; |
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
136580