single-spa
Advanced tools
Comparing version 4.4.2 to 4.4.3
{ | ||
"name": "single-spa", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"description": "Multiple applications, one page", | ||
@@ -5,0 +5,0 @@ "main": "lib/umd/single-spa.min.js", |
@@ -108,7 +108,11 @@ declare module "single-spa" { | ||
// './applications/app-errors.js' | ||
export function addErrorHandler(handler: (error: Error) => void): void; | ||
export function removeErrorHandler(handler: (error: Error) => void): void; | ||
type AppError = Error & { | ||
appOrParcelName: string; | ||
} | ||
export function addErrorHandler(handler: (error: AppError) => void): void; | ||
export function removeErrorHandler(handler: (error: AppError) => void): void; | ||
// './parcels/mount-parcel.js' | ||
export function mountRootParcel(parcelConfig: ParcelConfig, parcelProps: object): Parcel; | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
739649
4701
0