@farming-labs/theme 0.1.115 → 0.1.117

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
@@ -557,7 +557,9 @@ function readMcpConfig(root) {
557
557
  listPages: readBooleanFromBlock(block, "listPages"),
558
558
  readPage: readBooleanFromBlock(block, "readPage"),
559
559
  searchDocs: readBooleanFromBlock(block, "searchDocs"),
560
- getNavigation: readBooleanFromBlock(block, "getNavigation")
560
+ getNavigation: readBooleanFromBlock(block, "getNavigation"),
561
+ getCodeExamples: readBooleanFromBlock(block, "getCodeExamples"),
562
+ getConfigSchema: readBooleanFromBlock(block, "getConfigSchema")
561
563
  }
562
564
  };
563
565
  } catch {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/theme",
3
- "version": "0.1.115",
3
+ "version": "0.1.117",
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.115"
142
+ "@farming-labs/docs": "0.1.117"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@farming-labs/docs": ">=0.0.1",