@dineway-ai/plugin-seo-graph 0.1.11 → 0.1.12

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dineway-ai/plugin-seo-graph",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "SEO Graph plugin for the Dineway Agentic Website builder — meta tags, Open Graph, canonical URLs, robots directives, and JSON-LD schema markup",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -28,7 +28,7 @@
28
28
  "src/"
29
29
  ],
30
30
  "peerDependencies": {
31
- "dineway": "^0.1.16"
31
+ "dineway": "^0.1.18"
32
32
  },
33
33
  "dependencies": {
34
34
  "@jdevalk/astro-seo-graph": "^0.7.0",
@@ -40,7 +40,7 @@
40
40
  "@types/react": "19.2.14",
41
41
  "typescript": "^5.6.0",
42
42
  "vitest": "^2.1.0",
43
- "dineway": "^0.1.16"
43
+ "dineway": "^0.1.18"
44
44
  },
45
45
  "scripts": {
46
46
  "typecheck": "tsgo --noEmit",