@micro-zoe/micro-app 1.0.0-beta.0 → 1.0.0-beta.1

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.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "A lightweight, efficient and powerful micro front-end framework",
5
5
  "private": false,
6
6
  "main": "lib/index.min.js",
@@ -348,6 +348,7 @@ declare module '@micro-app/types' {
348
348
  fetch?: fetchType
349
349
  globalAssets?: globalAssetsType,
350
350
  excludeAssetFilter?: (assetUrl: string) => boolean
351
+ getRootElementParentNode?: (node: Node, appName: AppName) => void
351
352
  }
352
353
 
353
354
  // MicroApp config