@module-federation/sdk 0.17.1 → 0.18.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.
@@ -106,6 +106,8 @@ export interface DtsHostOptions {
106
106
  runtimePkgs?: string[];
107
107
  remoteTypeUrls?: (() => Promise<RemoteTypeUrls>) | RemoteTypeUrls;
108
108
  timeout?: number;
109
+ /** The family of IP, used for network requests */
110
+ family?: 4 | 6;
109
111
  typesOnBuild?: boolean;
110
112
  }
111
113
  export interface DtsRemoteOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.17.1",
3
+ "version": "0.18.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A sdk for support module federation",