@module-federation/rspack 0.11.4 → 0.12.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/plugin.cjs.js +2 -2
- package/dist/plugin.esm.mjs +2 -2
- package/package.json +8 -8
package/dist/plugin.cjs.js
CHANGED
|
@@ -173,7 +173,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
new compiler.webpack.container.ModuleFederationPlugin(options).apply(compiler);
|
|
176
|
-
var runtimeESMPath = require.resolve('@module-federation/runtime/dist/index.esm.
|
|
176
|
+
var runtimeESMPath = require.resolve('@module-federation/runtime/dist/index.esm.js', {
|
|
177
177
|
paths: [
|
|
178
178
|
options.implementation
|
|
179
179
|
]
|
|
@@ -185,7 +185,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
185
185
|
});
|
|
186
186
|
if (!disableManifest) {
|
|
187
187
|
this._statsPlugin = new manifest.StatsPlugin(options, {
|
|
188
|
-
pluginVersion: "0.
|
|
188
|
+
pluginVersion: "0.12.0",
|
|
189
189
|
bundler: 'rspack'
|
|
190
190
|
});
|
|
191
191
|
// @ts-ignore
|
package/dist/plugin.esm.mjs
CHANGED
|
@@ -171,7 +171,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
new compiler.webpack.container.ModuleFederationPlugin(options).apply(compiler);
|
|
174
|
-
var runtimeESMPath = require.resolve('@module-federation/runtime/dist/index.esm.
|
|
174
|
+
var runtimeESMPath = require.resolve('@module-federation/runtime/dist/index.esm.js', {
|
|
175
175
|
paths: [
|
|
176
176
|
options.implementation
|
|
177
177
|
]
|
|
@@ -183,7 +183,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
183
183
|
});
|
|
184
184
|
if (!disableManifest) {
|
|
185
185
|
this._statsPlugin = new StatsPlugin(options, {
|
|
186
|
-
pluginVersion: "0.
|
|
186
|
+
pluginVersion: "0.12.0",
|
|
187
187
|
bundler: 'rspack'
|
|
188
188
|
});
|
|
189
189
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/rspack",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Module Federation",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"types": "./dist/index.cjs.d.ts",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"btoa": "1.2.1",
|
|
28
|
-
"@module-federation/bridge-react-webpack-plugin": "0.
|
|
29
|
-
"@module-federation/dts-plugin": "0.
|
|
30
|
-
"@module-federation/managers": "0.
|
|
31
|
-
"@module-federation/manifest": "0.
|
|
32
|
-
"@module-federation/runtime-tools": "0.
|
|
33
|
-
"@module-federation/inject-external-runtime-core-plugin": "0.
|
|
34
|
-
"@module-federation/sdk": "0.
|
|
28
|
+
"@module-federation/bridge-react-webpack-plugin": "0.12.0",
|
|
29
|
+
"@module-federation/dts-plugin": "0.12.0",
|
|
30
|
+
"@module-federation/managers": "0.12.0",
|
|
31
|
+
"@module-federation/manifest": "0.12.0",
|
|
32
|
+
"@module-federation/runtime-tools": "0.12.0",
|
|
33
|
+
"@module-federation/inject-external-runtime-core-plugin": "0.12.0",
|
|
34
|
+
"@module-federation/sdk": "0.12.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rspack/core": "^1.0.2"
|