@rspack-canary/browser 1.7.1-canary-87f1338b-20260106141953 → 1.7.2-canary-2ed15762-20260106174500

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
@@ -58172,7 +58172,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58172
58172
  if ('object' == typeof rspackFuture) {
58173
58173
  D(rspackFuture, 'bundlerInfo', {});
58174
58174
  if ('object' == typeof rspackFuture.bundlerInfo) {
58175
- D(rspackFuture.bundlerInfo, 'version', "1.7.1-canary-87f1338b-20260106141953");
58175
+ D(rspackFuture.bundlerInfo, 'version', "1.7.2-canary-2ed15762-20260106174500");
58176
58176
  D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
58177
58177
  D(rspackFuture.bundlerInfo, 'force', !library);
58178
58178
  }
@@ -60441,7 +60441,7 @@ class MultiStats {
60441
60441
  return obj;
60442
60442
  });
60443
60443
  if (childOptions.version) {
60444
- obj.rspackVersion = "1.7.1-canary-87f1338b-20260106141953";
60444
+ obj.rspackVersion = "1.7.2-canary-2ed15762-20260106174500";
60445
60445
  obj.version = "5.75.0";
60446
60446
  }
60447
60447
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
@@ -62273,7 +62273,7 @@ const SIMPLE_EXTRACTORS = {
62273
62273
  },
62274
62274
  version: (object)=>{
62275
62275
  object.version = "5.75.0";
62276
- object.rspackVersion = "1.7.1-canary-87f1338b-20260106141953";
62276
+ object.rspackVersion = "1.7.2-canary-2ed15762-20260106174500";
62277
62277
  },
62278
62278
  env: (object, _compilation, _context, { _env })=>{
62279
62279
  object.env = _env;
@@ -66940,7 +66940,7 @@ function transformSync(source, options) {
66940
66940
  const _options = JSON.stringify(options || {});
66941
66941
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
66942
66942
  }
66943
- const exports_rspackVersion = "1.7.1-canary-87f1338b-20260106141953";
66943
+ const exports_rspackVersion = "1.7.2-canary-2ed15762-20260106174500";
66944
66944
  const exports_version = "5.75.0";
66945
66945
  const exports_WebpackError = Error;
66946
66946
  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.1-canary-87f1338b-20260106141953",
3
+ "version": "1.7.2-canary-2ed15762-20260106174500",
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.",