@ainyc/canonry 4.91.0 → 4.91.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.
@@ -19774,11 +19774,15 @@ var GBP_LOCATIONS_DEFAULT_READ_MASK = [
19774
19774
  "title",
19775
19775
  "storefrontAddress",
19776
19776
  "websiteUri",
19777
- "categories.primaryCategory.displayName",
19777
+ // Request `categories` WHOLE, not a nested sub-path. The Business Information
19778
+ // locations.list readMask rejects a nested path into the REPEATED
19779
+ // `additionalCategories` array ("Invalid field mask provided", HTTP 400 —
19780
+ // verified against the live API), so we ask for the full `categories` object
19781
+ // (it carries primaryCategory + additionalCategories displayNames + serviceTypes).
19782
+ "categories",
19778
19783
  // Owner-authored profile content — the entity-anchor and qualifier signals AI
19779
19784
  // answer engines weight most. All ride the same Business Information v1
19780
19785
  // Location resource canonry already reads (no new auth / API enablement).
19781
- "categories.additionalCategories.displayName",
19782
19786
  "profile.description",
19783
19787
  "serviceArea",
19784
19788
  "regularHours",
@@ -104,7 +104,7 @@ import {
104
104
  siteAuditPages,
105
105
  siteAuditSnapshots,
106
106
  usageCounters
107
- } from "./chunk-AFSVCKFI.js";
107
+ } from "./chunk-4KQYRCVC.js";
108
108
  import {
109
109
  AGENT_MEMORY_VALUE_MAX_BYTES,
110
110
  AGENT_PROVIDER_IDS,
@@ -6323,7 +6323,7 @@ function readStoredGroundingSources(rawResponse) {
6323
6323
  return result;
6324
6324
  }
6325
6325
  async function backfillInsightsCommand(project, opts) {
6326
- const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-MHTYZ632.js");
6326
+ const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-QB6HQRWU.js");
6327
6327
  const config = loadConfig();
6328
6328
  const db = createClient(config.database);
6329
6329
  migrate(db);
package/dist/cli.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  setTelemetrySource,
28
28
  showFirstRunNotice,
29
29
  trackEvent
30
- } from "./chunk-2SO5ZS4S.js";
30
+ } from "./chunk-KFJPJBW3.js";
31
31
  import {
32
32
  CliError,
33
33
  EXIT_SYSTEM_ERROR,
@@ -52,7 +52,7 @@ import {
52
52
  projects,
53
53
  queries,
54
54
  renderReportHtml
55
- } from "./chunk-AFSVCKFI.js";
55
+ } from "./chunk-4KQYRCVC.js";
56
56
  import {
57
57
  BacklinkSources,
58
58
  CcReleaseSyncStatuses,
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-2SO5ZS4S.js";
3
+ } from "./chunk-KFJPJBW3.js";
4
4
  import {
5
5
  loadConfig
6
6
  } from "./chunk-6RVUSM4Y.js";
7
- import "./chunk-AFSVCKFI.js";
7
+ import "./chunk-4KQYRCVC.js";
8
8
  import "./chunk-WMBOHP7E.js";
9
9
  export {
10
10
  createServer,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-AFSVCKFI.js";
3
+ } from "./chunk-4KQYRCVC.js";
4
4
  import "./chunk-WMBOHP7E.js";
5
5
  export {
6
6
  IntelligenceService
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "4.91.0",
3
+ "version": "4.91.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",
@@ -62,27 +62,27 @@
62
62
  "@types/node-cron": "^3.0.11",
63
63
  "tsup": "^8.5.1",
64
64
  "tsx": "^4.19.0",
65
- "@ainyc/canonry-api-routes": "0.0.0",
66
65
  "@ainyc/canonry-api-client": "0.0.0",
67
- "@ainyc/canonry-contracts": "0.0.0",
68
- "@ainyc/canonry-integration-bing": "0.0.0",
69
- "@ainyc/canonry-db": "0.0.0",
70
66
  "@ainyc/canonry-config": "0.0.0",
67
+ "@ainyc/canonry-db": "0.0.0",
68
+ "@ainyc/canonry-api-routes": "0.0.0",
69
+ "@ainyc/canonry-integration-bing": "0.0.0",
70
+ "@ainyc/canonry-contracts": "0.0.0",
71
71
  "@ainyc/canonry-integration-openai-ads": "0.0.0",
72
- "@ainyc/canonry-integration-cloud-run": "0.0.0",
73
- "@ainyc/canonry-integration-google-places": "0.0.0",
74
72
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
73
+ "@ainyc/canonry-integration-cloud-run": "0.0.0",
75
74
  "@ainyc/canonry-integration-google": "0.0.0",
76
- "@ainyc/canonry-integration-traffic": "0.0.0",
77
75
  "@ainyc/canonry-integration-google-business-profile": "0.0.0",
76
+ "@ainyc/canonry-integration-google-places": "0.0.0",
77
+ "@ainyc/canonry-integration-traffic": "0.0.0",
78
78
  "@ainyc/canonry-intelligence": "0.0.0",
79
+ "@ainyc/canonry-integration-wordpress": "0.0.0",
79
80
  "@ainyc/canonry-provider-cdp": "0.0.0",
80
- "@ainyc/canonry-provider-claude": "0.0.0",
81
81
  "@ainyc/canonry-provider-gemini": "0.0.0",
82
- "@ainyc/canonry-provider-openai": "0.0.0",
82
+ "@ainyc/canonry-provider-claude": "0.0.0",
83
83
  "@ainyc/canonry-provider-local": "0.0.0",
84
84
  "@ainyc/canonry-provider-perplexity": "0.0.0",
85
- "@ainyc/canonry-integration-wordpress": "0.0.0"
85
+ "@ainyc/canonry-provider-openai": "0.0.0"
86
86
  },
87
87
  "scripts": {
88
88
  "build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",