@ainyc/canonry 4.180.8 → 4.183.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/README.md +166 -100
- package/assets/agent-workspace/skills/aero/references/orchestration.md +1 -1
- package/assets/agent-workspace/skills/canonry/references/canonry-cli.md +1 -1
- package/assets/assets/{AuditHistoryPanel-qiuqNGvG.js → AuditHistoryPanel-ClwYugEs.js} +1 -1
- package/assets/assets/{BacklinksPage-D-g5f0Xv.js → BacklinksPage-DaEn1w9_.js} +1 -1
- package/assets/assets/{ChartPrimitives-DG35TyhH.js → ChartPrimitives-DLEICrrL.js} +1 -1
- package/assets/assets/{HistoryPage-q8_pCuOs.js → HistoryPage-B4WWIXmx.js} +1 -1
- package/assets/assets/{MeasurementPropertyPage-C_wMjUZe.js → MeasurementPropertyPage-DFvelKfS.js} +1 -1
- package/assets/assets/ProjectPage-D3AuGcau.js +9 -0
- package/assets/assets/{RunRow-D5hatdlY.js → RunRow-0HuBq5KN.js} +1 -1
- package/assets/assets/{RunsPage-Bj2snMM3.js → RunsPage-DhdjoIdK.js} +1 -1
- package/assets/assets/{SettingsPage-Cf5YgyJv.js → SettingsPage-XzHCmYz4.js} +1 -1
- package/assets/assets/{SiteHealthSection-D8RLvMAE.js → SiteHealthSection-BODUx0bX.js} +3 -3
- package/assets/assets/{TrafficPage-CotJ14le.js → TrafficPage-2AKICLH_.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-BcxYX-uq.js → TrafficSourceDetailPage-CYVG7qZ0.js} +1 -1
- package/assets/assets/extract-error-message-CtGLEBMO.js +1 -0
- package/assets/assets/index-B64WXjg8.js +86 -0
- package/assets/assets/{index-DXCQf5s1.css → index-DwdK2e4e.css} +1 -1
- package/assets/assets/{react-sigma_core.esm.min-DxZINEmi.js → react-sigma_core.esm.min-D5Honb13.js} +1 -1
- package/assets/assets/{vendor-lucide-nYKv-BB7.js → vendor-lucide-XjCNFK0x.js} +1 -1
- package/assets/assets/{vendor-markdown-Bn7fRwrx.js → vendor-markdown-9tTeP8v7.js} +1 -1
- package/assets/assets/{vendor-radix-4UOaVWza.js → vendor-radix-BpmvLvpp.js} +1 -1
- package/assets/assets/{vendor-recharts-D8rt5lKn.js → vendor-recharts-FA0uySU7.js} +1 -1
- package/assets/assets/{vendor-tanstack-Dock0eH1.js → vendor-tanstack-CYBjbqVr.js} +1 -1
- package/assets/index.html +7 -7
- package/dist/{chunk-ZJ2VGTYU.js → chunk-ISONU3FA.js} +4276 -3389
- package/dist/{chunk-GFVZOVG3.js → chunk-OF3PKBW4.js} +72 -6
- package/dist/{chunk-G7M2KM7Q.js → chunk-RQSSKN5F.js} +2 -2
- package/dist/{chunk-IM4HFNGF.js → chunk-VFQPW2VX.js} +43 -3
- package/dist/{chunk-GN2G7VFK.js → chunk-Z2HTLTQV.js} +162 -4
- package/dist/cli.js +141 -8
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-IURLYRB3.js → intelligence-service-4XQBUFBU.js} +2 -2
- package/dist/mcp.js +3 -3
- package/package.json +8 -8
- package/assets/assets/ProjectPage-33THfDtC.js +0 -9
- package/assets/assets/extract-error-message-Bxt42scd.js +0 -1
- package/assets/assets/index-BlILyZJ5.js +0 -86
package/dist/index.js
CHANGED
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
createGoogleMarketingCredentialStore,
|
|
4
4
|
createGoogleMarketingRuntime,
|
|
5
5
|
createServer
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-OF3PKBW4.js";
|
|
7
7
|
import {
|
|
8
8
|
loadConfig
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-VFQPW2VX.js";
|
|
10
|
+
import "./chunk-ISONU3FA.js";
|
|
11
|
+
import "./chunk-Z2HTLTQV.js";
|
|
12
12
|
export {
|
|
13
13
|
GoogleMarketingRuntimeError,
|
|
14
14
|
createGoogleMarketingCredentialStore,
|
package/dist/mcp.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
autoSyncSkills
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RQSSKN5F.js";
|
|
4
4
|
import {
|
|
5
5
|
createApiClient,
|
|
6
6
|
createCanonryMcpServer
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VFQPW2VX.js";
|
|
8
8
|
import {
|
|
9
9
|
isReadOnlyKey
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Z2HTLTQV.js";
|
|
11
11
|
|
|
12
12
|
// src/mcp/cli.ts
|
|
13
13
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainyc/canonry",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.183.0",
|
|
4
4
|
"type": "module",
|
|
5
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",
|
|
@@ -75,23 +75,23 @@
|
|
|
75
75
|
"@ainyc/canonry-config": "0.0.0",
|
|
76
76
|
"@ainyc/canonry-db": "0.0.0",
|
|
77
77
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
78
|
-
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
79
78
|
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
80
|
-
"@ainyc/canonry-integration-
|
|
79
|
+
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
81
80
|
"@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
|
|
82
81
|
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
83
|
-
"@ainyc/canonry-integration-google": "0.0.0",
|
|
84
|
-
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
85
82
|
"@ainyc/canonry-integration-google-ads": "0.0.0",
|
|
83
|
+
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
84
|
+
"@ainyc/canonry-integration-google": "0.0.0",
|
|
85
|
+
"@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
|
|
86
|
+
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
86
87
|
"@ainyc/canonry-integration-google-tag-manager": "0.0.0",
|
|
87
|
-
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
88
88
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
89
|
-
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
90
89
|
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
91
90
|
"@ainyc/canonry-intelligence": "0.0.0",
|
|
92
|
-
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
93
91
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
92
|
+
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
94
93
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
94
|
+
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
95
95
|
"@ainyc/canonry-provider-local": "0.0.0",
|
|
96
96
|
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
97
97
|
"@ainyc/canonry-provider-openai": "0.0.0"
|