@rspack-canary/browser 1.6.8-canary-56154ad4-20251213174616 → 1.6.8-canary-dfa25db9-20251214173359
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
|
@@ -58191,7 +58191,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58191
58191
|
if ("object" == typeof rspackFuture) {
|
|
58192
58192
|
D(rspackFuture, "bundlerInfo", {});
|
|
58193
58193
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58194
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.8-canary-
|
|
58194
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.8-canary-dfa25db9-20251214173359");
|
|
58195
58195
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58196
58196
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58197
58197
|
}
|
|
@@ -62337,7 +62337,7 @@ class MultiStats {
|
|
|
62337
62337
|
return obj;
|
|
62338
62338
|
});
|
|
62339
62339
|
if (childOptions.version) {
|
|
62340
|
-
obj.rspackVersion = "1.6.8-canary-
|
|
62340
|
+
obj.rspackVersion = "1.6.8-canary-dfa25db9-20251214173359";
|
|
62341
62341
|
obj.version = "5.75.0";
|
|
62342
62342
|
}
|
|
62343
62343
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63647,7 +63647,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63647
63647
|
},
|
|
63648
63648
|
version: (object)=>{
|
|
63649
63649
|
object.version = "5.75.0";
|
|
63650
|
-
object.rspackVersion = "1.6.8-canary-
|
|
63650
|
+
object.rspackVersion = "1.6.8-canary-dfa25db9-20251214173359";
|
|
63651
63651
|
},
|
|
63652
63652
|
env: (object, _compilation, _context, { _env })=>{
|
|
63653
63653
|
object.env = _env;
|
|
@@ -66784,7 +66784,7 @@ function transformSync(source, options) {
|
|
|
66784
66784
|
const _options = JSON.stringify(options || {});
|
|
66785
66785
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66786
66786
|
}
|
|
66787
|
-
const exports_rspackVersion = "1.6.8-canary-
|
|
66787
|
+
const exports_rspackVersion = "1.6.8-canary-dfa25db9-20251214173359";
|
|
66788
66788
|
const exports_version = "5.75.0";
|
|
66789
66789
|
const exports_WebpackError = Error;
|
|
66790
66790
|
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.6.8-canary-
|
|
3
|
+
"version": "1.6.8-canary-dfa25db9-20251214173359",
|
|
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.51.1",
|
|
38
38
|
"webpack-sources": "3.3.3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|