@rspack-canary/browser 1.6.2-canary-86b743b4-20251108173831 → 1.6.2-canary-939d9a81-20251109174505
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
|
@@ -58126,7 +58126,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58126
58126
|
if ("object" == typeof rspackFuture) {
|
|
58127
58127
|
D(rspackFuture, "bundlerInfo", {});
|
|
58128
58128
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58129
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.2-canary-
|
|
58129
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.2-canary-939d9a81-20251109174505");
|
|
58130
58130
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58131
58131
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58132
58132
|
}
|
|
@@ -62074,7 +62074,7 @@ class MultiStats {
|
|
|
62074
62074
|
return obj;
|
|
62075
62075
|
});
|
|
62076
62076
|
if (childOptions.version) {
|
|
62077
|
-
obj.rspackVersion = "1.6.2-canary-
|
|
62077
|
+
obj.rspackVersion = "1.6.2-canary-939d9a81-20251109174505";
|
|
62078
62078
|
obj.version = "5.75.0";
|
|
62079
62079
|
}
|
|
62080
62080
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63379,7 +63379,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63379
63379
|
},
|
|
63380
63380
|
version: (object)=>{
|
|
63381
63381
|
object.version = "5.75.0";
|
|
63382
|
-
object.rspackVersion = "1.6.2-canary-
|
|
63382
|
+
object.rspackVersion = "1.6.2-canary-939d9a81-20251109174505";
|
|
63383
63383
|
},
|
|
63384
63384
|
env: (object, _compilation, _context, { _env })=>{
|
|
63385
63385
|
object.env = _env;
|
|
@@ -66345,7 +66345,7 @@ function transformSync(source, options) {
|
|
|
66345
66345
|
const _options = JSON.stringify(options || {});
|
|
66346
66346
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66347
66347
|
}
|
|
66348
|
-
const exports_rspackVersion = "1.6.2-canary-
|
|
66348
|
+
const exports_rspackVersion = "1.6.2-canary-939d9a81-20251109174505";
|
|
66349
66349
|
const exports_version = "5.75.0";
|
|
66350
66350
|
const exports_WebpackError = Error;
|
|
66351
66351
|
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.2-canary-
|
|
3
|
+
"version": "1.6.2-canary-939d9a81-20251109174505",
|
|
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.",
|