@canonry/canonry 4.174.0 → 4.176.0

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,8 +1,8 @@
1
1
  {
2
2
  "name": "@canonry/canonry",
3
- "version": "4.174.0",
3
+ "version": "4.176.0",
4
4
  "type": "module",
5
- "description": "Agent-first open-source AEO operating platform - track how answer engines cite your domain",
5
+ "description": "Self-hosted AI visibility (AEO) platform: track how ChatGPT, Claude, Gemini, and Perplexity cite your domain, join it with Search Console, GA4, server-side traffic, and paid media, and fix what you find through agent tools (CLI, REST, MCP). Local SQLite.",
6
6
  "license": "FSL-1.1-ALv2",
7
7
  "homepage": "https://canonry.ai",
8
8
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "THIRD_PARTY_NOTICES.md"
38
38
  ],
39
39
  "engines": {
40
- "node": ">=22.14.0 <26"
40
+ "node": ">=22.14.0 <27"
41
41
  },
42
42
  "dependencies": {
43
43
  "@anthropic-ai/sdk": "^0.91.1",
@@ -49,7 +49,7 @@
49
49
  "@mariozechner/pi-ai": "0.67.6",
50
50
  "@modelcontextprotocol/sdk": "^1.29.0",
51
51
  "@sinclair/typebox": "^0.34.41",
52
- "better-sqlite3": "^12.6.2",
52
+ "better-sqlite3": "^12.11.1",
53
53
  "chrome-remote-interface": "^0.33.2",
54
54
  "cron-parser": "^5.5.0",
55
55
  "drizzle-orm": "^0.45.2",
@@ -70,28 +70,28 @@
70
70
  "@types/node-cron": "^3.0.11",
71
71
  "tsup": "^8.5.1",
72
72
  "tsx": "^4.19.0",
73
- "@ainyc/canonry-api-routes": "0.0.0",
74
73
  "@ainyc/canonry-api-client": "0.0.0",
75
- "@ainyc/canonry-contracts": "0.0.0",
74
+ "@ainyc/canonry-api-routes": "0.0.0",
76
75
  "@ainyc/canonry-config": "0.0.0",
76
+ "@ainyc/canonry-contracts": "0.0.0",
77
77
  "@ainyc/canonry-db": "0.0.0",
78
78
  "@ainyc/canonry-integration-bing": "0.0.0",
79
+ "@ainyc/canonry-integration-cloud-run": "0.0.0",
79
80
  "@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
80
81
  "@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
81
- "@ainyc/canonry-integration-cloud-run": "0.0.0",
82
- "@ainyc/canonry-integration-commoncrawl": "0.0.0",
83
- "@ainyc/canonry-integration-openai-ads": "0.0.0",
82
+ "@ainyc/canonry-integration-google-ads": "0.0.0",
84
83
  "@ainyc/canonry-integration-google": "0.0.0",
84
+ "@ainyc/canonry-integration-commoncrawl": "0.0.0",
85
85
  "@ainyc/canonry-integration-google-business-profile": "0.0.0",
86
86
  "@ainyc/canonry-integration-google-places": "0.0.0",
87
- "@ainyc/canonry-integration-google-ads": "0.0.0",
88
87
  "@ainyc/canonry-integration-google-tag-manager": "0.0.0",
89
88
  "@ainyc/canonry-integration-traffic": "0.0.0",
90
89
  "@ainyc/canonry-integration-wordpress": "0.0.0",
91
- "@ainyc/canonry-provider-claude": "0.0.0",
90
+ "@ainyc/canonry-integration-openai-ads": "0.0.0",
92
91
  "@ainyc/canonry-intelligence": "0.0.0",
93
92
  "@ainyc/canonry-provider-cdp": "0.0.0",
94
93
  "@ainyc/canonry-provider-gemini": "0.0.0",
94
+ "@ainyc/canonry-provider-claude": "0.0.0",
95
95
  "@ainyc/canonry-provider-local": "0.0.0",
96
96
  "@ainyc/canonry-provider-openai": "0.0.0",
97
97
  "@ainyc/canonry-provider-perplexity": "0.0.0"