@module-federation/sdk 0.0.0-next-20250613163655 → 0.0.0-next-20250616091910
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.
|
@@ -389,17 +389,5 @@ export interface SharedConfig {
|
|
|
389
389
|
* Version of the provided module. Will replace lower matching versions, but not higher.
|
|
390
390
|
*/
|
|
391
391
|
version?: false | string;
|
|
392
|
-
/**
|
|
393
|
-
* Issuer layer in which the module should be resolved.
|
|
394
|
-
*/
|
|
395
|
-
issuerLayer?: string;
|
|
396
|
-
/**
|
|
397
|
-
* Layer for the shared module.
|
|
398
|
-
*/
|
|
399
|
-
layer?: string;
|
|
400
|
-
/**
|
|
401
|
-
* The actual request to use for importing the module. Defaults to the property name.
|
|
402
|
-
*/
|
|
403
|
-
request?: string;
|
|
404
392
|
}
|
|
405
393
|
export {};
|
|
@@ -68,18 +68,6 @@ export interface SharedConfig {
|
|
|
68
68
|
* Version of the provided module. Will replace lower matching versions, but not higher.
|
|
69
69
|
*/
|
|
70
70
|
version?: false | string;
|
|
71
|
-
/**
|
|
72
|
-
* Issuer layer in which the module should be resolved.
|
|
73
|
-
*/
|
|
74
|
-
issuerLayer?: string;
|
|
75
|
-
/**
|
|
76
|
-
* Layer for the shared module.
|
|
77
|
-
*/
|
|
78
|
-
layer?: string;
|
|
79
|
-
/**
|
|
80
|
-
* The actual request to use for importing the module. Defaults to the property name.
|
|
81
|
-
*/
|
|
82
|
-
request?: string;
|
|
83
71
|
}
|
|
84
72
|
export declare class SharePlugin {
|
|
85
73
|
constructor(options: SharePluginOptions);
|