@rspack-canary/browser 1.5.4-canary-293975c9-20250911173900 → 1.5.4-canary-55493775-20250913173828
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
|
@@ -47071,7 +47071,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
47071
47071
|
if ("object" == typeof rspackFuture) {
|
|
47072
47072
|
D(rspackFuture, "bundlerInfo", {});
|
|
47073
47073
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
47074
|
-
D(rspackFuture.bundlerInfo, "version", "1.5.4-canary-
|
|
47074
|
+
D(rspackFuture.bundlerInfo, "version", "1.5.4-canary-55493775-20250913173828");
|
|
47075
47075
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
47076
47076
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
47077
47077
|
}
|
|
@@ -51167,7 +51167,7 @@ class MultiStats {
|
|
|
51167
51167
|
return obj;
|
|
51168
51168
|
});
|
|
51169
51169
|
if (childOptions.version) {
|
|
51170
|
-
obj.rspackVersion = "1.5.4-canary-
|
|
51170
|
+
obj.rspackVersion = "1.5.4-canary-55493775-20250913173828";
|
|
51171
51171
|
obj.version = "5.75.0";
|
|
51172
51172
|
}
|
|
51173
51173
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -52477,7 +52477,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
52477
52477
|
},
|
|
52478
52478
|
version: (object)=>{
|
|
52479
52479
|
object.version = "5.75.0";
|
|
52480
|
-
object.rspackVersion = "1.5.4-canary-
|
|
52480
|
+
object.rspackVersion = "1.5.4-canary-55493775-20250913173828";
|
|
52481
52481
|
},
|
|
52482
52482
|
env: (object, _compilation, _context, { _env })=>{
|
|
52483
52483
|
object.env = _env;
|
|
@@ -56926,7 +56926,7 @@ function transformSync(source, options) {
|
|
|
56926
56926
|
const _options = JSON.stringify(options || {});
|
|
56927
56927
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
56928
56928
|
}
|
|
56929
|
-
const exports_rspackVersion = "1.5.4-canary-
|
|
56929
|
+
const exports_rspackVersion = "1.5.4-canary-55493775-20250913173828";
|
|
56930
56930
|
const exports_version = "5.75.0";
|
|
56931
56931
|
const exports_WebpackError = Error;
|
|
56932
56932
|
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.5.4-canary-
|
|
3
|
+
"version": "1.5.4-canary-55493775-20250913173828",
|
|
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.",
|