@canonry/canonry 4.124.0 → 4.126.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 (25) hide show
  1. package/assets/agent-workspace/skills/canonry/references/canonry-cli.md +5 -0
  2. package/assets/assets/{AuditHistoryPanel-fPBADGsr.js → AuditHistoryPanel-C-KSU-dr.js} +1 -1
  3. package/assets/assets/{BacklinksPage-DKer7s8M.js → BacklinksPage-BH4njwCh.js} +1 -1
  4. package/assets/assets/{ChartPrimitives-0DFDFhCZ.js → ChartPrimitives-BhB9Kxzc.js} +1 -1
  5. package/assets/assets/{HistoryPage-BTkTlXg0.js → HistoryPage-BQVNx0eu.js} +1 -1
  6. package/assets/assets/{ProjectPage-BzqDCkp2.js → ProjectPage-DnkNE1AW.js} +1 -1
  7. package/assets/assets/{RunRow-DyIeH4_d.js → RunRow-70N3oGz8.js} +1 -1
  8. package/assets/assets/{RunsPage-KVu_37ds.js → RunsPage-CtuKRP0o.js} +1 -1
  9. package/assets/assets/{SettingsPage-CCLXSBpq.js → SettingsPage-B1ZGnDz8.js} +1 -1
  10. package/assets/assets/{TrafficPage-BH7a0sS2.js → TrafficPage-BOGbXHd9.js} +1 -1
  11. package/assets/assets/{TrafficSourceDetailPage-kIlf0kCe.js → TrafficSourceDetailPage-5jj7n7W1.js} +1 -1
  12. package/assets/assets/{arrow-left-jhivZs4g.js → arrow-left-gOf0lyu3.js} +1 -1
  13. package/assets/assets/{extract-error-message-XU_cbcLD.js → extract-error-message-CZKcwJhv.js} +1 -1
  14. package/assets/assets/{index-CqFSTLK5.js → index-B_CDPjOg.js} +59 -59
  15. package/assets/assets/{trash-2-CcmHLt5u.js → trash-2-BnFgG3Wq.js} +1 -1
  16. package/assets/index.html +1 -1
  17. package/dist/{chunk-BGLBWFMV.js → chunk-FCGRCCX6.js} +304 -23
  18. package/dist/{chunk-4D2XUMMV.js → chunk-M6GKSLOJ.js} +73 -7
  19. package/dist/{chunk-SLCGTOKT.js → chunk-RFLNTI7Y.js} +11 -1
  20. package/dist/{chunk-WGGB7QBD.js → chunk-WA57WG6W.js} +1 -1
  21. package/dist/cli.js +4 -4
  22. package/dist/index.js +4 -4
  23. package/dist/{intelligence-service-SACHNNCT.js → intelligence-service-K6B3MTDS.js} +2 -2
  24. package/dist/mcp.js +2 -2
  25. package/package.json +8 -8
@@ -37,7 +37,7 @@ import {
37
37
  trafficConnectVercelRequestSchema,
38
38
  trafficConnectWordpressRequestSchema,
39
39
  trafficEventKindSchema
40
- } from "./chunk-SLCGTOKT.js";
40
+ } from "./chunk-RFLNTI7Y.js";
41
41
 
42
42
  // src/config.ts
43
43
  import fs from "fs";
package/dist/cli.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  setTelemetrySource,
30
30
  showFirstRunNotice,
31
31
  trackEvent
32
- } from "./chunk-4D2XUMMV.js";
32
+ } from "./chunk-M6GKSLOJ.js";
33
33
  import {
34
34
  CliError,
35
35
  EXIT_SYSTEM_ERROR,
@@ -46,7 +46,7 @@ import {
46
46
  saveConfig,
47
47
  saveConfigPatch,
48
48
  usageError
49
- } from "./chunk-WGGB7QBD.js";
49
+ } from "./chunk-WA57WG6W.js";
50
50
  import {
51
51
  apiKeys,
52
52
  createClient,
@@ -54,7 +54,7 @@ import {
54
54
  projects,
55
55
  queries,
56
56
  renderReportHtml
57
- } from "./chunk-BGLBWFMV.js";
57
+ } from "./chunk-FCGRCCX6.js";
58
58
  import {
59
59
  AdsOperationKinds,
60
60
  AdsOperationStates,
@@ -95,7 +95,7 @@ import {
95
95
  providerQuotaPolicySchema,
96
96
  resolveProviderInput,
97
97
  winnabilityClassSchema
98
- } from "./chunk-SLCGTOKT.js";
98
+ } from "./chunk-RFLNTI7Y.js";
99
99
 
100
100
  // src/cli.ts
101
101
  import { pathToFileURL } from "url";
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-4D2XUMMV.js";
3
+ } from "./chunk-M6GKSLOJ.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-WGGB7QBD.js";
7
- import "./chunk-BGLBWFMV.js";
8
- import "./chunk-SLCGTOKT.js";
6
+ } from "./chunk-WA57WG6W.js";
7
+ import "./chunk-FCGRCCX6.js";
8
+ import "./chunk-RFLNTI7Y.js";
9
9
  export {
10
10
  createServer,
11
11
  loadConfig
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-BGLBWFMV.js";
4
- import "./chunk-SLCGTOKT.js";
3
+ } from "./chunk-FCGRCCX6.js";
4
+ import "./chunk-RFLNTI7Y.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-WGGB7QBD.js";
6
+ } from "./chunk-WA57WG6W.js";
7
7
  import {
8
8
  isReadOnlyKey
9
- } from "./chunk-SLCGTOKT.js";
9
+ } from "./chunk-RFLNTI7Y.js";
10
10
 
11
11
  // src/mcp/cli.ts
12
12
  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.124.0",
3
+ "version": "4.126.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-contracts": "0.0.0",
70
- "@ainyc/canonry-config": "0.0.0",
71
69
  "@ainyc/canonry-api-routes": "0.0.0",
70
+ "@ainyc/canonry-contracts": "0.0.0",
72
71
  "@ainyc/canonry-db": "0.0.0",
72
+ "@ainyc/canonry-config": "0.0.0",
73
73
  "@ainyc/canonry-integration-bing": "0.0.0",
74
+ "@ainyc/canonry-integration-openai-ads": "0.0.0",
74
75
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
75
76
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
77
+ "@ainyc/canonry-integration-google": "0.0.0",
76
78
  "@ainyc/canonry-integration-google-business-profile": "0.0.0",
77
79
  "@ainyc/canonry-integration-google-places": "0.0.0",
78
80
  "@ainyc/canonry-integration-traffic": "0.0.0",
79
81
  "@ainyc/canonry-integration-wordpress": "0.0.0",
80
82
  "@ainyc/canonry-intelligence": "0.0.0",
81
83
  "@ainyc/canonry-provider-cdp": "0.0.0",
82
- "@ainyc/canonry-integration-openai-ads": "0.0.0",
83
- "@ainyc/canonry-provider-gemini": "0.0.0",
84
- "@ainyc/canonry-provider-claude": "0.0.0",
85
84
  "@ainyc/canonry-provider-local": "0.0.0",
86
- "@ainyc/canonry-integration-google": "0.0.0",
87
85
  "@ainyc/canonry-provider-openai": "0.0.0",
88
- "@ainyc/canonry-provider-perplexity": "0.0.0"
86
+ "@ainyc/canonry-provider-gemini": "0.0.0",
87
+ "@ainyc/canonry-provider-perplexity": "0.0.0",
88
+ "@ainyc/canonry-provider-claude": "0.0.0"
89
89
  },
90
90
  "scripts": {
91
91
  "build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",