@rspack-canary/browser 1.7.0-canary-702525ba-20251219173301 → 1.7.0-canary-8f14e31b-20251221173328
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
|
@@ -58222,7 +58222,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58222
58222
|
if ("object" == typeof rspackFuture) {
|
|
58223
58223
|
D(rspackFuture, "bundlerInfo", {});
|
|
58224
58224
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58225
|
-
D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-
|
|
58225
|
+
D(rspackFuture.bundlerInfo, "version", "1.7.0-canary-8f14e31b-20251221173328");
|
|
58226
58226
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58227
58227
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58228
58228
|
}
|
|
@@ -62382,7 +62382,7 @@ class MultiStats {
|
|
|
62382
62382
|
return obj;
|
|
62383
62383
|
});
|
|
62384
62384
|
if (childOptions.version) {
|
|
62385
|
-
obj.rspackVersion = "1.7.0-canary-
|
|
62385
|
+
obj.rspackVersion = "1.7.0-canary-8f14e31b-20251221173328";
|
|
62386
62386
|
obj.version = "5.75.0";
|
|
62387
62387
|
}
|
|
62388
62388
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63698,7 +63698,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63698
63698
|
},
|
|
63699
63699
|
version: (object)=>{
|
|
63700
63700
|
object.version = "5.75.0";
|
|
63701
|
-
object.rspackVersion = "1.7.0-canary-
|
|
63701
|
+
object.rspackVersion = "1.7.0-canary-8f14e31b-20251221173328";
|
|
63702
63702
|
},
|
|
63703
63703
|
env: (object, _compilation, _context, { _env })=>{
|
|
63704
63704
|
object.env = _env;
|
|
@@ -66835,7 +66835,7 @@ function transformSync(source, options) {
|
|
|
66835
66835
|
const _options = JSON.stringify(options || {});
|
|
66836
66836
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66837
66837
|
}
|
|
66838
|
-
const exports_rspackVersion = "1.7.0-canary-
|
|
66838
|
+
const exports_rspackVersion = "1.7.0-canary-8f14e31b-20251221173328";
|
|
66839
66839
|
const exports_version = "5.75.0";
|
|
66840
66840
|
const exports_WebpackError = Error;
|
|
66841
66841
|
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.7.0-canary-
|
|
3
|
+
"version": "1.7.0-canary-8f14e31b-20251221173328",
|
|
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.",
|