@canonry/canonry 4.143.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.
Files changed (29) hide show
  1. package/assets/assets/{AuditHistoryPanel--kNrRAQm.js → AuditHistoryPanel-CV9g5mLR.js} +1 -1
  2. package/assets/assets/{BacklinksPage-CtW1w9lh.js → BacklinksPage-RTcYKA5I.js} +1 -1
  3. package/assets/assets/{ChartPrimitives-C-nMEqdu.js → ChartPrimitives-BMR0Dqnf.js} +1 -1
  4. package/assets/assets/{HistoryPage-CAPJDSbc.js → HistoryPage-DAN9QO6x.js} +1 -1
  5. package/assets/assets/ProjectPage-aFV2nddp.js +9 -0
  6. package/assets/assets/{RunRow-aDzTzGSK.js → RunRow-WDCIS9MJ.js} +1 -1
  7. package/assets/assets/{RunsPage-Dy9oWMBK.js → RunsPage-D3Zxd6oc.js} +1 -1
  8. package/assets/assets/SettingsPage-DcCFVeA7.js +1 -0
  9. package/assets/assets/{TrafficPage-B4ADqeKG.js → TrafficPage-D0tPBu5O.js} +1 -1
  10. package/assets/assets/{TrafficSourceDetailPage-CFcoL_PR.js → TrafficSourceDetailPage-CtyEE9eJ.js} +1 -1
  11. package/assets/assets/{arrow-left-DV9xcX1v.js → arrow-left-hBxXIGS1.js} +1 -1
  12. package/assets/assets/{extract-error-message-DXtgw8Q8.js → extract-error-message-DRu89RHb.js} +1 -1
  13. package/assets/assets/index-ANFzZ3nU.css +1 -0
  14. package/assets/assets/index-DSOfEiTH.js +213 -0
  15. package/assets/assets/{trash-2-DMV6uGU1.js → trash-2-DP0ukgbl.js} +1 -1
  16. package/assets/index.html +2 -2
  17. package/dist/{chunk-KUPTGRME.js → chunk-EFBTZ6ZT.js} +4653 -3599
  18. package/dist/{chunk-VN3CI6K6.js → chunk-GTBCGJNT.js} +7436 -2479
  19. package/dist/{chunk-3G5B3IMZ.js → chunk-MBLATP5L.js} +1303 -71
  20. package/dist/{chunk-TJ6SDLXL.js → chunk-XNAJXSZ2.js} +346 -97
  21. package/dist/cli.js +409 -149
  22. package/dist/index.js +4 -4
  23. package/dist/{intelligence-service-V6JYDYGF.js → intelligence-service-DVMEVHAG.js} +2 -2
  24. package/dist/mcp.js +5 -5
  25. package/package.json +10 -10
  26. package/assets/assets/ProjectPage-79R3wJW6.js +0 -9
  27. package/assets/assets/SettingsPage-DTAs1BrZ.js +0 -1
  28. package/assets/assets/index-CYA3jd24.css +0 -1
  29. package/assets/assets/index-H2iFFrr1.js +0 -213
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-TJ6SDLXL.js";
3
+ } from "./chunk-XNAJXSZ2.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-3G5B3IMZ.js";
7
- import "./chunk-VN3CI6K6.js";
8
- import "./chunk-KUPTGRME.js";
6
+ } from "./chunk-MBLATP5L.js";
7
+ import "./chunk-GTBCGJNT.js";
8
+ import "./chunk-EFBTZ6ZT.js";
9
9
  export {
10
10
  createServer,
11
11
  loadConfig
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-VN3CI6K6.js";
4
- import "./chunk-KUPTGRME.js";
3
+ } from "./chunk-GTBCGJNT.js";
4
+ import "./chunk-EFBTZ6ZT.js";
5
5
  export {
6
6
  IntelligenceService
7
7
  };
package/dist/mcp.js CHANGED
@@ -3,10 +3,10 @@ import {
3
3
  PACKAGE_VERSION,
4
4
  canonryMcpTools,
5
5
  createApiClient
6
- } from "./chunk-3G5B3IMZ.js";
6
+ } from "./chunk-MBLATP5L.js";
7
7
  import {
8
8
  isReadOnlyKey
9
- } from "./chunk-KUPTGRME.js";
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 configuration",
120
- description: "Manage queries, competitors, schedules, project upsert, and config-as-code roundtrips.",
121
- whenToLoad: "Load when onboarding a new project or editing tracked queries, competitors, or schedules."
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.143.0",
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",
@@ -67,25 +67,25 @@
67
67
  "tsx": "^4.19.0",
68
68
  "@ainyc/canonry-api-client": "0.0.0",
69
69
  "@ainyc/canonry-api-routes": "0.0.0",
70
- "@ainyc/canonry-db": "0.0.0",
71
- "@ainyc/canonry-contracts": "0.0.0",
72
70
  "@ainyc/canonry-config": "0.0.0",
73
- "@ainyc/canonry-integration-bing": "0.0.0",
71
+ "@ainyc/canonry-contracts": "0.0.0",
72
+ "@ainyc/canonry-db": "0.0.0",
74
73
  "@ainyc/canonry-integration-openai-ads": "0.0.0",
75
- "@ainyc/canonry-integration-cloud-run": "0.0.0",
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
77
  "@ainyc/canonry-integration-google-business-profile": "0.0.0",
79
- "@ainyc/canonry-integration-traffic": "0.0.0",
78
+ "@ainyc/canonry-integration-google-places": "0.0.0",
79
+ "@ainyc/canonry-integration-cloud-run": "0.0.0",
80
80
  "@ainyc/canonry-integration-wordpress": "0.0.0",
81
81
  "@ainyc/canonry-intelligence": "0.0.0",
82
- "@ainyc/canonry-integration-google-places": "0.0.0",
82
+ "@ainyc/canonry-integration-traffic": "0.0.0",
83
83
  "@ainyc/canonry-provider-cdp": "0.0.0",
84
84
  "@ainyc/canonry-provider-claude": "0.0.0",
85
- "@ainyc/canonry-provider-perplexity": "0.0.0",
86
85
  "@ainyc/canonry-provider-local": "0.0.0",
87
- "@ainyc/canonry-provider-openai": "0.0.0",
88
- "@ainyc/canonry-provider-gemini": "0.0.0"
86
+ "@ainyc/canonry-provider-gemini": "0.0.0",
87
+ "@ainyc/canonry-provider-perplexity": "0.0.0",
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",