@micro-zoe/micro-app 1.0.0-rc.23 → 1.0.0-rc.25

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-rc.23",
3
+ "version": "1.0.0-rc.25",
4
4
  "description": "A lightweight, efficient and powerful micro front-end framework",
5
5
  "private": false,
6
6
  "main": "lib/index.min.js",
@@ -368,7 +368,9 @@ declare module '@micro-app/types' {
368
368
  includeCrossOrigin?: (assetUrl: string) => boolean
369
369
  getRootElementParentNode?: (node: Node, appName: AppName) => void
370
370
  customProxyDocumentProps?: Map<string | number | symbol, (value: unknown) => void>
371
- inheritBaseBody?:boolean
371
+ aHrefResolver?: (hrefValue: string, appName: string, appUrl: string) => string
372
+ inheritBaseBody?:boolean,
373
+ escapeIframeWindowEvents? : Array<string>,
372
374
  }
373
375
 
374
376
  // MicroApp config