@ainyc/canonry 4.14.0 → 4.15.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/dist/index.d.ts CHANGED
@@ -116,6 +116,7 @@ interface CanonryConfig {
116
116
  dashboardPasswordHash?: string;
117
117
  telemetry?: boolean;
118
118
  anonymousId?: string;
119
+ lastSeenVersion?: string;
119
120
  agent?: AgentConfigEntry;
120
121
  }
121
122
  declare function loadConfig(): CanonryConfig;
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-UQHWSCTE.js";
3
+ } from "./chunk-DLSQXNUN.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-5NYG5EC7.js";
6
+ } from "./chunk-C32VL5BB.js";
7
7
  import "./chunk-7HBZCGRL.js";
8
8
  import "./chunk-6QTH5NS5.js";
9
9
  export {
package/dist/mcp.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  CliError,
3
3
  canonryMcpTools,
4
4
  createApiClient
5
- } from "./chunk-5NYG5EC7.js";
5
+ } from "./chunk-C32VL5BB.js";
6
6
  import "./chunk-6QTH5NS5.js";
7
7
 
8
8
  // src/mcp/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "4.14.0",
3
+ "version": "4.15.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",
@@ -61,17 +61,17 @@
61
61
  "tsx": "^4.19.0",
62
62
  "@ainyc/canonry-api-routes": "0.0.0",
63
63
  "@ainyc/canonry-config": "0.0.0",
64
- "@ainyc/canonry-intelligence": "0.0.0",
65
- "@ainyc/canonry-contracts": "0.0.0",
66
64
  "@ainyc/canonry-db": "0.0.0",
67
- "@ainyc/canonry-integration-cloud-run": "0.0.0",
68
65
  "@ainyc/canonry-integration-bing": "0.0.0",
66
+ "@ainyc/canonry-intelligence": "0.0.0",
67
+ "@ainyc/canonry-integration-cloud-run": "0.0.0",
68
+ "@ainyc/canonry-contracts": "0.0.0",
69
69
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
70
70
  "@ainyc/canonry-integration-google": "0.0.0",
71
71
  "@ainyc/canonry-integration-traffic": "0.0.0",
72
- "@ainyc/canonry-provider-claude": "0.0.0",
73
- "@ainyc/canonry-provider-cdp": "0.0.0",
74
72
  "@ainyc/canonry-integration-wordpress": "0.0.0",
73
+ "@ainyc/canonry-provider-cdp": "0.0.0",
74
+ "@ainyc/canonry-provider-claude": "0.0.0",
75
75
  "@ainyc/canonry-provider-gemini": "0.0.0",
76
76
  "@ainyc/canonry-provider-local": "0.0.0",
77
77
  "@ainyc/canonry-provider-openai": "0.0.0",