@canonry/canonry 4.144.0 → 4.145.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-DxRP9WsD.js → AuditHistoryPanel-CV9g5mLR.js} +1 -1
- package/assets/assets/{BacklinksPage-yiEbyV67.js → BacklinksPage-RTcYKA5I.js} +1 -1
- package/assets/assets/{ChartPrimitives-D2hRlMHn.js → ChartPrimitives-BMR0Dqnf.js} +1 -1
- package/assets/assets/{HistoryPage-CW6MJ-dR.js → HistoryPage-DAN9QO6x.js} +1 -1
- package/assets/assets/{ProjectPage-Bnr7I5qu.js → ProjectPage-aFV2nddp.js} +1 -1
- package/assets/assets/{RunRow-Dr607W0P.js → RunRow-WDCIS9MJ.js} +1 -1
- package/assets/assets/{RunsPage-CtF3P7CA.js → RunsPage-D3Zxd6oc.js} +1 -1
- package/assets/assets/{SettingsPage-3-uzs2lp.js → SettingsPage-DcCFVeA7.js} +1 -1
- package/assets/assets/{TrafficPage-Bww4KUn8.js → TrafficPage-D0tPBu5O.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-DiHxUH2H.js → TrafficSourceDetailPage-CtyEE9eJ.js} +1 -1
- package/assets/assets/{arrow-left-D-PcVbQ4.js → arrow-left-hBxXIGS1.js} +1 -1
- package/assets/assets/{extract-error-message-BRq0yLWg.js → extract-error-message-DRu89RHb.js} +1 -1
- package/assets/assets/{index-b5M4QpB0.js → index-DSOfEiTH.js} +42 -42
- package/assets/assets/{trash-2-B6aJTnJl.js → trash-2-DP0ukgbl.js} +1 -1
- package/assets/index.html +1 -1
- package/dist/{chunk-WADGZMWT.js → chunk-EFBTZ6ZT.js} +14 -0
- package/dist/{chunk-7D2GZU6O.js → chunk-GTBCGJNT.js} +194 -25
- package/dist/{chunk-Z672VQ7G.js → chunk-MBLATP5L.js} +1250 -70
- package/dist/{chunk-3NYTF3YC.js → chunk-XNAJXSZ2.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-OLIGR6HE.js → intelligence-service-DVMEVHAG.js} +2 -2
- package/dist/mcp.js +5 -5
- package/package.json +10 -10
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
loadConfig,
|
|
11
11
|
loadConfigRaw,
|
|
12
12
|
saveConfigPatch
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MBLATP5L.js";
|
|
14
14
|
import {
|
|
15
15
|
CC_CACHE_DIR,
|
|
16
16
|
DUCKDB_SPEC,
|
|
@@ -126,7 +126,7 @@ import {
|
|
|
126
126
|
siteAuditSnapshots,
|
|
127
127
|
toAlertView,
|
|
128
128
|
usageCounters
|
|
129
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-GTBCGJNT.js";
|
|
130
130
|
import {
|
|
131
131
|
AGENT_MEMORY_VALUE_MAX_BYTES,
|
|
132
132
|
AGENT_PROVIDER_IDS,
|
|
@@ -217,7 +217,7 @@ import {
|
|
|
217
217
|
validationError,
|
|
218
218
|
winnabilityClassLabel,
|
|
219
219
|
withRetry
|
|
220
|
-
} from "./chunk-
|
|
220
|
+
} from "./chunk-EFBTZ6ZT.js";
|
|
221
221
|
|
|
222
222
|
// src/telemetry.ts
|
|
223
223
|
import crypto from "crypto";
|
|
@@ -7420,7 +7420,7 @@ function readStoredGroundingSources(rawResponse) {
|
|
|
7420
7420
|
return result;
|
|
7421
7421
|
}
|
|
7422
7422
|
async function backfillInsightsCommand(project, opts) {
|
|
7423
|
-
const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-
|
|
7423
|
+
const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-DVMEVHAG.js");
|
|
7424
7424
|
const config = loadConfig();
|
|
7425
7425
|
const db = createClient(config.database);
|
|
7426
7426
|
migrate(db);
|
package/dist/cli.js
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
showFirstRunNotice,
|
|
31
31
|
trackCliCommandFinished,
|
|
32
32
|
trackEvent
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-XNAJXSZ2.js";
|
|
34
34
|
import {
|
|
35
35
|
CliError,
|
|
36
36
|
EXIT_SYSTEM_ERROR,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
saveConfig,
|
|
48
48
|
saveConfigPatch,
|
|
49
49
|
usageError
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-MBLATP5L.js";
|
|
51
51
|
import {
|
|
52
52
|
apiKeys,
|
|
53
53
|
createClient,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
projects,
|
|
56
56
|
queries,
|
|
57
57
|
renderReportHtml
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-GTBCGJNT.js";
|
|
59
59
|
import {
|
|
60
60
|
AdsDeliverySnapshotStatuses,
|
|
61
61
|
AdsHistoricalCampaignRollupStatuses,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
providerQuotaPolicySchema,
|
|
107
107
|
resolveProviderInput,
|
|
108
108
|
winnabilityClassSchema
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-EFBTZ6ZT.js";
|
|
110
110
|
|
|
111
111
|
// src/cli.ts
|
|
112
112
|
import { pathToFileURL } from "url";
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XNAJXSZ2.js";
|
|
4
4
|
import {
|
|
5
5
|
loadConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-MBLATP5L.js";
|
|
7
|
+
import "./chunk-GTBCGJNT.js";
|
|
8
|
+
import "./chunk-EFBTZ6ZT.js";
|
|
9
9
|
export {
|
|
10
10
|
createServer,
|
|
11
11
|
loadConfig
|
package/dist/mcp.js
CHANGED
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
PACKAGE_VERSION,
|
|
4
4
|
canonryMcpTools,
|
|
5
5
|
createApiClient
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MBLATP5L.js";
|
|
7
7
|
import {
|
|
8
8
|
isReadOnlyKey
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-EFBTZ6ZT.js";
|
|
10
10
|
|
|
11
11
|
// src/mcp/cli.ts
|
|
12
12
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
@@ -116,9 +116,9 @@ var CANONRY_MCP_TOOLKITS = [
|
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
name: "setup",
|
|
119
|
-
title: "Project
|
|
120
|
-
description: "Manage
|
|
121
|
-
whenToLoad: "Load when onboarding a
|
|
119
|
+
title: "Project setup and measurement",
|
|
120
|
+
description: "Manage project configuration, Advanced Measurement drafts, query assets, competitors, and schedules.",
|
|
121
|
+
whenToLoad: "Load when onboarding a project, editing its measurement plan, or managing tracked queries, competitors, or schedules."
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
name: "gsc",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonry/canonry",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.145.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Agent-first open-source AEO operating platform - track how answer engines cite your domain",
|
|
6
6
|
"license": "FSL-1.1-ALv2",
|
|
@@ -66,26 +66,26 @@
|
|
|
66
66
|
"tsup": "^8.5.1",
|
|
67
67
|
"tsx": "^4.19.0",
|
|
68
68
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
69
|
+
"@ainyc/canonry-api-routes": "0.0.0",
|
|
69
70
|
"@ainyc/canonry-config": "0.0.0",
|
|
70
71
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
71
72
|
"@ainyc/canonry-db": "0.0.0",
|
|
72
|
-
"@ainyc/canonry-api-routes": "0.0.0",
|
|
73
|
-
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
74
73
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
75
|
-
"@ainyc/canonry-integration-
|
|
74
|
+
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
76
75
|
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
77
76
|
"@ainyc/canonry-integration-google": "0.0.0",
|
|
78
|
-
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
79
77
|
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
80
|
-
"@ainyc/canonry-integration-
|
|
78
|
+
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
79
|
+
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
81
80
|
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
82
|
-
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
83
81
|
"@ainyc/canonry-intelligence": "0.0.0",
|
|
84
|
-
"@ainyc/canonry-
|
|
82
|
+
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
83
|
+
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
85
84
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
86
|
-
"@ainyc/canonry-provider-
|
|
85
|
+
"@ainyc/canonry-provider-local": "0.0.0",
|
|
86
|
+
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
87
87
|
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
88
|
-
"@ainyc/canonry-provider-
|
|
88
|
+
"@ainyc/canonry-provider-openai": "0.0.0"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",
|