@rspack-canary/browser 1.7.2-canary-6ee0d4b1-20260110181602 → 1.7.2-canary-6ee0d4b1-20260111191401
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
|
@@ -58205,7 +58205,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58205
58205
|
if ('object' == typeof rspackFuture) {
|
|
58206
58206
|
D(rspackFuture, 'bundlerInfo', {});
|
|
58207
58207
|
if ('object' == typeof rspackFuture.bundlerInfo) {
|
|
58208
|
-
D(rspackFuture.bundlerInfo, 'version', "1.7.2-canary-6ee0d4b1-
|
|
58208
|
+
D(rspackFuture.bundlerInfo, 'version', "1.7.2-canary-6ee0d4b1-20260111191401");
|
|
58209
58209
|
D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
|
|
58210
58210
|
D(rspackFuture.bundlerInfo, 'force', !library);
|
|
58211
58211
|
}
|
|
@@ -60474,7 +60474,7 @@ class MultiStats {
|
|
|
60474
60474
|
return obj;
|
|
60475
60475
|
});
|
|
60476
60476
|
if (childOptions.version) {
|
|
60477
|
-
obj.rspackVersion = "1.7.2-canary-6ee0d4b1-
|
|
60477
|
+
obj.rspackVersion = "1.7.2-canary-6ee0d4b1-20260111191401";
|
|
60478
60478
|
obj.version = "5.75.0";
|
|
60479
60479
|
}
|
|
60480
60480
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
|
|
@@ -62306,7 +62306,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
62306
62306
|
},
|
|
62307
62307
|
version: (object)=>{
|
|
62308
62308
|
object.version = "5.75.0";
|
|
62309
|
-
object.rspackVersion = "1.7.2-canary-6ee0d4b1-
|
|
62309
|
+
object.rspackVersion = "1.7.2-canary-6ee0d4b1-20260111191401";
|
|
62310
62310
|
},
|
|
62311
62311
|
env: (object, _compilation, _context, { _env })=>{
|
|
62312
62312
|
object.env = _env;
|
|
@@ -66976,7 +66976,7 @@ function transformSync(source, options) {
|
|
|
66976
66976
|
const _options = JSON.stringify(options || {});
|
|
66977
66977
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66978
66978
|
}
|
|
66979
|
-
const exports_rspackVersion = "1.7.2-canary-6ee0d4b1-
|
|
66979
|
+
const exports_rspackVersion = "1.7.2-canary-6ee0d4b1-20260111191401";
|
|
66980
66980
|
const exports_version = "5.75.0";
|
|
66981
66981
|
const exports_WebpackError = Error;
|
|
66982
66982
|
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-6ee0d4b1-
|
|
3
|
+
"version": "1.7.2-canary-6ee0d4b1-20260111191401",
|
|
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.",
|