@micro-zoe/micro-app 1.0.0-rc.20 → 1.0.0-rc.22

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.20",
3
+ "version": "1.0.0-rc.22",
4
4
  "description": "A lightweight, efficient and powerful micro front-end framework",
5
5
  "private": false,
6
6
  "main": "lib/index.min.js",
@@ -363,10 +363,12 @@ declare module '@micro-app/types' {
363
363
  fetch?: fetchType
364
364
  globalAssets?: globalAssetsType,
365
365
  excludeAssetFilter?: (assetUrl: string) => boolean
366
+ excludeRunScriptFilter?: (scriptUrl: string, error: Error, appName: string, appUrl: string) => boolean
366
367
  /* image video audio 是否设置 crossOrigin = 'anonymous' */
367
368
  includeCrossOrigin?: (assetUrl: string) => boolean
368
369
  getRootElementParentNode?: (node: Node, appName: AppName) => void
369
370
  customProxyDocumentProps?: Map<string | number | symbol, (value: unknown) => void>
371
+ inheritBaseBody?:boolean
370
372
  }
371
373
 
372
374
  // MicroApp config