@farming-labs/svelte-theme 0.1.83 → 0.1.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/svelte-theme",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "description": "Svelte UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
5
5
  "keywords": [
6
6
  "docs",
@@ -122,8 +122,8 @@
122
122
  "dependencies": {
123
123
  "gray-matter": "^4.0.3",
124
124
  "sugar-high": "^0.9.5",
125
- "@farming-labs/svelte": "0.1.83",
126
- "@farming-labs/docs": "0.1.83"
125
+ "@farming-labs/svelte": "0.1.85",
126
+ "@farming-labs/docs": "0.1.85"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "svelte": ">=5.0.0"
@@ -326,6 +326,9 @@
326
326
  {#if markdownAlternateHref}
327
327
  <link rel="alternate" type="text/markdown" href={markdownAlternateHref} />
328
328
  {/if}
329
+ {#if data.structuredData}
330
+ <script type="application/ld+json">{@html data.structuredData}</script>
331
+ {/if}
329
332
  </svelte:head>
330
333
 
331
334
  <DocsPage