@rspack-canary/browser 1.6.0-canary-505c7433-20251028174050 → 1.6.0-canary-34fbd33e-20251029061020
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
|
@@ -58107,7 +58107,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58107
58107
|
if ("object" == typeof rspackFuture) {
|
|
58108
58108
|
D(rspackFuture, "bundlerInfo", {});
|
|
58109
58109
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58110
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-
|
|
58110
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-34fbd33e-20251029061020");
|
|
58111
58111
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58112
58112
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58113
58113
|
}
|
|
@@ -62047,7 +62047,7 @@ class MultiStats {
|
|
|
62047
62047
|
return obj;
|
|
62048
62048
|
});
|
|
62049
62049
|
if (childOptions.version) {
|
|
62050
|
-
obj.rspackVersion = "1.6.0-canary-
|
|
62050
|
+
obj.rspackVersion = "1.6.0-canary-34fbd33e-20251029061020";
|
|
62051
62051
|
obj.version = "5.75.0";
|
|
62052
62052
|
}
|
|
62053
62053
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63352,7 +63352,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63352
63352
|
},
|
|
63353
63353
|
version: (object)=>{
|
|
63354
63354
|
object.version = "5.75.0";
|
|
63355
|
-
object.rspackVersion = "1.6.0-canary-
|
|
63355
|
+
object.rspackVersion = "1.6.0-canary-34fbd33e-20251029061020";
|
|
63356
63356
|
},
|
|
63357
63357
|
env: (object, _compilation, _context, { _env })=>{
|
|
63358
63358
|
object.env = _env;
|
|
@@ -66318,7 +66318,7 @@ function transformSync(source, options) {
|
|
|
66318
66318
|
const _options = JSON.stringify(options || {});
|
|
66319
66319
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66320
66320
|
}
|
|
66321
|
-
const exports_rspackVersion = "1.6.0-canary-
|
|
66321
|
+
const exports_rspackVersion = "1.6.0-canary-34fbd33e-20251029061020";
|
|
66322
66322
|
const exports_version = "5.75.0";
|
|
66323
66323
|
const exports_WebpackError = Error;
|
|
66324
66324
|
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-34fbd33e-20251029061020",
|
|
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.",
|