@canonry/canonry 5.18.0 → 5.19.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-Di5c6xSa.js → AuditHistoryPanel-C_p8jX7Q.js} +1 -1
- package/assets/assets/{BacklinksPage-CZi3sZ-7.js → BacklinksPage-jD4nOGw1.js} +1 -1
- package/assets/assets/{HistoryPage-BY7HiZWU.js → HistoryPage-DJGBbtBY.js} +1 -1
- package/assets/assets/{MeasurementPropertyPage-D3AdBHpI.js → MeasurementPropertyPage-Dmr3TVlo.js} +1 -1
- package/assets/assets/{ProjectPage-NyUl1dkF.js → ProjectPage-B_haCKiA.js} +1 -1
- package/assets/assets/{RunRow-cRjiHQbt.js → RunRow-BMbwR2yk.js} +1 -1
- package/assets/assets/{RunsPage-DZP_kqJs.js → RunsPage-D8hHakq2.js} +1 -1
- package/assets/assets/{SettingsPage-BqJXYCDc.js → SettingsPage-QKnRcFA9.js} +1 -1
- package/assets/assets/{SiteHealthSection-Brr0C56X.js → SiteHealthSection-CDkUXqmb.js} +3 -3
- package/assets/assets/{TrafficPage-k5NPSDur.js → TrafficPage-CMif8RlM.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-BKNzWnxA.js → TrafficSourceDetailPage-DOCTP_4-.js} +1 -1
- package/assets/assets/{extract-error-message-Cnvelll0.js → extract-error-message-Dm8RvYE5.js} +1 -1
- package/assets/assets/index-lj0fuFl4.js +86 -0
- package/assets/assets/{react-sigma_core.esm.min-CthGjQKl.js → react-sigma_core.esm.min-DOPuwLtN.js} +1 -1
- package/assets/assets/{v2-overview-adapter-q2o2MzmG.js → v2-overview-adapter-C19tUcDS.js} +1 -1
- package/assets/index.html +1 -1
- package/dist/{chunk-X3GFCKUJ.js → chunk-ABUO27BV.js} +3 -3
- package/dist/{chunk-HIFBIDOW.js → chunk-GUJY3RIM.js} +12 -12
- package/dist/{chunk-Y5IDGH5B.js → chunk-P2EFPLIO.js} +5 -5
- package/dist/{chunk-HAABFHXB.js → chunk-QJWIOCEO.js} +2 -2
- package/dist/{chunk-TMTO2JHU.js → chunk-SPCEXW3B.js} +14 -3969
- package/dist/{chunk-77VHT3JD.js → chunk-WLL7Q7JD.js} +28 -0
- package/dist/chunk-YHKKCXGY.js +3975 -0
- package/dist/cli.js +20 -19
- package/dist/{demo-server-JBGYZKAI.js → demo-server-BOIBS74F.js} +1071 -187
- package/dist/index.js +6 -6
- package/dist/{intelligence-service-EORTVFDF.js → intelligence-service-IWR2H6OW.js} +2 -2
- package/dist/mcp.js +4 -4
- package/package.json +14 -14
- package/assets/assets/index-Cd_1GknE.js +0 -86
- package/dist/chunk-AOJU5LKX.js +0 -8
package/dist/index.js
CHANGED
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
createGoogleMarketingCredentialStore,
|
|
4
4
|
createGoogleMarketingRuntime,
|
|
5
5
|
createServer
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-GUJY3RIM.js";
|
|
7
7
|
import {
|
|
8
8
|
loadConfig
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-SPCEXW3B.js";
|
|
10
|
+
import "./chunk-QJWIOCEO.js";
|
|
11
|
+
import "./chunk-YHKKCXGY.js";
|
|
12
|
+
import "./chunk-P2EFPLIO.js";
|
|
13
|
+
import "./chunk-WLL7Q7JD.js";
|
|
14
14
|
export {
|
|
15
15
|
GoogleMarketingRuntimeError,
|
|
16
16
|
createGoogleMarketingCredentialStore,
|
package/dist/mcp.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
autoSyncSkills
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ABUO27BV.js";
|
|
4
4
|
import {
|
|
5
5
|
createApiClient,
|
|
6
6
|
createCanonryMcpServer
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-SPCEXW3B.js";
|
|
8
|
+
import "./chunk-YHKKCXGY.js";
|
|
9
9
|
import {
|
|
10
10
|
isReadOnlyKey,
|
|
11
11
|
updateCheckEnvOptOut
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WLL7Q7JD.js";
|
|
13
13
|
|
|
14
14
|
// src/mcp/cli.ts
|
|
15
15
|
import { randomUUID } from "crypto";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonry/canonry",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.19.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
|
"keywords": [
|
|
@@ -86,32 +86,32 @@
|
|
|
86
86
|
"@types/node-cron": "^3.0.11",
|
|
87
87
|
"tsup": "^8.5.1",
|
|
88
88
|
"tsx": "^4.19.0",
|
|
89
|
-
"@ainyc/canonry-web": "0.0.0",
|
|
90
|
-
"@ainyc/canonry-api-routes": "0.0.0",
|
|
91
89
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
90
|
+
"@ainyc/canonry-api-routes": "0.0.0",
|
|
91
|
+
"@ainyc/canonry-web": "0.0.0",
|
|
92
|
+
"@ainyc/canonry-contracts": "0.0.0",
|
|
92
93
|
"@ainyc/canonry-config": "0.0.0",
|
|
93
94
|
"@ainyc/canonry-db": "0.0.0",
|
|
94
|
-
"@ainyc/canonry-contracts": "0.0.0",
|
|
95
|
-
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
96
95
|
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
96
|
+
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
97
97
|
"@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
|
|
98
|
-
"@ainyc/canonry-integration-google": "0.0.0",
|
|
98
|
+
"@ainyc/canonry-integration-google-ads": "0.0.0",
|
|
99
|
+
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
99
100
|
"@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
|
|
101
|
+
"@ainyc/canonry-integration-google": "0.0.0",
|
|
100
102
|
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
101
|
-
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
102
|
-
"@ainyc/canonry-integration-google-ads": "0.0.0",
|
|
103
|
-
"@ainyc/canonry-integration-google-tag-manager": "0.0.0",
|
|
104
103
|
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
105
104
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
106
|
-
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
107
|
-
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
108
|
-
"@ainyc/canonry-intelligence": "0.0.0",
|
|
109
105
|
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
106
|
+
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
107
|
+
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
110
108
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
111
|
-
"@ainyc/canonry-
|
|
109
|
+
"@ainyc/canonry-integration-google-tag-manager": "0.0.0",
|
|
110
|
+
"@ainyc/canonry-intelligence": "0.0.0",
|
|
112
111
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
113
112
|
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
114
|
-
"@ainyc/canonry-provider-perplexity": "0.0.0"
|
|
113
|
+
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
114
|
+
"@ainyc/canonry-provider-local": "0.0.0"
|
|
115
115
|
},
|
|
116
116
|
"scripts": {
|
|
117
117
|
"build": "pnpm run build:cli && pnpm run build:web",
|