@rspack-canary/browser 1.6.0-canary-5bacb922-20251015173619 → 1.6.0-canary-17d2172b-20251016033144
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
|
@@ -46605,7 +46605,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
46605
46605
|
if ("object" == typeof rspackFuture) {
|
|
46606
46606
|
D(rspackFuture, "bundlerInfo", {});
|
|
46607
46607
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
46608
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-
|
|
46608
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-17d2172b-20251016033144");
|
|
46609
46609
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
46610
46610
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
46611
46611
|
}
|
|
@@ -50548,7 +50548,7 @@ class MultiStats {
|
|
|
50548
50548
|
return obj;
|
|
50549
50549
|
});
|
|
50550
50550
|
if (childOptions.version) {
|
|
50551
|
-
obj.rspackVersion = "1.6.0-canary-
|
|
50551
|
+
obj.rspackVersion = "1.6.0-canary-17d2172b-20251016033144";
|
|
50552
50552
|
obj.version = "5.75.0";
|
|
50553
50553
|
}
|
|
50554
50554
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -51856,7 +51856,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
51856
51856
|
},
|
|
51857
51857
|
version: (object)=>{
|
|
51858
51858
|
object.version = "5.75.0";
|
|
51859
|
-
object.rspackVersion = "1.6.0-canary-
|
|
51859
|
+
object.rspackVersion = "1.6.0-canary-17d2172b-20251016033144";
|
|
51860
51860
|
},
|
|
51861
51861
|
env: (object, _compilation, _context, { _env })=>{
|
|
51862
51862
|
object.env = _env;
|
|
@@ -56326,7 +56326,7 @@ function transformSync(source, options) {
|
|
|
56326
56326
|
const _options = JSON.stringify(options || {});
|
|
56327
56327
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
56328
56328
|
}
|
|
56329
|
-
const exports_rspackVersion = "1.6.0-canary-
|
|
56329
|
+
const exports_rspackVersion = "1.6.0-canary-17d2172b-20251016033144";
|
|
56330
56330
|
const exports_version = "5.75.0";
|
|
56331
56331
|
const exports_WebpackError = Error;
|
|
56332
56332
|
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.6.0-canary-
|
|
3
|
+
"version": "1.6.0-canary-17d2172b-20251016033144",
|
|
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.",
|