@ainyc/canonry 2.4.2 → 2.4.5

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/cli.js CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  showFirstRunNotice,
39
39
  trackEvent,
40
40
  usageError
41
- } from "./chunk-Y7GCG4GD.js";
41
+ } from "./chunk-6UY2PETG.js";
42
42
  import {
43
43
  apiKeys,
44
44
  competitors,
@@ -48,7 +48,7 @@ import {
48
48
  projects,
49
49
  querySnapshots,
50
50
  runs
51
- } from "./chunk-GZF3YIHY.js";
51
+ } from "./chunk-32YTAZBL.js";
52
52
 
53
53
  // src/cli.ts
54
54
  import { pathToFileURL } from "url";
@@ -295,7 +295,7 @@ async function backfillAnswerVisibilityCommand(opts) {
295
295
  console.log(` Errors: ${providerErrors}`);
296
296
  }
297
297
  async function backfillInsightsCommand(project, opts) {
298
- const { IntelligenceService } = await import("./intelligence-service-KM64AW7J.js");
298
+ const { IntelligenceService } = await import("./intelligence-service-U7YQ4NXV.js");
299
299
  const config = loadConfig();
300
300
  const db = createClient(config.database);
301
301
  migrate(db);
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  createServer,
3
3
  loadConfig
4
- } from "./chunk-Y7GCG4GD.js";
5
- import "./chunk-GZF3YIHY.js";
4
+ } from "./chunk-6UY2PETG.js";
5
+ import "./chunk-32YTAZBL.js";
6
6
  export {
7
7
  createServer,
8
8
  loadConfig
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-GZF3YIHY.js";
3
+ } from "./chunk-32YTAZBL.js";
4
4
  export {
5
5
  IntelligenceService
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "2.4.2",
3
+ "version": "2.4.5",
4
4
  "type": "module",
5
5
  "description": "The ultimate open-source AEO monitoring tool - track how answer engines cite your domain",
6
6
  "license": "FSL-1.1-ALv2",
@@ -57,21 +57,21 @@
57
57
  "@types/node-cron": "^3.0.11",
58
58
  "tsup": "^8.5.1",
59
59
  "tsx": "^4.19.0",
60
- "@ainyc/canonry-contracts": "0.0.0",
60
+ "@ainyc/canonry-db": "0.0.0",
61
61
  "@ainyc/canonry-api-routes": "0.0.0",
62
62
  "@ainyc/canonry-intelligence": "0.0.0",
63
- "@ainyc/canonry-db": "0.0.0",
64
- "@ainyc/canonry-config": "0.0.0",
63
+ "@ainyc/canonry-contracts": "0.0.0",
65
64
  "@ainyc/canonry-integration-bing": "0.0.0",
66
- "@ainyc/canonry-integration-google": "0.0.0",
65
+ "@ainyc/canonry-config": "0.0.0",
67
66
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
67
+ "@ainyc/canonry-integration-google": "0.0.0",
68
68
  "@ainyc/canonry-integration-wordpress": "0.0.0",
69
- "@ainyc/canonry-provider-claude": "0.0.0",
70
- "@ainyc/canonry-provider-local": "0.0.0",
71
69
  "@ainyc/canonry-provider-gemini": "0.0.0",
70
+ "@ainyc/canonry-provider-local": "0.0.0",
72
71
  "@ainyc/canonry-provider-cdp": "0.0.0",
73
72
  "@ainyc/canonry-provider-openai": "0.0.0",
74
- "@ainyc/canonry-provider-perplexity": "0.0.0"
73
+ "@ainyc/canonry-provider-perplexity": "0.0.0",
74
+ "@ainyc/canonry-provider-claude": "0.0.0"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",