@rspack-canary/browser 1.6.5-canary-aa49744b-20251119174225 → 1.6.5-canary-886f4882-20251120061913

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
@@ -58137,7 +58137,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58137
58137
  if ("object" == typeof rspackFuture) {
58138
58138
  D(rspackFuture, "bundlerInfo", {});
58139
58139
  if ("object" == typeof rspackFuture.bundlerInfo) {
58140
- D(rspackFuture.bundlerInfo, "version", "1.6.5-canary-aa49744b-20251119174225");
58140
+ D(rspackFuture.bundlerInfo, "version", "1.6.5-canary-886f4882-20251120061913");
58141
58141
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
58142
58142
  D(rspackFuture.bundlerInfo, "force", !library);
58143
58143
  }
@@ -62086,7 +62086,7 @@ class MultiStats {
62086
62086
  return obj;
62087
62087
  });
62088
62088
  if (childOptions.version) {
62089
- obj.rspackVersion = "1.6.5-canary-aa49744b-20251119174225";
62089
+ obj.rspackVersion = "1.6.5-canary-886f4882-20251120061913";
62090
62090
  obj.version = "5.75.0";
62091
62091
  }
62092
62092
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -63391,7 +63391,7 @@ const SIMPLE_EXTRACTORS = {
63391
63391
  },
63392
63392
  version: (object)=>{
63393
63393
  object.version = "5.75.0";
63394
- object.rspackVersion = "1.6.5-canary-aa49744b-20251119174225";
63394
+ object.rspackVersion = "1.6.5-canary-886f4882-20251120061913";
63395
63395
  },
63396
63396
  env: (object, _compilation, _context, { _env })=>{
63397
63397
  object.env = _env;
@@ -66528,7 +66528,7 @@ function transformSync(source, options) {
66528
66528
  const _options = JSON.stringify(options || {});
66529
66529
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
66530
66530
  }
66531
- const exports_rspackVersion = "1.6.5-canary-aa49744b-20251119174225";
66531
+ const exports_rspackVersion = "1.6.5-canary-886f4882-20251120061913";
66532
66532
  const exports_version = "5.75.0";
66533
66533
  const exports_WebpackError = Error;
66534
66534
  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.5-canary-aa49744b-20251119174225",
3
+ "version": "1.6.5-canary-886f4882-20251120061913",
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.",