@rspack/browser 2.0.7 → 2.0.8
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.js +4 -4
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63245,7 +63245,7 @@ const applyOutputDefaults = (options, { context, targetProperties: tp, isAffecte
|
|
|
63245
63245
|
});
|
|
63246
63246
|
D(output, 'bundlerInfo', {});
|
|
63247
63247
|
if ('object' == typeof output.bundlerInfo) {
|
|
63248
|
-
D(output.bundlerInfo, 'version', "2.0.
|
|
63248
|
+
D(output.bundlerInfo, 'version', "2.0.8");
|
|
63249
63249
|
D(output.bundlerInfo, 'bundler', 'rspack');
|
|
63250
63250
|
D(output.bundlerInfo, 'force', false);
|
|
63251
63251
|
}
|
|
@@ -64909,7 +64909,7 @@ class MultiStats {
|
|
|
64909
64909
|
return obj;
|
|
64910
64910
|
});
|
|
64911
64911
|
if (childOptions.version) {
|
|
64912
|
-
obj.rspackVersion = "2.0.
|
|
64912
|
+
obj.rspackVersion = "2.0.8";
|
|
64913
64913
|
obj.version = "5.75.0";
|
|
64914
64914
|
}
|
|
64915
64915
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
|
|
@@ -66615,7 +66615,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
66615
66615
|
},
|
|
66616
66616
|
version: (object)=>{
|
|
66617
66617
|
object.version = "5.75.0";
|
|
66618
|
-
object.rspackVersion = "2.0.
|
|
66618
|
+
object.rspackVersion = "2.0.8";
|
|
66619
66619
|
},
|
|
66620
66620
|
env: (object, _compilation, _context, { _env })=>{
|
|
66621
66621
|
object.env = _env;
|
|
@@ -71545,7 +71545,7 @@ function transformSync(source, options) {
|
|
|
71545
71545
|
const _options = JSON.stringify(options || {});
|
|
71546
71546
|
return rspack_wasi_browser.transformSync(source, _options);
|
|
71547
71547
|
}
|
|
71548
|
-
const exports_rspackVersion = "2.0.
|
|
71548
|
+
const exports_rspackVersion = "2.0.8";
|
|
71549
71549
|
const exports_version = "5.75.0";
|
|
71550
71550
|
const exports_WebpackError = Error;
|
|
71551
71551
|
const exports_config = {
|
|
Binary file
|
package/package.json
CHANGED