@module-federation/enhanced 0.8.8 → 0.8.9
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/package.json
CHANGED
|
@@ -15,9 +15,6 @@ class ModuleFederationPlugin {
|
|
|
15
15
|
this.name = exports.PLUGIN_NAME;
|
|
16
16
|
}
|
|
17
17
|
apply(compiler) {
|
|
18
|
-
if (!compiler.options.plugins.find((p) => p && p['name'] === exports.PLUGIN_NAME)) {
|
|
19
|
-
compiler.options.plugins.push(this);
|
|
20
|
-
}
|
|
21
18
|
process.env['FEDERATION_WEBPACK_PATH'] =
|
|
22
19
|
process.env['FEDERATION_WEBPACK_PATH'] || (0, normalize_webpack_path_1.getWebpackPath)(compiler);
|
|
23
20
|
const CoreModuleFederationPlugin = require('../lib/container/ModuleFederationPlugin')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleFederationPlugin.js","sourceRoot":"","sources":["../../../src/wrapper/ModuleFederationPlugin.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ModuleFederationPlugin.js","sourceRoot":"","sources":["../../../src/wrapper/ModuleFederationPlugin.ts"],"names":[],"mappings":";;;;;;AAKA,0FAA+E;AAC/E,0DAA6B;AAC7B,sDAAyB;AACzB,iHAA+E;AAElE,QAAA,WAAW,GAAG,wBAAwB,CAAC;AAEpD,MAAqB,sBAAsB;IAKzC,YAAY,OAA6D;QACvE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,IAAI,GAAG,mBAAW,CAAC;IAC1B,CAAC;IAED,KAAK,CAAC,QAAkB;QACtB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC;YACpC,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,IAAA,uCAAc,EAAC,QAAQ,CAAC,CAAC;QACrE,MAAM,0BAA0B,GAC9B,OAAO,CAAC,yCAAyC,CAAC;aAC/C,OAAyC,CAAC;QAC/C,IAAI,CAAC,SAAS,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC/D,IAAI,CAAC,SAAU,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAEhC,sBAAsB;QACtB,MAAM,eAAe,GAAG,mBAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,SAAS,GAAG,mBAAI,CAAC,IAAI,CACzB,eAAe,EACf,iCAAiC,CAClC,CAAC;QACF,6BAA6B;QAC7B,IACE,iBAAE,CAAC,UAAU,CAAC,SAAS,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,EAC9D,CAAC;YACD,IAAI,qCAAiB,CAAC;gBACpB,uBAAuB,EAAE,IAAI,CAAC,QAAQ;aACvC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QACrB,CAAC;IACH,CAAC;IAED,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,SAAS,EAAE,iBAAiB,CAAC;IAC3C,CAAC;CACF;AAvCD,yCAuCC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/enhanced",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"main": "./dist/src/index.js",
|
|
5
5
|
"types": "./dist/src/index.d.ts",
|
|
6
6
|
"repository": {
|
|
@@ -81,20 +81,20 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/btoa": "^1.2.5",
|
|
83
83
|
"enhanced-resolve": "^5.0.0",
|
|
84
|
-
"@module-federation/webpack-bundler-runtime": "0.8.
|
|
84
|
+
"@module-federation/webpack-bundler-runtime": "0.8.9"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"upath": "2.0.1",
|
|
88
88
|
"btoa": "^1.2.1",
|
|
89
|
-
"@module-federation/sdk": "0.8.
|
|
90
|
-
"@module-federation/runtime-tools": "0.8.
|
|
91
|
-
"@module-federation/manifest": "0.8.
|
|
92
|
-
"@module-federation/managers": "0.8.
|
|
93
|
-
"@module-federation/error-codes": "0.8.
|
|
94
|
-
"@module-federation/dts-plugin": "0.8.
|
|
95
|
-
"@module-federation/rspack": "0.8.
|
|
96
|
-
"@module-federation/bridge-react-webpack-plugin": "0.8.
|
|
97
|
-
"@module-federation/data-prefetch": "0.8.
|
|
98
|
-
"@module-federation/inject-external-runtime-core-plugin": "0.8.
|
|
89
|
+
"@module-federation/sdk": "0.8.9",
|
|
90
|
+
"@module-federation/runtime-tools": "0.8.9",
|
|
91
|
+
"@module-federation/manifest": "0.8.9",
|
|
92
|
+
"@module-federation/managers": "0.8.9",
|
|
93
|
+
"@module-federation/error-codes": "0.8.9",
|
|
94
|
+
"@module-federation/dts-plugin": "0.8.9",
|
|
95
|
+
"@module-federation/rspack": "0.8.9",
|
|
96
|
+
"@module-federation/bridge-react-webpack-plugin": "0.8.9",
|
|
97
|
+
"@module-federation/data-prefetch": "0.8.9",
|
|
98
|
+
"@module-federation/inject-external-runtime-core-plugin": "0.8.9"
|
|
99
99
|
}
|
|
100
100
|
}
|