@module-federation/sdk
Advanced tools
Comparing version 0.0.0-next-20241008193502 to 0.0.0-next-20241009072306
@@ -41,2 +41,6 @@ /** | ||
export type EntryRuntime = false | string; | ||
/** | ||
* Enable Data Prefetch | ||
*/ | ||
export type DataPrefetch = boolean; | ||
export interface ContainerPluginOptions { | ||
@@ -74,2 +78,3 @@ /** | ||
}; | ||
dataPrefetch?: DataPrefetch; | ||
} | ||
@@ -76,0 +81,0 @@ /** |
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20241008193502", | ||
"version": "0.0.0-next-20241009072306", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A sdk for support module federation", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104569
2616