@grove-dev/astro 0.6.0 → 0.6.1

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": "@grove-dev/astro",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "description": "Composable Astro UI, data adapters, and integration for Grove directories.",
6
6
  "license": "MIT",
@@ -61,7 +61,7 @@
61
61
  "sanitize-html": "^2.17.5",
62
62
  "shiki": "^1.29.2",
63
63
  "yaml": "^2.9.0",
64
- "@grove-dev/core": "0.6.0"
64
+ "@grove-dev/core": "0.6.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "astro": "^6.0.0 || ^7.0.0"
@@ -381,7 +381,7 @@ export function getDirectoryIndexModel(
381
381
  description: seoDescription(
382
382
  undefined,
383
383
  page > 1
384
- ? `Browse page ${page} of ${pages} — ${items.length} curated ${plural} on ${siteName || "this site"}, filtered by ${facetNames || "category and stack"}.`
384
+ ? `Browse page ${page} of ${pageCount} — ${items.length} curated ${plural} on ${siteName || "this site"}, filtered by ${facetNames || "category and stack"}.`
385
385
  : `Search and filter ${items.length} curated ${plural} on ${siteName || "this site"} — by ${facetNames || "category and stack"}.`,
386
386
  ),
387
387
  image: ogPath("default"),