@rspack-canary/browser 1.6.7-canary-f7e6adf4-20251211131042 → 1.6.7-canary-4c2435c7-20251212073856

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.mjs CHANGED
@@ -58190,7 +58190,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58190
58190
  if ("object" == typeof rspackFuture) {
58191
58191
  D(rspackFuture, "bundlerInfo", {});
58192
58192
  if ("object" == typeof rspackFuture.bundlerInfo) {
58193
- D(rspackFuture.bundlerInfo, "version", "1.6.7-canary-f7e6adf4-20251211131042");
58193
+ D(rspackFuture.bundlerInfo, "version", "1.6.7-canary-4c2435c7-20251212073856");
58194
58194
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
58195
58195
  D(rspackFuture.bundlerInfo, "force", !library);
58196
58196
  }
@@ -62336,7 +62336,7 @@ class MultiStats {
62336
62336
  return obj;
62337
62337
  });
62338
62338
  if (childOptions.version) {
62339
- obj.rspackVersion = "1.6.7-canary-f7e6adf4-20251211131042";
62339
+ obj.rspackVersion = "1.6.7-canary-4c2435c7-20251212073856";
62340
62340
  obj.version = "5.75.0";
62341
62341
  }
62342
62342
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -63641,7 +63641,7 @@ const SIMPLE_EXTRACTORS = {
63641
63641
  },
63642
63642
  version: (object)=>{
63643
63643
  object.version = "5.75.0";
63644
- object.rspackVersion = "1.6.7-canary-f7e6adf4-20251211131042";
63644
+ object.rspackVersion = "1.6.7-canary-4c2435c7-20251212073856";
63645
63645
  },
63646
63646
  env: (object, _compilation, _context, { _env })=>{
63647
63647
  object.env = _env;
@@ -67002,6 +67002,17 @@ class ModuleFederationPlugin {
67002
67002
  entryRuntime
67003
67003
  }).apply(compiler);
67004
67004
  });
67005
+ compiler.hooks.watchRun.tapPromise({
67006
+ name: "ModuleFederationPlugin",
67007
+ stage: 100
67008
+ }, async ()=>{
67009
+ if (runtimePluginApplied) return;
67010
+ runtimePluginApplied = true;
67011
+ const entryRuntime = getDefaultEntryRuntime(paths, this._options, compiler, this._treeShakeSharedPlugin?.buildAssets || {});
67012
+ new ModuleFederationRuntimePlugin({
67013
+ entryRuntime
67014
+ }).apply(compiler);
67015
+ });
67005
67016
  new webpack.container.ModuleFederationPluginV1({
67006
67017
  ...this._options,
67007
67018
  enhanced: true
@@ -67299,7 +67310,7 @@ function transformSync(source, options) {
67299
67310
  const _options = JSON.stringify(options || {});
67300
67311
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
67301
67312
  }
67302
- const exports_rspackVersion = "1.6.7-canary-f7e6adf4-20251211131042";
67313
+ const exports_rspackVersion = "1.6.7-canary-4c2435c7-20251212073856";
67303
67314
  const exports_version = "5.75.0";
67304
67315
  const exports_WebpackError = Error;
67305
67316
  const sources = __webpack_require__("../../node_modules/.pnpm/webpack-sources@3.3.3_patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee/node_modules/webpack-sources/lib/index.js");
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/browser",
3
- "version": "1.6.7-canary-f7e6adf4-20251211131042",
3
+ "version": "1.6.7-canary-4c2435c7-20251212073856",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",