@rspack-canary/browser 1.6.5-canary-a407d226-20251124112255 → 1.6.5-canary-a27f526c-20251125032833
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
|
@@ -58141,7 +58141,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58141
58141
|
if ("object" == typeof rspackFuture) {
|
|
58142
58142
|
D(rspackFuture, "bundlerInfo", {});
|
|
58143
58143
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58144
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.5-canary-
|
|
58144
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.5-canary-a27f526c-20251125032833");
|
|
58145
58145
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58146
58146
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58147
58147
|
}
|
|
@@ -62090,7 +62090,7 @@ class MultiStats {
|
|
|
62090
62090
|
return obj;
|
|
62091
62091
|
});
|
|
62092
62092
|
if (childOptions.version) {
|
|
62093
|
-
obj.rspackVersion = "1.6.5-canary-
|
|
62093
|
+
obj.rspackVersion = "1.6.5-canary-a27f526c-20251125032833";
|
|
62094
62094
|
obj.version = "5.75.0";
|
|
62095
62095
|
}
|
|
62096
62096
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63395,7 +63395,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63395
63395
|
},
|
|
63396
63396
|
version: (object)=>{
|
|
63397
63397
|
object.version = "5.75.0";
|
|
63398
|
-
object.rspackVersion = "1.6.5-canary-
|
|
63398
|
+
object.rspackVersion = "1.6.5-canary-a27f526c-20251125032833";
|
|
63399
63399
|
},
|
|
63400
63400
|
env: (object, _compilation, _context, { _env })=>{
|
|
63401
63401
|
object.env = _env;
|
|
@@ -67042,7 +67042,7 @@ function transformSync(source, options) {
|
|
|
67042
67042
|
const _options = JSON.stringify(options || {});
|
|
67043
67043
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
67044
67044
|
}
|
|
67045
|
-
const exports_rspackVersion = "1.6.5-canary-
|
|
67045
|
+
const exports_rspackVersion = "1.6.5-canary-a27f526c-20251125032833";
|
|
67046
67046
|
const exports_version = "5.75.0";
|
|
67047
67047
|
const exports_WebpackError = Error;
|
|
67048
67048
|
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.5-canary-
|
|
3
|
+
"version": "1.6.5-canary-a27f526c-20251125032833",
|
|
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.",
|