@rspack-canary/browser 1.6.5-canary-57e2a56d-20251120152633 → 1.6.5-canary-480f74ac-20251120174032

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
@@ -58137,7 +58137,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
58137
58137
  if ("object" == typeof rspackFuture) {
58138
58138
  D(rspackFuture, "bundlerInfo", {});
58139
58139
  if ("object" == typeof rspackFuture.bundlerInfo) {
58140
- D(rspackFuture.bundlerInfo, "version", "1.6.5-canary-57e2a56d-20251120152633");
58140
+ D(rspackFuture.bundlerInfo, "version", "1.6.5-canary-480f74ac-20251120174032");
58141
58141
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
58142
58142
  D(rspackFuture.bundlerInfo, "force", !library);
58143
58143
  }
@@ -62086,7 +62086,7 @@ class MultiStats {
62086
62086
  return obj;
62087
62087
  });
62088
62088
  if (childOptions.version) {
62089
- obj.rspackVersion = "1.6.5-canary-57e2a56d-20251120152633";
62089
+ obj.rspackVersion = "1.6.5-canary-480f74ac-20251120174032";
62090
62090
  obj.version = "5.75.0";
62091
62091
  }
62092
62092
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -63391,7 +63391,7 @@ const SIMPLE_EXTRACTORS = {
63391
63391
  },
63392
63392
  version: (object)=>{
63393
63393
  object.version = "5.75.0";
63394
- object.rspackVersion = "1.6.5-canary-57e2a56d-20251120152633";
63394
+ object.rspackVersion = "1.6.5-canary-480f74ac-20251120174032";
63395
63395
  },
63396
63396
  env: (object, _compilation, _context, { _env })=>{
63397
63397
  object.env = _env;
@@ -66528,7 +66528,7 @@ function transformSync(source, options) {
66528
66528
  const _options = JSON.stringify(options || {});
66529
66529
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
66530
66530
  }
66531
- const exports_rspackVersion = "1.6.5-canary-57e2a56d-20251120152633";
66531
+ const exports_rspackVersion = "1.6.5-canary-480f74ac-20251120174032";
66532
66532
  const exports_version = "5.75.0";
66533
66533
  const exports_WebpackError = Error;
66534
66534
  const sources = __webpack_require__("../../node_modules/.pnpm/webpack-sources@3.3.3_patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee/node_modules/webpack-sources/lib/index.js");
@@ -1517,6 +1517,8 @@ export interface KnownAssetInfo {
1517
1517
  cssUnusedIdents?: Array<string>
1518
1518
  /** whether this asset is over the size limit */
1519
1519
  isOverSizeLimit?: boolean
1520
+ /** the asset type */
1521
+ assetType?: string
1520
1522
  }
1521
1523
 
1522
1524
  export declare function loadBrowserslist(input: string | undefined | null, context: string): Array<string> | null
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/browser",
3
- "version": "1.6.5-canary-57e2a56d-20251120152633",
3
+ "version": "1.6.5-canary-480f74ac-20251120174032",
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.",