@rspack-canary/browser 1.5.4-canary-4bf6f74a-20250909153137 → 1.5.4-canary-88f77395-20250909163743

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
@@ -47073,7 +47073,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
47073
47073
  if ("object" == typeof rspackFuture) {
47074
47074
  D(rspackFuture, "bundlerInfo", {});
47075
47075
  if ("object" == typeof rspackFuture.bundlerInfo) {
47076
- D(rspackFuture.bundlerInfo, "version", "1.5.4-canary-4bf6f74a-20250909153137");
47076
+ D(rspackFuture.bundlerInfo, "version", "1.5.4-canary-88f77395-20250909163743");
47077
47077
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
47078
47078
  D(rspackFuture.bundlerInfo, "force", !library);
47079
47079
  }
@@ -51169,7 +51169,7 @@ class MultiStats {
51169
51169
  return obj;
51170
51170
  });
51171
51171
  if (childOptions.version) {
51172
- obj.rspackVersion = "1.5.4-canary-4bf6f74a-20250909153137";
51172
+ obj.rspackVersion = "1.5.4-canary-88f77395-20250909163743";
51173
51173
  obj.version = "5.75.0";
51174
51174
  }
51175
51175
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -52479,7 +52479,7 @@ const SIMPLE_EXTRACTORS = {
52479
52479
  },
52480
52480
  version: (object)=>{
52481
52481
  object.version = "5.75.0";
52482
- object.rspackVersion = "1.5.4-canary-4bf6f74a-20250909153137";
52482
+ object.rspackVersion = "1.5.4-canary-88f77395-20250909163743";
52483
52483
  },
52484
52484
  env: (object, _compilation, _context, { _env })=>{
52485
52485
  object.env = _env;
@@ -56928,7 +56928,7 @@ function transformSync(source, options) {
56928
56928
  const _options = JSON.stringify(options || {});
56929
56929
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
56930
56930
  }
56931
- const exports_rspackVersion = "1.5.4-canary-4bf6f74a-20250909153137";
56931
+ const exports_rspackVersion = "1.5.4-canary-88f77395-20250909163743";
56932
56932
  const exports_version = "5.75.0";
56933
56933
  const exports_WebpackError = Error;
56934
56934
  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.4-canary-4bf6f74a-20250909153137",
3
+ "version": "1.5.4-canary-88f77395-20250909163743",
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.",