@canonry/canonry 4.178.4 → 4.179.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/assets/assets/{AuditHistoryPanel-BCtMrEMF.js → AuditHistoryPanel-lD6Q5KaA.js} +1 -1
- package/assets/assets/{BacklinksPage-CIo2hA0i.js → BacklinksPage-ClN1xbOa.js} +1 -1
- package/assets/assets/{ChartPrimitives-B_LDVvTy.js → ChartPrimitives-DG35TyhH.js} +1 -1
- package/assets/assets/{HistoryPage-D24U8cUG.js → HistoryPage-CXKCPfG7.js} +1 -1
- package/assets/assets/{MeasurementPropertyPage-BKDdv-jJ.js → MeasurementPropertyPage-CiJsa0If.js} +1 -1
- package/assets/assets/ProjectPage-CD0QbHPd.js +9 -0
- package/assets/assets/{RunRow-B39IK7hK.js → RunRow-DkFcHvDU.js} +1 -1
- package/assets/assets/{RunsPage-R4W1kD0B.js → RunsPage-CLzUDwTj.js} +1 -1
- package/assets/assets/{SettingsPage-BAOGyt1F.js → SettingsPage-0PRgB0gI.js} +1 -1
- package/assets/assets/{SiteHealthSection-Bx7yVNMQ.js → SiteHealthSection-BXAMjVeD.js} +3 -3
- package/assets/assets/{TrafficPage-DL8RvM2R.js → TrafficPage-CP4qsn82.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-COzjakZa.js → TrafficSourceDetailPage-DoaIZ_ix.js} +1 -1
- package/assets/assets/{extract-error-message-B3TERCQ-.js → extract-error-message-Cn74-t3z.js} +1 -1
- package/assets/assets/{index-D0GbiVhZ.css → index-BD8hYPvq.css} +1 -1
- package/assets/assets/{index-xtxQtZRo.js → index-BR9BgNb3.js} +22 -22
- package/assets/assets/{react-sigma_core.esm.min-CbXAujub.js → react-sigma_core.esm.min-CZrBq6qL.js} +1 -1
- package/assets/index.html +2 -2
- package/dist/{chunk-IMEJQQZU.js → chunk-A2AB7UK5.js} +40 -2
- package/dist/{chunk-WYCHM3EP.js → chunk-JFGP2U52.js} +4 -4
- package/dist/{chunk-KMK6AOB5.js → chunk-RDCTWBPF.js} +134 -46
- package/dist/{chunk-HNY2FNJH.js → chunk-T7QWSNIE.js} +1 -1
- package/dist/{chunk-EBRGLDTB.js → chunk-ZCNQGO3J.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-XPAKDZJI.js → intelligence-service-VBLTZGHS.js} +2 -2
- package/dist/mcp.js +3 -3
- package/package.json +10 -10
- package/assets/assets/ProjectPage-DrIs_ZuR.js +0 -9
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-JFGP2U52.js";
|
|
7
7
|
import {
|
|
8
8
|
loadConfig
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-T7QWSNIE.js";
|
|
10
|
+
import "./chunk-RDCTWBPF.js";
|
|
11
|
+
import "./chunk-A2AB7UK5.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-ZCNQGO3J.js";
|
|
4
4
|
import {
|
|
5
5
|
createApiClient,
|
|
6
6
|
createCanonryMcpServer
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-T7QWSNIE.js";
|
|
8
8
|
import {
|
|
9
9
|
isReadOnlyKey
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-A2AB7UK5.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": "@canonry/canonry",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.179.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",
|
|
@@ -71,30 +71,30 @@
|
|
|
71
71
|
"tsup": "^8.5.1",
|
|
72
72
|
"tsx": "^4.19.0",
|
|
73
73
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
74
|
+
"@ainyc/canonry-api-routes": "0.0.0",
|
|
74
75
|
"@ainyc/canonry-config": "0.0.0",
|
|
76
|
+
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
75
77
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
76
|
-
"@ainyc/canonry-api-routes": "0.0.0",
|
|
77
78
|
"@ainyc/canonry-db": "0.0.0",
|
|
78
|
-
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
79
|
-
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
80
79
|
"@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
|
|
81
|
-
"@ainyc/canonry-integration-
|
|
80
|
+
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
82
81
|
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
82
|
+
"@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
|
|
83
|
+
"@ainyc/canonry-integration-google": "0.0.0",
|
|
83
84
|
"@ainyc/canonry-integration-google-ads": "0.0.0",
|
|
84
85
|
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
85
86
|
"@ainyc/canonry-integration-google-tag-manager": "0.0.0",
|
|
86
87
|
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
87
88
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
88
|
-
"@ainyc/canonry-integration-google": "0.0.0",
|
|
89
|
-
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
90
89
|
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
90
|
+
"@ainyc/canonry-intelligence": "0.0.0",
|
|
91
|
+
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
91
92
|
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
92
93
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
93
|
-
"@ainyc/canonry-intelligence": "0.0.0",
|
|
94
94
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
95
|
-
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
96
95
|
"@ainyc/canonry-provider-local": "0.0.0",
|
|
97
|
-
"@ainyc/canonry-provider-perplexity": "0.0.0"
|
|
96
|
+
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
97
|
+
"@ainyc/canonry-provider-openai": "0.0.0"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",
|