@rspack-canary/browser 1.5.8-canary-15732646-20250926173747 → 1.5.8-canary-15732646-20250927173602
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 +4 -4
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -46610,7 +46610,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
46610
46610
|
if ("object" == typeof rspackFuture) {
|
|
46611
46611
|
D(rspackFuture, "bundlerInfo", {});
|
|
46612
46612
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
46613
|
-
D(rspackFuture.bundlerInfo, "version", "1.5.8-canary-15732646-
|
|
46613
|
+
D(rspackFuture.bundlerInfo, "version", "1.5.8-canary-15732646-20250927173602");
|
|
46614
46614
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
46615
46615
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
46616
46616
|
}
|
|
@@ -50711,7 +50711,7 @@ class MultiStats {
|
|
|
50711
50711
|
return obj;
|
|
50712
50712
|
});
|
|
50713
50713
|
if (childOptions.version) {
|
|
50714
|
-
obj.rspackVersion = "1.5.8-canary-15732646-
|
|
50714
|
+
obj.rspackVersion = "1.5.8-canary-15732646-20250927173602";
|
|
50715
50715
|
obj.version = "5.75.0";
|
|
50716
50716
|
}
|
|
50717
50717
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -52018,7 +52018,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
52018
52018
|
},
|
|
52019
52019
|
version: (object)=>{
|
|
52020
52020
|
object.version = "5.75.0";
|
|
52021
|
-
object.rspackVersion = "1.5.8-canary-15732646-
|
|
52021
|
+
object.rspackVersion = "1.5.8-canary-15732646-20250927173602";
|
|
52022
52022
|
},
|
|
52023
52023
|
env: (object, _compilation, _context, { _env })=>{
|
|
52024
52024
|
object.env = _env;
|
|
@@ -56482,7 +56482,7 @@ function transformSync(source, options) {
|
|
|
56482
56482
|
const _options = JSON.stringify(options || {});
|
|
56483
56483
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
56484
56484
|
}
|
|
56485
|
-
const exports_rspackVersion = "1.5.8-canary-15732646-
|
|
56485
|
+
const exports_rspackVersion = "1.5.8-canary-15732646-20250927173602";
|
|
56486
56486
|
const exports_version = "5.75.0";
|
|
56487
56487
|
const exports_WebpackError = Error;
|
|
56488
56488
|
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.5.8-canary-15732646-
|
|
3
|
+
"version": "1.5.8-canary-15732646-20250927173602",
|
|
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.",
|