@rspack-canary/browser 1.5.6-canary-7c0091e4-20250920173916 → 1.5.6-canary-e598f284-20250921173624
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
|
@@ -47098,7 +47098,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
47098
47098
|
if ("object" == typeof rspackFuture) {
|
|
47099
47099
|
D(rspackFuture, "bundlerInfo", {});
|
|
47100
47100
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
47101
|
-
D(rspackFuture.bundlerInfo, "version", "1.5.6-canary-
|
|
47101
|
+
D(rspackFuture.bundlerInfo, "version", "1.5.6-canary-e598f284-20250921173624");
|
|
47102
47102
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
47103
47103
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
47104
47104
|
}
|
|
@@ -51197,7 +51197,7 @@ class MultiStats {
|
|
|
51197
51197
|
return obj;
|
|
51198
51198
|
});
|
|
51199
51199
|
if (childOptions.version) {
|
|
51200
|
-
obj.rspackVersion = "1.5.6-canary-
|
|
51200
|
+
obj.rspackVersion = "1.5.6-canary-e598f284-20250921173624";
|
|
51201
51201
|
obj.version = "5.75.0";
|
|
51202
51202
|
}
|
|
51203
51203
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -52504,7 +52504,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
52504
52504
|
},
|
|
52505
52505
|
version: (object)=>{
|
|
52506
52506
|
object.version = "5.75.0";
|
|
52507
|
-
object.rspackVersion = "1.5.6-canary-
|
|
52507
|
+
object.rspackVersion = "1.5.6-canary-e598f284-20250921173624";
|
|
52508
52508
|
},
|
|
52509
52509
|
env: (object, _compilation, _context, { _env })=>{
|
|
52510
52510
|
object.env = _env;
|
|
@@ -56953,7 +56953,7 @@ function transformSync(source, options) {
|
|
|
56953
56953
|
const _options = JSON.stringify(options || {});
|
|
56954
56954
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
56955
56955
|
}
|
|
56956
|
-
const exports_rspackVersion = "1.5.6-canary-
|
|
56956
|
+
const exports_rspackVersion = "1.5.6-canary-e598f284-20250921173624";
|
|
56957
56957
|
const exports_version = "5.75.0";
|
|
56958
56958
|
const exports_WebpackError = Error;
|
|
56959
56959
|
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.6-canary-
|
|
3
|
+
"version": "1.5.6-canary-e598f284-20250921173624",
|
|
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.",
|