@ainyc/canonry 4.34.0 → 4.36.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
@@ -154,6 +154,9 @@ interface CanonryConfig {
154
154
  telemetry?: boolean;
155
155
  anonymousId?: string;
156
156
  lastSeenVersion?: string;
157
+ updateCheck?: boolean;
158
+ lastUpdateCheckAt?: string;
159
+ lastKnownLatestVersion?: string;
157
160
  agent?: AgentConfigEntry;
158
161
  }
159
162
  declare function loadConfig(): CanonryConfig;
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-7AF6B3L6.js";
3
+ } from "./chunk-F2G67CIU.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-5EBN7736.js";
7
- import "./chunk-7256SFYT.js";
8
- import "./chunk-XW3F5EEW.js";
6
+ } from "./chunk-O7S623DL.js";
7
+ import "./chunk-JQQXMCQ7.js";
8
+ import "./chunk-XJVYVURK.js";
9
9
  export {
10
10
  createServer,
11
11
  loadConfig
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-7256SFYT.js";
4
- import "./chunk-XW3F5EEW.js";
3
+ } from "./chunk-JQQXMCQ7.js";
4
+ import "./chunk-XJVYVURK.js";
5
5
  export {
6
6
  IntelligenceService
7
7
  };
package/dist/mcp.js CHANGED
@@ -2,8 +2,8 @@ import {
2
2
  CliError,
3
3
  canonryMcpTools,
4
4
  createApiClient
5
- } from "./chunk-5EBN7736.js";
6
- import "./chunk-XW3F5EEW.js";
5
+ } from "./chunk-O7S623DL.js";
6
+ import "./chunk-XJVYVURK.js";
7
7
 
8
8
  // src/mcp/cli.ts
9
9
  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.34.0",
3
+ "version": "4.36.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",
@@ -60,20 +60,20 @@
60
60
  "@types/node-cron": "^3.0.11",
61
61
  "tsup": "^8.5.1",
62
62
  "tsx": "^4.19.0",
63
- "@ainyc/canonry-config": "0.0.0",
64
63
  "@ainyc/canonry-api-routes": "0.0.0",
65
- "@ainyc/canonry-contracts": "0.0.0",
64
+ "@ainyc/canonry-config": "0.0.0",
66
65
  "@ainyc/canonry-db": "0.0.0",
66
+ "@ainyc/canonry-intelligence": "0.0.0",
67
67
  "@ainyc/canonry-integration-bing": "0.0.0",
68
68
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
69
+ "@ainyc/canonry-contracts": "0.0.0",
69
70
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
70
- "@ainyc/canonry-intelligence": "0.0.0",
71
- "@ainyc/canonry-integration-google": "0.0.0",
72
71
  "@ainyc/canonry-integration-traffic": "0.0.0",
73
- "@ainyc/canonry-provider-cdp": "0.0.0",
72
+ "@ainyc/canonry-integration-google": "0.0.0",
74
73
  "@ainyc/canonry-integration-wordpress": "0.0.0",
75
- "@ainyc/canonry-provider-claude": "0.0.0",
74
+ "@ainyc/canonry-provider-cdp": "0.0.0",
76
75
  "@ainyc/canonry-provider-gemini": "0.0.0",
76
+ "@ainyc/canonry-provider-claude": "0.0.0",
77
77
  "@ainyc/canonry-provider-local": "0.0.0",
78
78
  "@ainyc/canonry-provider-openai": "0.0.0",
79
79
  "@ainyc/canonry-provider-perplexity": "0.0.0"