@rspack-canary/browser 1.7.3-canary-26c87d78-20260113175831 → 1.7.3-canary-785c0f6f-20260114175124
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
|
@@ -58216,7 +58216,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58216
58216
|
if ('object' == typeof rspackFuture) {
|
|
58217
58217
|
D(rspackFuture, 'bundlerInfo', {});
|
|
58218
58218
|
if ('object' == typeof rspackFuture.bundlerInfo) {
|
|
58219
|
-
D(rspackFuture.bundlerInfo, 'version', "1.7.3-canary-
|
|
58219
|
+
D(rspackFuture.bundlerInfo, 'version', "1.7.3-canary-785c0f6f-20260114175124");
|
|
58220
58220
|
D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
|
|
58221
58221
|
D(rspackFuture.bundlerInfo, 'force', !library);
|
|
58222
58222
|
}
|
|
@@ -60486,7 +60486,7 @@ class MultiStats {
|
|
|
60486
60486
|
return obj;
|
|
60487
60487
|
});
|
|
60488
60488
|
if (childOptions.version) {
|
|
60489
|
-
obj.rspackVersion = "1.7.3-canary-
|
|
60489
|
+
obj.rspackVersion = "1.7.3-canary-785c0f6f-20260114175124";
|
|
60490
60490
|
obj.version = "5.75.0";
|
|
60491
60491
|
}
|
|
60492
60492
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
|
|
@@ -62318,7 +62318,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
62318
62318
|
},
|
|
62319
62319
|
version: (object)=>{
|
|
62320
62320
|
object.version = "5.75.0";
|
|
62321
|
-
object.rspackVersion = "1.7.3-canary-
|
|
62321
|
+
object.rspackVersion = "1.7.3-canary-785c0f6f-20260114175124";
|
|
62322
62322
|
},
|
|
62323
62323
|
env: (object, _compilation, _context, { _env })=>{
|
|
62324
62324
|
object.env = _env;
|
|
@@ -66988,7 +66988,7 @@ function transformSync(source, options) {
|
|
|
66988
66988
|
const _options = JSON.stringify(options || {});
|
|
66989
66989
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66990
66990
|
}
|
|
66991
|
-
const exports_rspackVersion = "1.7.3-canary-
|
|
66991
|
+
const exports_rspackVersion = "1.7.3-canary-785c0f6f-20260114175124";
|
|
66992
66992
|
const exports_version = "5.75.0";
|
|
66993
66993
|
const exports_WebpackError = Error;
|
|
66994
66994
|
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.3-canary-
|
|
3
|
+
"version": "1.7.3-canary-785c0f6f-20260114175124",
|
|
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.",
|