@rspack-canary/browser 1.6.0-canary-c1ffd5c5-20251016085846 → 1.6.0-canary-2ccce257-20251016173648
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
|
@@ -46918,7 +46918,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
46918
46918
|
if ("object" == typeof rspackFuture) {
|
|
46919
46919
|
D(rspackFuture, "bundlerInfo", {});
|
|
46920
46920
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
46921
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-
|
|
46921
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-2ccce257-20251016173648");
|
|
46922
46922
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
46923
46923
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
46924
46924
|
}
|
|
@@ -50861,7 +50861,7 @@ class MultiStats {
|
|
|
50861
50861
|
return obj;
|
|
50862
50862
|
});
|
|
50863
50863
|
if (childOptions.version) {
|
|
50864
|
-
obj.rspackVersion = "1.6.0-canary-
|
|
50864
|
+
obj.rspackVersion = "1.6.0-canary-2ccce257-20251016173648";
|
|
50865
50865
|
obj.version = "5.75.0";
|
|
50866
50866
|
}
|
|
50867
50867
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -52169,7 +52169,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
52169
52169
|
},
|
|
52170
52170
|
version: (object)=>{
|
|
52171
52171
|
object.version = "5.75.0";
|
|
52172
|
-
object.rspackVersion = "1.6.0-canary-
|
|
52172
|
+
object.rspackVersion = "1.6.0-canary-2ccce257-20251016173648";
|
|
52173
52173
|
},
|
|
52174
52174
|
env: (object, _compilation, _context, { _env })=>{
|
|
52175
52175
|
object.env = _env;
|
|
@@ -56637,7 +56637,7 @@ function transformSync(source, options) {
|
|
|
56637
56637
|
const _options = JSON.stringify(options || {});
|
|
56638
56638
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
56639
56639
|
}
|
|
56640
|
-
const exports_rspackVersion = "1.6.0-canary-
|
|
56640
|
+
const exports_rspackVersion = "1.6.0-canary-2ccce257-20251016173648";
|
|
56641
56641
|
const exports_version = "5.75.0";
|
|
56642
56642
|
const exports_WebpackError = Error;
|
|
56643
56643
|
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-2ccce257-20251016173648",
|
|
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.",
|