@rspack-canary/browser 1.7.0-canary-8fb5a12e-20251225173433 → 1.7.0-canary-3e8ba27b-20251227173645

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
@@ -58229,7 +58229,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58229
58229
  if ('object' == typeof rspackFuture) {
58230
58230
  D(rspackFuture, 'bundlerInfo', {});
58231
58231
  if ('object' == typeof rspackFuture.bundlerInfo) {
58232
- D(rspackFuture.bundlerInfo, 'version', "1.7.0-canary-8fb5a12e-20251225173433");
58232
+ D(rspackFuture.bundlerInfo, 'version', "1.7.0-canary-3e8ba27b-20251227173645");
58233
58233
  D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
58234
58234
  D(rspackFuture.bundlerInfo, 'force', !library);
58235
58235
  }
@@ -58302,7 +58302,7 @@ const applyModuleDefaults = (module1, { cache, asyncWebAssembly, css, targetProp
58302
58302
  assertNotNill(module1.generator['css/auto']);
58303
58303
  D(module1.generator['css/auto'], 'exportsOnly', !targetProperties || !targetProperties.document);
58304
58304
  D(module1.generator['css/auto'], 'exportsConvention', 'as-is');
58305
- const localIdentName = uniqueName && uniqueName.length > 0 ? '[uniqueName]-[id]-[local]' : '[id]-[local]';
58305
+ const localIdentName = 'development' === mode ? uniqueName && uniqueName.length > 0 ? '[uniqueName]-[id]-[local]' : '[id]-[local]' : '[fullhash]';
58306
58306
  D(module1.generator['css/auto'], 'localIdentName', localIdentName);
58307
58307
  D(module1.generator['css/auto'], 'esModule', true);
58308
58308
  F(module1.generator, 'css/module', ()=>({}));
@@ -62410,7 +62410,7 @@ class MultiStats {
62410
62410
  return obj;
62411
62411
  });
62412
62412
  if (childOptions.version) {
62413
- obj.rspackVersion = "1.7.0-canary-8fb5a12e-20251225173433";
62413
+ obj.rspackVersion = "1.7.0-canary-3e8ba27b-20251227173645";
62414
62414
  obj.version = "5.75.0";
62415
62415
  }
62416
62416
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
@@ -63726,7 +63726,7 @@ const SIMPLE_EXTRACTORS = {
63726
63726
  },
63727
63727
  version: (object)=>{
63728
63728
  object.version = "5.75.0";
63729
- object.rspackVersion = "1.7.0-canary-8fb5a12e-20251225173433";
63729
+ object.rspackVersion = "1.7.0-canary-3e8ba27b-20251227173645";
63730
63730
  },
63731
63731
  env: (object, _compilation, _context, { _env })=>{
63732
63732
  object.env = _env;
@@ -66863,7 +66863,7 @@ function transformSync(source, options) {
66863
66863
  const _options = JSON.stringify(options || {});
66864
66864
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
66865
66865
  }
66866
- const exports_rspackVersion = "1.7.0-canary-8fb5a12e-20251225173433";
66866
+ const exports_rspackVersion = "1.7.0-canary-3e8ba27b-20251227173645";
66867
66867
  const exports_version = "5.75.0";
66868
66868
  const exports_WebpackError = Error;
66869
66869
  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.0-canary-8fb5a12e-20251225173433",
3
+ "version": "1.7.0-canary-3e8ba27b-20251227173645",
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.",