@rspack-canary/browser 1.7.3-canary-fe1e14c1-20260116175137 → 1.7.3-canary-2f0bc179-20260118174706
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 +2 -2
package/dist/index.mjs
CHANGED
|
@@ -58267,7 +58267,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58267
58267
|
if ('object' == typeof rspackFuture) {
|
|
58268
58268
|
D(rspackFuture, 'bundlerInfo', {});
|
|
58269
58269
|
if ('object' == typeof rspackFuture.bundlerInfo) {
|
|
58270
|
-
D(rspackFuture.bundlerInfo, 'version', "1.7.3-canary-
|
|
58270
|
+
D(rspackFuture.bundlerInfo, 'version', "1.7.3-canary-2f0bc179-20260118174706");
|
|
58271
58271
|
D(rspackFuture.bundlerInfo, 'bundler', 'rspack');
|
|
58272
58272
|
D(rspackFuture.bundlerInfo, 'force', !library);
|
|
58273
58273
|
}
|
|
@@ -60537,7 +60537,7 @@ class MultiStats {
|
|
|
60537
60537
|
return obj;
|
|
60538
60538
|
});
|
|
60539
60539
|
if (childOptions.version) {
|
|
60540
|
-
obj.rspackVersion = "1.7.3-canary-
|
|
60540
|
+
obj.rspackVersion = "1.7.3-canary-2f0bc179-20260118174706";
|
|
60541
60541
|
obj.version = "5.75.0";
|
|
60542
60542
|
}
|
|
60543
60543
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join('');
|
|
@@ -62369,7 +62369,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
62369
62369
|
},
|
|
62370
62370
|
version: (object)=>{
|
|
62371
62371
|
object.version = "5.75.0";
|
|
62372
|
-
object.rspackVersion = "1.7.3-canary-
|
|
62372
|
+
object.rspackVersion = "1.7.3-canary-2f0bc179-20260118174706";
|
|
62373
62373
|
},
|
|
62374
62374
|
env: (object, _compilation, _context, { _env })=>{
|
|
62375
62375
|
object.env = _env;
|
|
@@ -67039,7 +67039,7 @@ function transformSync(source, options) {
|
|
|
67039
67039
|
const _options = JSON.stringify(options || {});
|
|
67040
67040
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
67041
67041
|
}
|
|
67042
|
-
const exports_rspackVersion = "1.7.3-canary-
|
|
67042
|
+
const exports_rspackVersion = "1.7.3-canary-2f0bc179-20260118174706";
|
|
67043
67043
|
const exports_version = "5.75.0";
|
|
67044
67044
|
const exports_WebpackError = Error;
|
|
67045
67045
|
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-2f0bc179-20260118174706",
|
|
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.",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@rspack/lite-tapable": "1.1.0",
|
|
35
35
|
"@swc/types": "0.1.25",
|
|
36
36
|
"@types/watchpack": "^2.4.5",
|
|
37
|
-
"memfs": "4.
|
|
37
|
+
"memfs": "4.53.0",
|
|
38
38
|
"webpack-sources": "3.3.3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|