@rspack-canary/browser 1.6.0-canary-beafb11e-20251017173713 → 1.6.0-canary-beafb11e-20251018173706

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
@@ -42459,7 +42459,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
42459
42459
  if ("object" == typeof rspackFuture) {
42460
42460
  D(rspackFuture, "bundlerInfo", {});
42461
42461
  if ("object" == typeof rspackFuture.bundlerInfo) {
42462
- D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-beafb11e-20251017173713");
42462
+ D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-beafb11e-20251018173706");
42463
42463
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
42464
42464
  D(rspackFuture.bundlerInfo, "force", !library);
42465
42465
  }
@@ -46409,7 +46409,7 @@ class MultiStats {
46409
46409
  return obj;
46410
46410
  });
46411
46411
  if (childOptions.version) {
46412
- obj.rspackVersion = "1.6.0-canary-beafb11e-20251017173713";
46412
+ obj.rspackVersion = "1.6.0-canary-beafb11e-20251018173706";
46413
46413
  obj.version = "5.75.0";
46414
46414
  }
46415
46415
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -47717,7 +47717,7 @@ const SIMPLE_EXTRACTORS = {
47717
47717
  },
47718
47718
  version: (object)=>{
47719
47719
  object.version = "5.75.0";
47720
- object.rspackVersion = "1.6.0-canary-beafb11e-20251017173713";
47720
+ object.rspackVersion = "1.6.0-canary-beafb11e-20251018173706";
47721
47721
  },
47722
47722
  env: (object, _compilation, _context, { _env })=>{
47723
47723
  object.env = _env;
@@ -50739,7 +50739,7 @@ function transformSync(source, options) {
50739
50739
  const _options = JSON.stringify(options || {});
50740
50740
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
50741
50741
  }
50742
- const exports_rspackVersion = "1.6.0-canary-beafb11e-20251017173713";
50742
+ const exports_rspackVersion = "1.6.0-canary-beafb11e-20251018173706";
50743
50743
  const exports_version = "5.75.0";
50744
50744
  const exports_WebpackError = Error;
50745
50745
  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-beafb11e-20251017173713",
3
+ "version": "1.6.0-canary-beafb11e-20251018173706",
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.",