@rspack/browser 1.7.4 → 1.7.5
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
|
@@ -58150,7 +58150,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58150
58150
|
if ('object' == typeof rspackFuture) {
|
|
58151
58151
|
D(rspackFuture, 'bundlerInfo', {});
|
|
58152
58152
|
if ('object' == typeof rspackFuture.bundlerInfo) {
|
|
58153
|
-
D(rspackFuture.bundlerInfo, 'version', "1.7.
|
|
58153
|
+
D(rspackFuture.bundlerInfo, 'version', "1.7.5");
|
|
58154
58154
|
D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
|
|
58155
58155
|
D(rspackFuture.bundlerInfo, 'force', !library);
|
|
58156
58156
|
}
|
|
@@ -60420,7 +60420,7 @@ class MultiStats {
|
|
|
60420
60420
|
return obj;
|
|
60421
60421
|
});
|
|
60422
60422
|
if (childOptions.version) {
|
|
60423
|
-
obj.rspackVersion = "1.7.
|
|
60423
|
+
obj.rspackVersion = "1.7.5";
|
|
60424
60424
|
obj.version = "5.75.0";
|
|
60425
60425
|
}
|
|
60426
60426
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
|
|
@@ -62260,7 +62260,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
62260
62260
|
},
|
|
62261
62261
|
version: (object)=>{
|
|
62262
62262
|
object.version = "5.75.0";
|
|
62263
|
-
object.rspackVersion = "1.7.
|
|
62263
|
+
object.rspackVersion = "1.7.5";
|
|
62264
62264
|
},
|
|
62265
62265
|
env: (object, _compilation, _context, { _env })=>{
|
|
62266
62266
|
object.env = _env;
|
|
@@ -66949,7 +66949,7 @@ function transformSync(source, options) {
|
|
|
66949
66949
|
const _options = JSON.stringify(options || {});
|
|
66950
66950
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66951
66951
|
}
|
|
66952
|
-
const exports_rspackVersion = "1.7.
|
|
66952
|
+
const exports_rspackVersion = "1.7.5";
|
|
66953
66953
|
const exports_version = "5.75.0";
|
|
66954
66954
|
const exports_WebpackError = Error;
|
|
66955
66955
|
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