@ainyc/canonry 4.114.0 → 4.115.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 (24) hide show
  1. package/assets/assets/{BacklinksPage-pxm5QdkH.js → BacklinksPage-DhXsZ8Sb.js} +1 -1
  2. package/assets/assets/{ChartPrimitives-lKnj_JyP.js → ChartPrimitives-Cdj0P8uG.js} +1 -1
  3. package/assets/assets/ProjectPage-DAWtJQ3w.js +7 -0
  4. package/assets/assets/{RunRow-BCinrp7o.js → RunRow-GJ_2CEif.js} +1 -1
  5. package/assets/assets/{RunsPage-CRoqsHH6.js → RunsPage-upaDiLFK.js} +1 -1
  6. package/assets/assets/{SettingsPage-BEJ39Z1y.js → SettingsPage-FbmEaN16.js} +1 -1
  7. package/assets/assets/{TrafficPage-DwlIys8k.js → TrafficPage-Di0H5JRu.js} +1 -1
  8. package/assets/assets/{TrafficSourceDetailPage-BxZdMbPs.js → TrafficSourceDetailPage-Bc2mxXSV.js} +1 -1
  9. package/assets/assets/{arrow-left-Bh1K7Q5q.js → arrow-left-yOCIy3_x.js} +1 -1
  10. package/assets/assets/{extract-error-message-CC-RB1fH.js → extract-error-message-tCNIzznL.js} +1 -1
  11. package/assets/assets/index-Bb5yUz7k.css +1 -0
  12. package/assets/assets/{index--YS3kkht.js → index-D0ZdnFQf.js} +43 -43
  13. package/assets/assets/{trash-2-uW1qyzpW.js → trash-2-gRyTO-PS.js} +1 -1
  14. package/assets/index.html +2 -2
  15. package/dist/{chunk-3VSTTH4M.js → chunk-BXNFOGDF.js} +227 -187
  16. package/dist/{chunk-WMWZW34J.js → chunk-PGVGHGIX.js} +3 -3
  17. package/dist/cli.js +3 -3
  18. package/dist/index.js +3 -3
  19. package/dist/{intelligence-service-I5EQ77KZ.js → intelligence-service-2C7H4C6A.js} +1 -1
  20. package/dist/mcp.js +1 -1
  21. package/package.json +9 -9
  22. package/assets/assets/ProjectPage-38ZIpkmq.js +0 -7
  23. package/assets/assets/index-CReX5Jn9.css +0 -1
  24. /package/dist/{chunk-DUBZH5JW.js → chunk-MO7GPMNV.js} +0 -0
@@ -10,7 +10,7 @@ import {
10
10
  loadConfig,
11
11
  loadConfigRaw,
12
12
  saveConfigPatch
13
- } from "./chunk-DUBZH5JW.js";
13
+ } from "./chunk-MO7GPMNV.js";
14
14
  import {
15
15
  CC_CACHE_DIR,
16
16
  DUCKDB_SPEC,
@@ -115,7 +115,7 @@ import {
115
115
  siteAuditPages,
116
116
  siteAuditSnapshots,
117
117
  usageCounters
118
- } from "./chunk-3VSTTH4M.js";
118
+ } from "./chunk-BXNFOGDF.js";
119
119
  import {
120
120
  AGENT_MEMORY_VALUE_MAX_BYTES,
121
121
  AGENT_PROVIDER_IDS,
@@ -6515,7 +6515,7 @@ function readStoredGroundingSources(rawResponse) {
6515
6515
  return result;
6516
6516
  }
6517
6517
  async function backfillInsightsCommand(project, opts) {
6518
- const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-I5EQ77KZ.js");
6518
+ const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-2C7H4C6A.js");
6519
6519
  const config = loadConfig();
6520
6520
  const db = createClient(config.database);
6521
6521
  migrate(db);
package/dist/cli.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  setTelemetrySource,
30
30
  showFirstRunNotice,
31
31
  trackEvent
32
- } from "./chunk-WMWZW34J.js";
32
+ } from "./chunk-PGVGHGIX.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-DUBZH5JW.js";
49
+ } from "./chunk-MO7GPMNV.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-3VSTTH4M.js";
57
+ } from "./chunk-BXNFOGDF.js";
58
58
  import {
59
59
  BacklinkSources,
60
60
  CcReleaseSyncStatuses,
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-WMWZW34J.js";
3
+ } from "./chunk-PGVGHGIX.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-DUBZH5JW.js";
7
- import "./chunk-3VSTTH4M.js";
6
+ } from "./chunk-MO7GPMNV.js";
7
+ import "./chunk-BXNFOGDF.js";
8
8
  import "./chunk-VEUBAZRG.js";
9
9
  export {
10
10
  createServer,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-3VSTTH4M.js";
3
+ } from "./chunk-BXNFOGDF.js";
4
4
  import "./chunk-VEUBAZRG.js";
5
5
  export {
6
6
  IntelligenceService
package/dist/mcp.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  PACKAGE_VERSION,
4
4
  canonryMcpTools,
5
5
  createApiClient
6
- } from "./chunk-DUBZH5JW.js";
6
+ } from "./chunk-MO7GPMNV.js";
7
7
  import {
8
8
  isReadOnlyKey
9
9
  } from "./chunk-VEUBAZRG.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "4.114.0",
3
+ "version": "4.115.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",
@@ -65,26 +65,26 @@
65
65
  "@types/node-cron": "^3.0.11",
66
66
  "tsup": "^8.5.1",
67
67
  "tsx": "^4.19.0",
68
+ "@ainyc/canonry-api-client": "0.0.0",
69
+ "@ainyc/canonry-api-routes": "0.0.0",
68
70
  "@ainyc/canonry-config": "0.0.0",
69
71
  "@ainyc/canonry-contracts": "0.0.0",
70
- "@ainyc/canonry-api-routes": "0.0.0",
71
72
  "@ainyc/canonry-db": "0.0.0",
72
- "@ainyc/canonry-api-client": "0.0.0",
73
73
  "@ainyc/canonry-integration-bing": "0.0.0",
74
74
  "@ainyc/canonry-integration-openai-ads": "0.0.0",
75
- "@ainyc/canonry-integration-google": "0.0.0",
76
- "@ainyc/canonry-integration-google-business-profile": "0.0.0",
77
75
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
78
- "@ainyc/canonry-integration-traffic": "0.0.0",
76
+ "@ainyc/canonry-integration-google": "0.0.0",
79
77
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
78
+ "@ainyc/canonry-integration-traffic": "0.0.0",
80
79
  "@ainyc/canonry-integration-google-places": "0.0.0",
80
+ "@ainyc/canonry-integration-google-business-profile": "0.0.0",
81
81
  "@ainyc/canonry-integration-wordpress": "0.0.0",
82
- "@ainyc/canonry-provider-cdp": "0.0.0",
83
82
  "@ainyc/canonry-intelligence": "0.0.0",
84
- "@ainyc/canonry-provider-gemini": "0.0.0",
85
- "@ainyc/canonry-provider-openai": "0.0.0",
83
+ "@ainyc/canonry-provider-cdp": "0.0.0",
86
84
  "@ainyc/canonry-provider-local": "0.0.0",
85
+ "@ainyc/canonry-provider-gemini": "0.0.0",
87
86
  "@ainyc/canonry-provider-claude": "0.0.0",
87
+ "@ainyc/canonry-provider-openai": "0.0.0",
88
88
  "@ainyc/canonry-provider-perplexity": "0.0.0"
89
89
  },
90
90
  "scripts": {