@rspack-canary/browser 1.6.0-canary-b6c91e1b-20251025173615 → 1.6.0-canary-b6c91e1b-20251026173707

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
@@ -42474,7 +42474,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
42474
42474
  if ("object" == typeof rspackFuture) {
42475
42475
  D(rspackFuture, "bundlerInfo", {});
42476
42476
  if ("object" == typeof rspackFuture.bundlerInfo) {
42477
- D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-b6c91e1b-20251025173615");
42477
+ D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-b6c91e1b-20251026173707");
42478
42478
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
42479
42479
  D(rspackFuture.bundlerInfo, "force", !library);
42480
42480
  }
@@ -46414,7 +46414,7 @@ class MultiStats {
46414
46414
  return obj;
46415
46415
  });
46416
46416
  if (childOptions.version) {
46417
- obj.rspackVersion = "1.6.0-canary-b6c91e1b-20251025173615";
46417
+ obj.rspackVersion = "1.6.0-canary-b6c91e1b-20251026173707";
46418
46418
  obj.version = "5.75.0";
46419
46419
  }
46420
46420
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -47719,7 +47719,7 @@ const SIMPLE_EXTRACTORS = {
47719
47719
  },
47720
47720
  version: (object)=>{
47721
47721
  object.version = "5.75.0";
47722
- object.rspackVersion = "1.6.0-canary-b6c91e1b-20251025173615";
47722
+ object.rspackVersion = "1.6.0-canary-b6c91e1b-20251026173707";
47723
47723
  },
47724
47724
  env: (object, _compilation, _context, { _env })=>{
47725
47725
  object.env = _env;
@@ -50685,7 +50685,7 @@ function transformSync(source, options) {
50685
50685
  const _options = JSON.stringify(options || {});
50686
50686
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
50687
50687
  }
50688
- const exports_rspackVersion = "1.6.0-canary-b6c91e1b-20251025173615";
50688
+ const exports_rspackVersion = "1.6.0-canary-b6c91e1b-20251026173707";
50689
50689
  const exports_version = "5.75.0";
50690
50690
  const exports_WebpackError = Error;
50691
50691
  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-b6c91e1b-20251025173615",
3
+ "version": "1.6.0-canary-b6c91e1b-20251026173707",
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.",