@rspack-canary/browser 1.6.0-canary-0eb13821-20251021173640 → 1.6.0-canary-6cd722f4-20251022123039

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
@@ -42462,7 +42462,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
42462
42462
  if ("object" == typeof rspackFuture) {
42463
42463
  D(rspackFuture, "bundlerInfo", {});
42464
42464
  if ("object" == typeof rspackFuture.bundlerInfo) {
42465
- D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-0eb13821-20251021173640");
42465
+ D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-6cd722f4-20251022123039");
42466
42466
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
42467
42467
  D(rspackFuture.bundlerInfo, "force", !library);
42468
42468
  }
@@ -46418,7 +46418,7 @@ class MultiStats {
46418
46418
  return obj;
46419
46419
  });
46420
46420
  if (childOptions.version) {
46421
- obj.rspackVersion = "1.6.0-canary-0eb13821-20251021173640";
46421
+ obj.rspackVersion = "1.6.0-canary-6cd722f4-20251022123039";
46422
46422
  obj.version = "5.75.0";
46423
46423
  }
46424
46424
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -47733,7 +47733,7 @@ const SIMPLE_EXTRACTORS = {
47733
47733
  },
47734
47734
  version: (object)=>{
47735
47735
  object.version = "5.75.0";
47736
- object.rspackVersion = "1.6.0-canary-0eb13821-20251021173640";
47736
+ object.rspackVersion = "1.6.0-canary-6cd722f4-20251022123039";
47737
47737
  },
47738
47738
  env: (object, _compilation, _context, { _env })=>{
47739
47739
  object.env = _env;
@@ -50730,7 +50730,7 @@ function transformSync(source, options) {
50730
50730
  const _options = JSON.stringify(options || {});
50731
50731
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
50732
50732
  }
50733
- const exports_rspackVersion = "1.6.0-canary-0eb13821-20251021173640";
50733
+ const exports_rspackVersion = "1.6.0-canary-6cd722f4-20251022123039";
50734
50734
  const exports_version = "5.75.0";
50735
50735
  const exports_WebpackError = Error;
50736
50736
  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.0-canary-0eb13821-20251021173640",
3
+ "version": "1.6.0-canary-6cd722f4-20251022123039",
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.",