@docusaurus/types 3.7.0-canary-6201 → 3.7.0-canary-6204

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/config.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/types",
3
- "version": "3.7.0-canary-6201",
3
+ "version": "3.7.0-canary-6204",
4
4
  "description": "Common types for Docusaurus packages.",
5
5
  "types": "./src/index.d.ts",
6
6
  "publishConfig": {
@@ -27,5 +27,5 @@
27
27
  "react": "^18.0.0 || ^19.0.0",
28
28
  "react-dom": "^18.0.0 || ^19.0.0"
29
29
  },
30
- "gitHead": "a725f9f911c011198014536ce5d7049d0cefd46d"
30
+ "gitHead": "4b43b97230585b110910edb3d67dc844aedaf4ed"
31
31
  }
package/src/config.d.ts CHANGED
@@ -130,6 +130,7 @@ export type FasterConfig = {
130
130
  lightningCssMinimizer: boolean;
131
131
  mdxCrossCompilerCache: boolean;
132
132
  rspackBundler: boolean;
133
+ ssgWorkerThreads: boolean;
133
134
  };
134
135
 
135
136
  export type FutureV4Config = {