@rspack-canary/browser 1.6.7-canary-357996bd-20251202221720 → 1.6.7-canary-39f82ff6-20251203173928

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.
@@ -2469,13 +2469,8 @@ export interface RawModuleFederationManifestPluginOptions {
2469
2469
  buildInfo?: RawStatsBuildInfo
2470
2470
  }
2471
2471
 
2472
- export interface RawModuleFederationRuntimeExperimentsOptions {
2473
- asyncStartup?: boolean
2474
- }
2475
-
2476
2472
  export interface RawModuleFederationRuntimePluginOptions {
2477
2473
  entryRuntime?: string | undefined
2478
- experiments?: RawModuleFederationRuntimeExperimentsOptions
2479
2474
  }
2480
2475
 
2481
2476
  export interface RawModuleFilenameTemplateFnCtx {
Binary file
@@ -1,6 +1,6 @@
1
1
  /*! For license information please see wasi-worker-browser.mjs.LICENSE.txt */
2
2
  var __webpack_modules__ = {
3
- "../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js": function(module) {
3
+ "../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js" (module) {
4
4
  var process = module.exports = {};
5
5
  var cachedSetTimeout;
6
6
  var cachedClearTimeout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/browser",
3
- "version": "1.6.7-canary-357996bd-20251202221720",
3
+ "version": "1.6.7-canary-39f82ff6-20251203173928",
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.",