@rspack-canary/browser 1.7.0-canary-633193aa-20251218194146 → 1.7.0-canary-9bcf957c-20251219051033

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
@@ -58222,7 +58222,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58222
58222
  if ("object" == typeof rspackFuture) {
58223
58223
  D(rspackFuture, "bundlerInfo", {});
58224
58224
  if ("object" == typeof rspackFuture.bundlerInfo) {
58225
- D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-633193aa-20251218194146");
58225
+ D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-9bcf957c-20251219051033");
58226
58226
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
58227
58227
  D(rspackFuture.bundlerInfo, "force", !library);
58228
58228
  }
@@ -62382,7 +62382,7 @@ class MultiStats {
62382
62382
  return obj;
62383
62383
  });
62384
62384
  if (childOptions.version) {
62385
- obj.rspackVersion = "1.7.0-canary-633193aa-20251218194146";
62385
+ obj.rspackVersion = "1.7.0-canary-9bcf957c-20251219051033";
62386
62386
  obj.version = "5.75.0";
62387
62387
  }
62388
62388
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -63698,7 +63698,7 @@ const SIMPLE_EXTRACTORS = {
63698
63698
  },
63699
63699
  version: (object)=>{
63700
63700
  object.version = "5.75.0";
63701
- object.rspackVersion = "1.7.0-canary-633193aa-20251218194146";
63701
+ object.rspackVersion = "1.7.0-canary-9bcf957c-20251219051033";
63702
63702
  },
63703
63703
  env: (object, _compilation, _context, { _env })=>{
63704
63704
  object.env = _env;
@@ -66853,7 +66853,7 @@ function transformSync(source, options) {
66853
66853
  const _options = JSON.stringify(options || {});
66854
66854
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
66855
66855
  }
66856
- const exports_rspackVersion = "1.7.0-canary-633193aa-20251218194146";
66856
+ const exports_rspackVersion = "1.7.0-canary-9bcf957c-20251219051033";
66857
66857
  const exports_version = "5.75.0";
66858
66858
  const exports_WebpackError = Error;
66859
66859
  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-633193aa-20251218194146",
3
+ "version": "1.7.0-canary-9bcf957c-20251219051033",
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.",