@rspack/browser 1.7.11 → 1.7.12

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
@@ -58165,7 +58165,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58165
58165
  if ('object' == typeof rspackFuture) {
58166
58166
  D(rspackFuture, 'bundlerInfo', {});
58167
58167
  if ('object' == typeof rspackFuture.bundlerInfo) {
58168
- D(rspackFuture.bundlerInfo, 'version', "1.7.11");
58168
+ D(rspackFuture.bundlerInfo, 'version', "1.7.12");
58169
58169
  D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
58170
58170
  D(rspackFuture.bundlerInfo, 'force', !library);
58171
58171
  }
@@ -60435,7 +60435,7 @@ class MultiStats {
60435
60435
  return obj;
60436
60436
  });
60437
60437
  if (childOptions.version) {
60438
- obj.rspackVersion = "1.7.11";
60438
+ obj.rspackVersion = "1.7.12";
60439
60439
  obj.version = "5.75.0";
60440
60440
  }
60441
60441
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
@@ -62275,7 +62275,7 @@ const SIMPLE_EXTRACTORS = {
62275
62275
  },
62276
62276
  version: (object)=>{
62277
62277
  object.version = "5.75.0";
62278
- object.rspackVersion = "1.7.11";
62278
+ object.rspackVersion = "1.7.12";
62279
62279
  },
62280
62280
  env: (object, _compilation, _context, { _env })=>{
62281
62281
  object.env = _env;
@@ -67006,7 +67006,7 @@ function transformSync(source, options) {
67006
67006
  const _options = JSON.stringify(options || {});
67007
67007
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
67008
67008
  }
67009
- const exports_rspackVersion = "1.7.11";
67009
+ const exports_rspackVersion = "1.7.12";
67010
67010
  const exports_version = "5.75.0";
67011
67011
  const exports_WebpackError = Error;
67012
67012
  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/browser",
3
- "version": "1.7.11",
3
+ "version": "1.7.12",
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.",