@rspack-canary/browser 1.4.12-canary-d2f8a578-20250801090118 → 1.4.12-canary-4f117639-20250801093856

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
@@ -47068,7 +47068,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
47068
47068
  if ("object" == typeof rspackFuture) {
47069
47069
  D(rspackFuture, "bundlerInfo", {});
47070
47070
  if ("object" == typeof rspackFuture.bundlerInfo) {
47071
- D(rspackFuture.bundlerInfo, "version", "1.4.12-canary-d2f8a578-20250801090118");
47071
+ D(rspackFuture.bundlerInfo, "version", "1.4.12-canary-4f117639-20250801093856");
47072
47072
  D(rspackFuture.bundlerInfo, "bundler", "rspack");
47073
47073
  D(rspackFuture.bundlerInfo, "force", !library);
47074
47074
  }
@@ -50931,7 +50931,7 @@ class MultiStats {
50931
50931
  return obj;
50932
50932
  });
50933
50933
  if (childOptions.version) {
50934
- obj.rspackVersion = "1.4.12-canary-d2f8a578-20250801090118";
50934
+ obj.rspackVersion = "1.4.12-canary-4f117639-20250801093856";
50935
50935
  obj.version = "5.75.0";
50936
50936
  }
50937
50937
  if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
@@ -52241,7 +52241,7 @@ const SIMPLE_EXTRACTORS = {
52241
52241
  },
52242
52242
  version: (object)=>{
52243
52243
  object.version = "5.75.0";
52244
- object.rspackVersion = "1.4.12-canary-d2f8a578-20250801090118";
52244
+ object.rspackVersion = "1.4.12-canary-4f117639-20250801093856";
52245
52245
  },
52246
52246
  env: (object, _compilation, _context, { _env })=>{
52247
52247
  object.env = _env;
@@ -56828,7 +56828,7 @@ function transformSync(source, options) {
56828
56828
  const _options = JSON.stringify(options || {});
56829
56829
  return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
56830
56830
  }
56831
- const exports_rspackVersion = "1.4.12-canary-d2f8a578-20250801090118";
56831
+ const exports_rspackVersion = "1.4.12-canary-4f117639-20250801093856";
56832
56832
  const exports_version = "5.75.0";
56833
56833
  const exports_WebpackError = Error;
56834
56834
  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.4.12-canary-d2f8a578-20250801090118",
3
+ "version": "1.4.12-canary-4f117639-20250801093856",
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.",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "memfs": "4.20.0",
38
- "@rspack/binding": "npm:@rspack-canary/binding@1.4.12-canary-d2f8a578-20250801090118"
38
+ "@rspack/binding": "npm:@rspack-canary/binding@1.4.12-canary-4f117639-20250801093856"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@swc/helpers": ">=0.5.1"