@module-federation/sdk 0.8.8 → 0.8.9

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.
@@ -117,6 +117,7 @@ export interface PluginDtsOptions {
117
117
  extraOptions?: Record<string, any>;
118
118
  implementation?: string;
119
119
  cwd?: string;
120
+ displayErrorInTerminal?: boolean;
120
121
  }
121
122
  export type AsyncBoundaryOptions = {
122
123
  eager?: RegExp | ((module: any) => boolean);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [