@module-federation/manifest 0.15.0 → 0.16.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/src/utils.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -364,7 +364,7 @@ function getFileName(manifestOptions) {
|
|
|
364
364
|
manifestFileName: sdk.simpleJoinRemoteEntry(filePath, manifestFileName)
|
|
365
365
|
};
|
|
366
366
|
}
|
|
367
|
-
function getTypesMetaInfo(pluginOptions, context
|
|
367
|
+
function getTypesMetaInfo(pluginOptions, context) {
|
|
368
368
|
var defaultRemoteOptions = {
|
|
369
369
|
generateAPITypes: true,
|
|
370
370
|
compileInChildProcess: true
|
package/dist/index.esm.js
CHANGED
|
@@ -362,7 +362,7 @@ function getFileName(manifestOptions) {
|
|
|
362
362
|
manifestFileName: simpleJoinRemoteEntry(filePath, manifestFileName)
|
|
363
363
|
};
|
|
364
364
|
}
|
|
365
|
-
function getTypesMetaInfo(pluginOptions, context
|
|
365
|
+
function getTypesMetaInfo(pluginOptions, context) {
|
|
366
366
|
var defaultRemoteOptions = {
|
|
367
367
|
generateAPITypes: true,
|
|
368
368
|
compileInChildProcess: true
|
package/dist/src/utils.d.ts
CHANGED
|
@@ -15,4 +15,4 @@ export declare function getFileName(manifestOptions?: moduleFederationPlugin.Mod
|
|
|
15
15
|
statsFileName: string;
|
|
16
16
|
manifestFileName: string;
|
|
17
17
|
};
|
|
18
|
-
export declare function getTypesMetaInfo(pluginOptions: moduleFederationPlugin.ModuleFederationPluginOptions, context: string
|
|
18
|
+
export declare function getTypesMetaInfo(pluginOptions: moduleFederationPlugin.ModuleFederationPluginOptions, context: string): MetaDataTypes;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/manifest",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Provide manifest/stats for webpack/rspack MF project .",
|
|
6
6
|
"keywords": [
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"find-pkg": "2.0.0",
|
|
31
31
|
"chalk": "3.0.0",
|
|
32
|
-
"@module-federation/sdk": "0.
|
|
33
|
-
"@module-federation/dts-plugin": "0.
|
|
34
|
-
"@module-federation/managers": "0.
|
|
32
|
+
"@module-federation/sdk": "0.16.0",
|
|
33
|
+
"@module-federation/dts-plugin": "0.16.0",
|
|
34
|
+
"@module-federation/managers": "0.16.0"
|
|
35
35
|
},
|
|
36
36
|
"exports": {
|
|
37
37
|
".": {
|