@canonry/canonry 5.16.0 → 5.16.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.
@@ -6491,7 +6491,7 @@ function nonBlank(value) {
6491
6491
  return trimmed ? trimmed : void 0;
6492
6492
  }
6493
6493
  function resolveBuildCommit(env = process.env) {
6494
- const embedded = true ? "fbd3ec65759728dfb2dc5382f1435574eb8690e0" : void 0;
6494
+ const embedded = true ? "c03ab4f56518250251bec6d577c20d1334377cec" : void 0;
6495
6495
  return nonBlank(embedded) ?? nonBlank(env.CANONRY_COMMIT);
6496
6496
  }
6497
6497
  function resolveInstanceIdentity(env = process.env) {
package/dist/cli.js CHANGED
@@ -35,7 +35,7 @@ import {
35
35
  trackCliCommandFinished,
36
36
  trackEvent,
37
37
  waitForServerRuntimeStartup
38
- } from "./chunk-XDFMFZRN.js";
38
+ } from "./chunk-5QK5KHA7.js";
39
39
  import {
40
40
  autoSyncSkills,
41
41
  formatAutoSyncNotice
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  createGoogleMarketingCredentialStore,
4
4
  createGoogleMarketingRuntime,
5
5
  createServer
6
- } from "./chunk-XDFMFZRN.js";
6
+ } from "./chunk-5QK5KHA7.js";
7
7
  import {
8
8
  loadConfig
9
9
  } from "./chunk-ZGZSROSR.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonry/canonry",
3
- "version": "5.16.0",
3
+ "version": "5.16.1",
4
4
  "type": "module",
5
5
  "description": "Self-hosted AI visibility (AEO) platform: track how ChatGPT, Claude, Gemini, and Perplexity cite your domain, join it with Search Console, GA4, server-side traffic, and paid media, and fix what you find through agent tools (CLI, REST, MCP). Local SQLite.",
6
6
  "keywords": [
@@ -86,30 +86,30 @@
86
86
  "@types/node-cron": "^3.0.11",
87
87
  "tsup": "^8.5.1",
88
88
  "tsx": "^4.19.0",
89
- "@ainyc/canonry-api-client": "0.0.0",
90
89
  "@ainyc/canonry-web": "0.0.0",
91
- "@ainyc/canonry-config": "0.0.0",
90
+ "@ainyc/canonry-api-client": "0.0.0",
92
91
  "@ainyc/canonry-api-routes": "0.0.0",
93
92
  "@ainyc/canonry-contracts": "0.0.0",
94
93
  "@ainyc/canonry-db": "0.0.0",
94
+ "@ainyc/canonry-config": "0.0.0",
95
95
  "@ainyc/canonry-integration-bing": "0.0.0",
96
96
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
97
- "@ainyc/canonry-integration-commoncrawl": "0.0.0",
98
- "@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
99
97
  "@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
98
+ "@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
100
99
  "@ainyc/canonry-integration-google": "0.0.0",
101
100
  "@ainyc/canonry-integration-google-business-profile": "0.0.0",
102
- "@ainyc/canonry-integration-google-ads": "0.0.0",
101
+ "@ainyc/canonry-integration-google-places": "0.0.0",
102
+ "@ainyc/canonry-integration-commoncrawl": "0.0.0",
103
103
  "@ainyc/canonry-integration-google-tag-manager": "0.0.0",
104
- "@ainyc/canonry-integration-openai-ads": "0.0.0",
105
- "@ainyc/canonry-integration-traffic": "0.0.0",
106
104
  "@ainyc/canonry-integration-wordpress": "0.0.0",
107
- "@ainyc/canonry-intelligence": "0.0.0",
108
- "@ainyc/canonry-integration-google-places": "0.0.0",
105
+ "@ainyc/canonry-integration-google-ads": "0.0.0",
106
+ "@ainyc/canonry-integration-traffic": "0.0.0",
107
+ "@ainyc/canonry-integration-openai-ads": "0.0.0",
108
+ "@ainyc/canonry-provider-claude": "0.0.0",
109
109
  "@ainyc/canonry-provider-cdp": "0.0.0",
110
+ "@ainyc/canonry-intelligence": "0.0.0",
110
111
  "@ainyc/canonry-provider-gemini": "0.0.0",
111
112
  "@ainyc/canonry-provider-local": "0.0.0",
112
- "@ainyc/canonry-provider-claude": "0.0.0",
113
113
  "@ainyc/canonry-provider-openai": "0.0.0",
114
114
  "@ainyc/canonry-provider-perplexity": "0.0.0"
115
115
  },