@rspack-canary/browser 1.7.0-canary-53525daa-20251230053008 → 1.7.0-canary-9a468043-20251230094321

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
@@ -58462,7 +58462,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58462
58462
  if ("object" == typeof rspackFuture) {
58463
58463
  D(rspackFuture, "bundlerInfo", {});
58464
58464
  if ("object" == typeof rspackFuture.bundlerInfo) {
58465
- D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-53525daa-20251230053008");
58465
+ D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-9a468043-20251230094321");
58466
58466
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
58467
58467
  D(rspackFuture.bundlerInfo, "force", !library);
58468
58468
  }
@@ -62627,7 +62627,7 @@ class MultiStats {
62627
62627
  return obj;
62628
62628
  });
62629
62629
  if (childOptions.version) {
62630
- obj.rspackVersion = "1.7.0-canary-53525daa-20251230053008";
62630
+ obj.rspackVersion = "1.7.0-canary-9a468043-20251230094321";
62631
62631
  obj.version = "5.75.0";
62632
62632
  }
62633
62633
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -63943,7 +63943,7 @@ const SIMPLE_EXTRACTORS = {
63943
63943
  },
63944
63944
  version: (object)=>{
63945
63945
  object.version = "5.75.0";
63946
- object.rspackVersion = "1.7.0-canary-53525daa-20251230053008";
63946
+ object.rspackVersion = "1.7.0-canary-9a468043-20251230094321";
63947
63947
  },
63948
63948
  env: (object, _compilation, _context, { _env })=>{
63949
63949
  object.env = _env;
@@ -67080,7 +67080,7 @@ function transformSync(source, options) {
67080
67080
  const _options = JSON.stringify(options || {});
67081
67081
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
67082
67082
  }
67083
- const exports_rspackVersion = "1.7.0-canary-53525daa-20251230053008";
67083
+ const exports_rspackVersion = "1.7.0-canary-9a468043-20251230094321";
67084
67084
  const exports_version = "5.75.0";
67085
67085
  const exports_WebpackError = Error;
67086
67086
  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.7.0-canary-53525daa-20251230053008",
3
+ "version": "1.7.0-canary-9a468043-20251230094321",
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.",