@rspack-canary/browser 1.7.0-canary-09dd289a-20260104030651 → 1.7.0-canary-0bd447a6-20260104074500
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
|
@@ -58461,7 +58461,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58461
58461
|
if ("object" == typeof rspackFuture) {
|
|
58462
58462
|
D(rspackFuture, "bundlerInfo", {});
|
|
58463
58463
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58464
|
-
D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-
|
|
58464
|
+
D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-0bd447a6-20260104074500");
|
|
58465
58465
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58466
58466
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58467
58467
|
}
|
|
@@ -62626,7 +62626,7 @@ class MultiStats {
|
|
|
62626
62626
|
return obj;
|
|
62627
62627
|
});
|
|
62628
62628
|
if (childOptions.version) {
|
|
62629
|
-
obj.rspackVersion = "1.7.0-canary-
|
|
62629
|
+
obj.rspackVersion = "1.7.0-canary-0bd447a6-20260104074500";
|
|
62630
62630
|
obj.version = "5.75.0";
|
|
62631
62631
|
}
|
|
62632
62632
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63942,7 +63942,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63942
63942
|
},
|
|
63943
63943
|
version: (object)=>{
|
|
63944
63944
|
object.version = "5.75.0";
|
|
63945
|
-
object.rspackVersion = "1.7.0-canary-
|
|
63945
|
+
object.rspackVersion = "1.7.0-canary-0bd447a6-20260104074500";
|
|
63946
63946
|
},
|
|
63947
63947
|
env: (object, _compilation, _context, { _env })=>{
|
|
63948
63948
|
object.env = _env;
|
|
@@ -67079,7 +67079,7 @@ function transformSync(source, options) {
|
|
|
67079
67079
|
const _options = JSON.stringify(options || {});
|
|
67080
67080
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
67081
67081
|
}
|
|
67082
|
-
const exports_rspackVersion = "1.7.0-canary-
|
|
67082
|
+
const exports_rspackVersion = "1.7.0-canary-0bd447a6-20260104074500";
|
|
67083
67083
|
const exports_version = "5.75.0";
|
|
67084
67084
|
const exports_WebpackError = Error;
|
|
67085
67085
|
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-
|
|
3
|
+
"version": "1.7.0-canary-0bd447a6-20260104074500",
|
|
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.",
|