@farming-labs/svelte 0.2.59 → 0.2.60

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/dist/server.js +1 -1
  2. package/package.json +2 -2
package/dist/server.js CHANGED
@@ -764,7 +764,7 @@ export function createDocsServer(config = {}) {
764
764
  robots: config.robots,
765
765
  openapi: openapiDiscovery,
766
766
  markdown: {
767
- acceptHeader: false,
767
+ acceptHeader: true,
768
768
  },
769
769
  };
770
770
  if (isDocsStandardsDiscoveryRequest(event.url, { apiRoute: discoveryApiRoute })) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/svelte",
3
- "version": "0.2.59",
3
+ "version": "0.2.60",
4
4
  "description": "SvelteKit adapter for @farming-labs/docs — content loading and navigation utilities",
5
5
  "keywords": [
6
6
  "docs",
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@types/node": "^22.10.0",
58
58
  "typescript": "^5.9.3",
59
- "@farming-labs/docs": "0.2.59"
59
+ "@farming-labs/docs": "0.2.60"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@farming-labs/docs": "*"