@module-federation/sdk 0.8.8 → 0.8.10

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);
@@ -178,7 +179,6 @@ export interface ModuleFederationPluginOptions {
178
179
  manifest?: boolean | PluginManifestOptions;
179
180
  dev?: boolean | PluginDevOptions;
180
181
  dts?: boolean | PluginDtsOptions;
181
- async?: boolean | AsyncBoundaryOptions;
182
182
  dataPrefetch?: DataPrefetch;
183
183
  virtualRuntimeEntry?: boolean;
184
184
  experiments?: {
@@ -194,6 +194,10 @@ export interface ModuleFederationPluginOptions {
194
194
  */
195
195
  disableAlias?: boolean;
196
196
  };
197
+ /**
198
+ * Configuration for async boundary plugin
199
+ */
200
+ async?: boolean | AsyncBoundaryOptions;
197
201
  }
198
202
  /**
199
203
  * Modules that should be exposed by this container. Property names are used as public paths.
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.10",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [