@farming-labs/theme 0.1.114 → 0.1.115

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/dist/docs-api.mjs CHANGED
@@ -2259,7 +2259,7 @@ function createDocsAPI(options) {
2259
2259
  "X-Robots-Tag": "noindex"
2260
2260
  } });
2261
2261
  }
2262
- const llmsRequest = resolveDocsLlmsTxtRequest(url, llmsConfig);
2262
+ const llmsRequest = resolveDocsLlmsTxtRequest(url, llmsConfig, docsPath);
2263
2263
  if (llmsRequest) {
2264
2264
  if (!llmsConfig.enabled) return new Response("Not Found", {
2265
2265
  status: 404,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/theme",
3
- "version": "0.1.114",
3
+ "version": "0.1.115",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "keywords": [
6
6
  "docs",
@@ -139,7 +139,7 @@
139
139
  "tsdown": "^0.20.3",
140
140
  "typescript": "^5.9.3",
141
141
  "vitest": "^3.2.4",
142
- "@farming-labs/docs": "0.1.114"
142
+ "@farming-labs/docs": "0.1.115"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@farming-labs/docs": ">=0.0.1",