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