@rspack-canary/binding 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.
- package/napi-binding.d.ts +0 -5
- package/package.json +11 -11
package/napi-binding.d.ts
CHANGED
|
@@ -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 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/binding",
|
|
3
|
-
"version": "1.6.7-canary-
|
|
3
|
+
"version": "1.6.7-canary-39f82ff6-20251203173928",
|
|
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-
|
|
57
|
-
"@rspack/binding-
|
|
58
|
-
"@rspack/binding-
|
|
59
|
-
"@rspack/binding-
|
|
60
|
-
"@rspack/binding-
|
|
61
|
-
"@rspack/binding-
|
|
62
|
-
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.7-canary-
|
|
63
|
-
"@rspack/binding-
|
|
54
|
+
"@rspack/binding-win32-arm64-msvc": "npm:@rspack-canary/binding-win32-arm64-msvc@1.6.7-canary-39f82ff6-20251203173928",
|
|
55
|
+
"@rspack/binding-linux-arm64-gnu": "npm:@rspack-canary/binding-linux-arm64-gnu@1.6.7-canary-39f82ff6-20251203173928",
|
|
56
|
+
"@rspack/binding-wasm32-wasi": "npm:@rspack-canary/binding-wasm32-wasi@1.6.7-canary-39f82ff6-20251203173928",
|
|
57
|
+
"@rspack/binding-darwin-x64": "npm:@rspack-canary/binding-darwin-x64@1.6.7-canary-39f82ff6-20251203173928",
|
|
58
|
+
"@rspack/binding-win32-ia32-msvc": "npm:@rspack-canary/binding-win32-ia32-msvc@1.6.7-canary-39f82ff6-20251203173928",
|
|
59
|
+
"@rspack/binding-linux-arm64-musl": "npm:@rspack-canary/binding-linux-arm64-musl@1.6.7-canary-39f82ff6-20251203173928",
|
|
60
|
+
"@rspack/binding-win32-x64-msvc": "npm:@rspack-canary/binding-win32-x64-msvc@1.6.7-canary-39f82ff6-20251203173928",
|
|
61
|
+
"@rspack/binding-linux-x64-musl": "npm:@rspack-canary/binding-linux-x64-musl@1.6.7-canary-39f82ff6-20251203173928",
|
|
62
|
+
"@rspack/binding-linux-x64-gnu": "npm:@rspack-canary/binding-linux-x64-gnu@1.6.7-canary-39f82ff6-20251203173928",
|
|
63
|
+
"@rspack/binding-darwin-arm64": "npm:@rspack-canary/binding-darwin-arm64@1.6.7-canary-39f82ff6-20251203173928"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build:dev": "node scripts/build.js",
|