@micro-zoe/micro-app 1.0.0-rc.1 → 1.0.0-rc.2

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