@rspack-canary/browser 1.6.0-canary-7953269b-20251029094959 → 1.6.0-canary-7c51f14d-20251029141007
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/napi-binding.d.ts +1 -0
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -58125,7 +58125,7 @@ const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
|
58125
58125
|
if ("object" == typeof rspackFuture) {
|
|
58126
58126
|
D(rspackFuture, "bundlerInfo", {});
|
|
58127
58127
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
58128
|
-
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-
|
|
58128
|
+
D(rspackFuture.bundlerInfo, "version", "1.6.0-canary-7c51f14d-20251029141007");
|
|
58129
58129
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
58130
58130
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
58131
58131
|
}
|
|
@@ -62065,7 +62065,7 @@ class MultiStats {
|
|
|
62065
62065
|
return obj;
|
|
62066
62066
|
});
|
|
62067
62067
|
if (childOptions.version) {
|
|
62068
|
-
obj.rspackVersion = "1.6.0-canary-
|
|
62068
|
+
obj.rspackVersion = "1.6.0-canary-7c51f14d-20251029141007";
|
|
62069
62069
|
obj.version = "5.75.0";
|
|
62070
62070
|
}
|
|
62071
62071
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -63370,7 +63370,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
63370
63370
|
},
|
|
63371
63371
|
version: (object)=>{
|
|
63372
63372
|
object.version = "5.75.0";
|
|
63373
|
-
object.rspackVersion = "1.6.0-canary-
|
|
63373
|
+
object.rspackVersion = "1.6.0-canary-7c51f14d-20251029141007";
|
|
63374
63374
|
},
|
|
63375
63375
|
env: (object, _compilation, _context, { _env })=>{
|
|
63376
63376
|
object.env = _env;
|
|
@@ -66336,7 +66336,7 @@ function transformSync(source, options) {
|
|
|
66336
66336
|
const _options = JSON.stringify(options || {});
|
|
66337
66337
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
66338
66338
|
}
|
|
66339
|
-
const exports_rspackVersion = "1.6.0-canary-
|
|
66339
|
+
const exports_rspackVersion = "1.6.0-canary-7c51f14d-20251029141007";
|
|
66340
66340
|
const exports_version = "5.75.0";
|
|
66341
66341
|
const exports_WebpackError = Error;
|
|
66342
66342
|
const sources = __webpack_require__("../../node_modules/.pnpm/webpack-sources@3.3.3_patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee/node_modules/webpack-sources/lib/index.js");
|
package/dist/napi-binding.d.ts
CHANGED
|
@@ -3016,6 +3016,7 @@ export interface SourceMapDevToolPluginOptions {
|
|
|
3016
3016
|
fallbackModuleFilenameTemplate?: string | ((info: RawModuleFilenameTemplateFnCtx) => string)
|
|
3017
3017
|
fileContext?: string
|
|
3018
3018
|
filename?: (false | null) | string
|
|
3019
|
+
ignoreList?: string | RegExp | (string | RegExp)[]
|
|
3019
3020
|
module?: boolean
|
|
3020
3021
|
moduleFilenameTemplate?: string | ((info: RawModuleFilenameTemplateFnCtx) => string)
|
|
3021
3022
|
namespace?: string
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/browser",
|
|
3
|
-
"version": "1.6.0-canary-
|
|
3
|
+
"version": "1.6.0-canary-7c51f14d-20251029141007",
|
|
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.",
|