@module-federation/sdk 0.10.0 → 0.11.0

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.
@@ -71,9 +71,6 @@ export interface ContainerPluginOptions {
71
71
  * Runtime plugin file paths or package name.
72
72
  */
73
73
  runtimePlugins?: string[];
74
- experiments?: {
75
- federationRuntime?: false | 'hoisted';
76
- };
77
74
  dataPrefetch?: DataPrefetch;
78
75
  }
79
76
  /**
@@ -191,9 +191,9 @@ export interface ModuleFederationPluginOptions {
191
191
  dataPrefetch?: DataPrefetch;
192
192
  virtualRuntimeEntry?: boolean;
193
193
  experiments?: {
194
- federationRuntime?: false | 'hoisted';
195
194
  externalRuntime?: boolean;
196
195
  provideExternalRuntime?: boolean;
196
+ asyncStartup?: boolean;
197
197
  };
198
198
  bridge?: {
199
199
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [