@rspack-canary/browser 1.5.9-canary-61eba72c-20251001174057 → 1.5.9-canary-34aec484-20251002173625

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
@@ -46644,7 +46644,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
46644
46644
  if ("object" == typeof rspackFuture) {
46645
46645
  D(rspackFuture, "bundlerInfo", {});
46646
46646
  if ("object" == typeof rspackFuture.bundlerInfo) {
46647
- D(rspackFuture.bundlerInfo, "version", "1.5.9-canary-61eba72c-20251001174057");
46647
+ D(rspackFuture.bundlerInfo, "version", "1.5.9-canary-34aec484-20251002173625");
46648
46648
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
46649
46649
  D(rspackFuture.bundlerInfo, "force", !library);
46650
46650
  }
@@ -50745,7 +50745,7 @@ class MultiStats {
50745
50745
  return obj;
50746
50746
  });
50747
50747
  if (childOptions.version) {
50748
- obj.rspackVersion = "1.5.9-canary-61eba72c-20251001174057";
50748
+ obj.rspackVersion = "1.5.9-canary-34aec484-20251002173625";
50749
50749
  obj.version = "5.75.0";
50750
50750
  }
50751
50751
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -52053,7 +52053,7 @@ const SIMPLE_EXTRACTORS = {
52053
52053
  },
52054
52054
  version: (object)=>{
52055
52055
  object.version = "5.75.0";
52056
- object.rspackVersion = "1.5.9-canary-61eba72c-20251001174057";
52056
+ object.rspackVersion = "1.5.9-canary-34aec484-20251002173625";
52057
52057
  },
52058
52058
  env: (object, _compilation, _context, { _env })=>{
52059
52059
  object.env = _env;
@@ -56518,7 +56518,7 @@ function transformSync(source, options) {
56518
56518
  const _options = JSON.stringify(options || {});
56519
56519
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
56520
56520
  }
56521
- const exports_rspackVersion = "1.5.9-canary-61eba72c-20251001174057";
56521
+ const exports_rspackVersion = "1.5.9-canary-34aec484-20251002173625";
56522
56522
  const exports_version = "5.75.0";
56523
56523
  const exports_WebpackError = Error;
56524
56524
  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.5.9-canary-61eba72c-20251001174057",
3
+ "version": "1.5.9-canary-34aec484-20251002173625",
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.",