@rspack-canary/binding 1.7.3-canary-fe1e14c1-20260116175137 → 1.7.3-canary-8f09f616-20260116215247
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
|
@@ -2477,8 +2477,13 @@ export interface RawModuleFederationManifestPluginOptions {
|
|
|
2477
2477
|
buildInfo?: RawStatsBuildInfo
|
|
2478
2478
|
}
|
|
2479
2479
|
|
|
2480
|
+
export interface RawModuleFederationRuntimeExperimentsOptions {
|
|
2481
|
+
asyncStartup?: boolean
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2480
2484
|
export interface RawModuleFederationRuntimePluginOptions {
|
|
2481
2485
|
entryRuntime?: string | undefined
|
|
2486
|
+
experiments?: RawModuleFederationRuntimeExperimentsOptions
|
|
2482
2487
|
}
|
|
2483
2488
|
|
|
2484
2489
|
export interface RawModuleFilenameTemplateFnCtx {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.7.3-canary-
|
|
3
|
+
"version": "1.7.3-canary-8f09f616-20260116215247",
|
|
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-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.7.3-canary-
|
|
55
|
-
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.7.3-canary-
|
|
56
|
-
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.7.3-canary-
|
|
57
|
-
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.7.3-canary-
|
|
58
|
-
"@rspack/binding-
|
|
59
|
-
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.7.3-canary-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-
|
|
62
|
-
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.7.3-canary-
|
|
63
|
-
"@rspack/binding-
|
|
54
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.7.3-canary-8f09f616-20260116215247",
|
|
55
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.7.3-canary-8f09f616-20260116215247",
|
|
56
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.7.3-canary-8f09f616-20260116215247",
|
|
57
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.7.3-canary-8f09f616-20260116215247",
|
|
58
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.7.3-canary-8f09f616-20260116215247",
|
|
59
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.7.3-canary-8f09f616-20260116215247",
|
|
60
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.7.3-canary-8f09f616-20260116215247",
|
|
61
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.7.3-canary-8f09f616-20260116215247",
|
|
62
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.7.3-canary-8f09f616-20260116215247",
|
|
63
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.7.3-canary-8f09f616-20260116215247"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|