@micro-zoe/micro-app 1.0.0-beta.3 → 1.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micro-zoe/micro-app",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "A lightweight, efficient and powerful micro front-end framework",
5
5
  "private": false,
6
6
  "main": "lib/index.min.js",
@@ -32,6 +32,10 @@ declare module '@micro-app/types' {
32
32
  args: any[],
33
33
  }
34
34
 
35
+ interface MicroAppElementTagNameMap extends HTMLElementTagNameMap {
36
+ 'micro-app': any,
37
+ }
38
+
35
39
  interface CommonEffectHook {
36
40
  reset(): void
37
41
  record(): void
@@ -52,6 +56,7 @@ declare module '@micro-app/types' {
52
56
  keepRouteState: boolean
53
57
  destroy: boolean
54
58
  clearData: boolean
59
+ useMemoryRouter: boolean
55
60
  }
56
61
 
57
62
  interface releaseGlobalEffectParams {