@micro-zoe/micro-app
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
{ | ||
"name": "@micro-zoe/micro-app", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "A lightweight, efficient and powerful micro front-end framework", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -35,23 +35,9 @@ declare module '@micro-app/types' { | ||
interface releaseEffectParams { | ||
umdMode: boolean, | ||
isPrerender: boolean, | ||
keepAlive: boolean, | ||
destroy: boolean, | ||
} | ||
interface EffectController { | ||
interface CommonEffectHook { | ||
reset(): void | ||
record(): void | ||
rebuild(): void | ||
release(options: releaseEffectParams): void | ||
release(clearTimer?: boolean): void | ||
} | ||
interface CommonIframeEffect { | ||
reset(): void | ||
record(): void | ||
rebuild(): void | ||
release(umdMode?: boolean, preRender?: boolean): void | ||
} | ||
interface SandBoxStartParams { | ||
@@ -73,2 +59,3 @@ umdMode: boolean | ||
interface releaseGlobalEffectParams { | ||
umdMode?: boolean, | ||
clearData?: boolean, | ||
@@ -75,0 +62,0 @@ isPrerender?: boolean, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2025280
9603