@ainyc/canonry 4.68.1 → 4.69.1

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/agent-workspace/skills/canonry/references/canonry-cli.md +20 -1
  2. package/assets/assets/{BacklinksPage-B9Q2r9zM.js → BacklinksPage-DLsgGSXv.js} +1 -1
  3. package/assets/assets/{ChartPrimitives-D-YWOWK-.js → ChartPrimitives-CERLI8Z-.js} +1 -1
  4. package/assets/assets/{ProjectPage-BXgxWKyT.js → ProjectPage-CaRqQ1vH.js} +1 -1
  5. package/assets/assets/{RunRow-CJpjUaht.js → RunRow-C3x47chX.js} +1 -1
  6. package/assets/assets/{RunsPage-DVl_pgqe.js → RunsPage-DRIlEete.js} +1 -1
  7. package/assets/assets/{SettingsPage-CAiVL2mo.js → SettingsPage-CHaqBpnQ.js} +1 -1
  8. package/assets/assets/{TrafficPage-B8dnHFqk.js → TrafficPage-UbL0daLy.js} +1 -1
  9. package/assets/assets/{TrafficSourceDetailPage-37s8p8eZ.js → TrafficSourceDetailPage-CjLDbjf_.js} +1 -1
  10. package/assets/assets/{extract-error-message-DwqbPRoa.js → extract-error-message-BndXGmUh.js} +1 -1
  11. package/assets/assets/{index-DFo2OL9c.js → index-BCwC5OlW.js} +39 -39
  12. package/assets/assets/{index-BquJzH0t.css → index-BUNCrWTe.css} +1 -1
  13. package/assets/assets/{server-traffic-CMFP8-x2.js → server-traffic-DOnVZFEw.js} +1 -1
  14. package/assets/assets/{trash-2-C4sYVIa6.js → trash-2-HEZdy4sJ.js} +1 -1
  15. package/assets/index.html +2 -2
  16. package/dist/{chunk-D75O5A27.js → chunk-5FM7QRYD.js} +1558 -1526
  17. package/dist/{chunk-GZYLAE6M.js → chunk-SBYA3LEJ.js} +4 -4
  18. package/dist/{chunk-Y24OE7R3.js → chunk-WFM2O72W.js} +494 -309
  19. package/dist/{chunk-YYFBMDLC.js → chunk-ZNWMVYYU.js} +53 -1
  20. package/dist/cli.js +197 -80
  21. package/dist/index.js +4 -4
  22. package/dist/{intelligence-service-5V2JWQ6K.js → intelligence-service-DVVSE3G7.js} +2 -2
  23. package/dist/mcp.js +2 -2
  24. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-GZYLAE6M.js";
3
+ } from "./chunk-SBYA3LEJ.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-YYFBMDLC.js";
7
- import "./chunk-Y24OE7R3.js";
8
- import "./chunk-D75O5A27.js";
6
+ } from "./chunk-ZNWMVYYU.js";
7
+ import "./chunk-WFM2O72W.js";
8
+ import "./chunk-5FM7QRYD.js";
9
9
  export {
10
10
  createServer,
11
11
  loadConfig
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-Y24OE7R3.js";
4
- import "./chunk-D75O5A27.js";
3
+ } from "./chunk-WFM2O72W.js";
4
+ import "./chunk-5FM7QRYD.js";
5
5
  export {
6
6
  IntelligenceService
7
7
  };
package/dist/mcp.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  PACKAGE_VERSION,
4
4
  canonryMcpTools,
5
5
  createApiClient
6
- } from "./chunk-YYFBMDLC.js";
7
- import "./chunk-D75O5A27.js";
6
+ } from "./chunk-ZNWMVYYU.js";
7
+ import "./chunk-5FM7QRYD.js";
8
8
 
9
9
  // src/mcp/cli.ts
10
10
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "4.68.1",
3
+ "version": "4.69.1",
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,21 +65,21 @@
65
65
  "@ainyc/canonry-api-client": "0.0.0",
66
66
  "@ainyc/canonry-api-routes": "0.0.0",
67
67
  "@ainyc/canonry-config": "0.0.0",
68
- "@ainyc/canonry-db": "0.0.0",
69
- "@ainyc/canonry-integration-bing": "0.0.0",
70
- "@ainyc/canonry-contracts": "0.0.0",
71
68
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
69
+ "@ainyc/canonry-contracts": "0.0.0",
70
+ "@ainyc/canonry-db": "0.0.0",
72
71
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
73
- "@ainyc/canonry-integration-google": "0.0.0",
74
- "@ainyc/canonry-integration-google-business-profile": "0.0.0",
75
- "@ainyc/canonry-integration-google-places": "0.0.0",
76
72
  "@ainyc/canonry-integration-traffic": "0.0.0",
73
+ "@ainyc/canonry-integration-google": "0.0.0",
77
74
  "@ainyc/canonry-integration-wordpress": "0.0.0",
75
+ "@ainyc/canonry-integration-bing": "0.0.0",
76
+ "@ainyc/canonry-integration-google-business-profile": "0.0.0",
78
77
  "@ainyc/canonry-provider-cdp": "0.0.0",
79
78
  "@ainyc/canonry-intelligence": "0.0.0",
80
79
  "@ainyc/canonry-provider-claude": "0.0.0",
81
80
  "@ainyc/canonry-provider-gemini": "0.0.0",
82
81
  "@ainyc/canonry-provider-local": "0.0.0",
82
+ "@ainyc/canonry-integration-google-places": "0.0.0",
83
83
  "@ainyc/canonry-provider-openai": "0.0.0",
84
84
  "@ainyc/canonry-provider-perplexity": "0.0.0"
85
85
  },