@rspack-canary/binding 1.7.0-canary-06f6b341-20251218173906 → 1.7.0-canary-9bcf957c-20251219051033
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/napi-binding.d.ts +5 -0
- package/package.json +11 -11
package/napi-binding.d.ts
CHANGED
|
@@ -2463,8 +2463,13 @@ export interface RawModuleFederationManifestPluginOptions {
|
|
|
2463
2463
|
buildInfo?: RawStatsBuildInfo
|
|
2464
2464
|
}
|
|
2465
2465
|
|
|
2466
|
+
export interface RawModuleFederationRuntimeExperimentsOptions {
|
|
2467
|
+
asyncStartup?: boolean
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2466
2470
|
export interface RawModuleFederationRuntimePluginOptions {
|
|
2467
2471
|
entryRuntime?: string | undefined
|
|
2472
|
+
experiments?: RawModuleFederationRuntimeExperimentsOptions
|
|
2468
2473
|
}
|
|
2469
2474
|
|
|
2470
2475
|
export interface RawModuleFilenameTemplateFnCtx {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.7.0-canary-
|
|
3
|
+
"version": "1.7.0-canary-9bcf957c-20251219051033",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Node binding for rspack",
|
|
6
6
|
"main": "binding.js",
|
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"@rspack/binding-
|
|
55
|
-
"@rspack/binding-
|
|
56
|
-
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.7.0-canary-
|
|
57
|
-
"@rspack/binding-
|
|
58
|
-
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.7.0-canary-
|
|
59
|
-
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.7.0-canary-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-
|
|
62
|
-
"@rspack/binding-linux-x64-
|
|
63
|
-
"@rspack/binding-
|
|
54
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.7.0-canary-9bcf957c-20251219051033",
|
|
55
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.7.0-canary-9bcf957c-20251219051033",
|
|
56
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.7.0-canary-9bcf957c-20251219051033",
|
|
57
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.7.0-canary-9bcf957c-20251219051033",
|
|
58
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.7.0-canary-9bcf957c-20251219051033",
|
|
59
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.7.0-canary-9bcf957c-20251219051033",
|
|
60
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.7.0-canary-9bcf957c-20251219051033",
|
|
61
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.7.0-canary-9bcf957c-20251219051033",
|
|
62
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.7.0-canary-9bcf957c-20251219051033",
|
|
63
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.7.0-canary-9bcf957c-20251219051033"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|