@rspack-canary/browser 1.5.6-canary-95c56d3d-20250917183900 → 1.5.6-canary-9360f4d0-20250918174212

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
@@ -47070,7 +47070,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
47070
47070
  if ("object" == typeof rspackFuture) {
47071
47071
  D(rspackFuture, "bundlerInfo", {});
47072
47072
  if ("object" == typeof rspackFuture.bundlerInfo) {
47073
- D(rspackFuture.bundlerInfo, "version", "1.5.6-canary-95c56d3d-20250917183900");
47073
+ D(rspackFuture.bundlerInfo, "version", "1.5.6-canary-9360f4d0-20250918174212");
47074
47074
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
47075
47075
  D(rspackFuture.bundlerInfo, "force", !library);
47076
47076
  }
@@ -51166,7 +51166,7 @@ class MultiStats {
51166
51166
  return obj;
51167
51167
  });
51168
51168
  if (childOptions.version) {
51169
- obj.rspackVersion = "1.5.6-canary-95c56d3d-20250917183900";
51169
+ obj.rspackVersion = "1.5.6-canary-9360f4d0-20250918174212";
51170
51170
  obj.version = "5.75.0";
51171
51171
  }
51172
51172
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -52476,7 +52476,7 @@ const SIMPLE_EXTRACTORS = {
52476
52476
  },
52477
52477
  version: (object)=>{
52478
52478
  object.version = "5.75.0";
52479
- object.rspackVersion = "1.5.6-canary-95c56d3d-20250917183900";
52479
+ object.rspackVersion = "1.5.6-canary-9360f4d0-20250918174212";
52480
52480
  },
52481
52481
  env: (object, _compilation, _context, { _env })=>{
52482
52482
  object.env = _env;
@@ -56925,7 +56925,7 @@ function transformSync(source, options) {
56925
56925
  const _options = JSON.stringify(options || {});
56926
56926
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
56927
56927
  }
56928
- const exports_rspackVersion = "1.5.6-canary-95c56d3d-20250917183900";
56928
+ const exports_rspackVersion = "1.5.6-canary-9360f4d0-20250918174212";
56929
56929
  const exports_version = "5.75.0";
56930
56930
  const exports_WebpackError = Error;
56931
56931
  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.6-canary-95c56d3d-20250917183900",
3
+ "version": "1.5.6-canary-9360f4d0-20250918174212",
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.",