@ainyc/canonry 4.137.0 → 4.138.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/assets/assets/{AuditHistoryPanel-B6GEmlVM.js → AuditHistoryPanel-CIdoSKjP.js} +1 -1
- package/assets/assets/{BacklinksPage-Cr3QegNo.js → BacklinksPage-BYnzQLFq.js} +1 -1
- package/assets/assets/{ChartPrimitives-rhsGzU1A.js → ChartPrimitives-bx4p5MDx.js} +1 -1
- package/assets/assets/{HistoryPage-B3HrxyPP.js → HistoryPage-CjLb8TKY.js} +1 -1
- package/assets/assets/{ProjectPage-D3WiL3RI.js → ProjectPage-C_bSGiLs.js} +6 -6
- package/assets/assets/{RunRow-MsV1RLPm.js → RunRow-D6W6D1BX.js} +1 -1
- package/assets/assets/{RunsPage-BVlv0j3Y.js → RunsPage-CQT4lXFp.js} +1 -1
- package/assets/assets/{SettingsPage-Dfd-T4o9.js → SettingsPage-DVQKzz6s.js} +1 -1
- package/assets/assets/{TrafficPage-Bl1jj73m.js → TrafficPage-BdocLgWw.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-CinQcKmY.js → TrafficSourceDetailPage-CTZF_R9C.js} +1 -1
- package/assets/assets/{arrow-left-CHU6s_Xn.js → arrow-left-ClC65OiR.js} +1 -1
- package/assets/assets/{extract-error-message-BDdyZgyf.js → extract-error-message-CsgTjzyj.js} +1 -1
- package/assets/assets/{index-BNulljlk.js → index-BZgknVrZ.js} +62 -62
- package/assets/assets/{index-CglduHCN.css → index-DY7GziwY.css} +1 -1
- package/assets/assets/{trash-2-BE5oH1Tj.js → trash-2-nr8RRH47.js} +1 -1
- package/assets/index.html +2 -2
- package/dist/{chunk-XEX5CLQW.js → chunk-3KGJ7BXW.js} +125 -5
- package/dist/{chunk-PBTB3FCN.js → chunk-GO24URVP.js} +71 -4
- package/dist/{chunk-UVWI6VPP.js → chunk-R3GAWKHM.js} +1 -1
- package/dist/{chunk-7RF5EDUO.js → chunk-RJ7OW6W6.js} +3000 -2924
- package/dist/cli.js +4 -4
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-JEFHUGVX.js → intelligence-service-5RJHJLYA.js} +2 -2
- package/dist/mcp.js +2 -2
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
showFirstRunNotice,
|
|
31
31
|
trackCliCommandFinished,
|
|
32
32
|
trackEvent
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-3KGJ7BXW.js";
|
|
34
34
|
import {
|
|
35
35
|
CliError,
|
|
36
36
|
EXIT_SYSTEM_ERROR,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
saveConfig,
|
|
48
48
|
saveConfigPatch,
|
|
49
49
|
usageError
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-R3GAWKHM.js";
|
|
51
51
|
import {
|
|
52
52
|
apiKeys,
|
|
53
53
|
createClient,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
projects,
|
|
56
56
|
queries,
|
|
57
57
|
renderReportHtml
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-GO24URVP.js";
|
|
59
59
|
import {
|
|
60
60
|
AdsDeliverySnapshotStatuses,
|
|
61
61
|
AdsHistoricalCampaignRollupStatuses,
|
|
@@ -101,7 +101,7 @@ import {
|
|
|
101
101
|
providerQuotaPolicySchema,
|
|
102
102
|
resolveProviderInput,
|
|
103
103
|
winnabilityClassSchema
|
|
104
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-RJ7OW6W6.js";
|
|
105
105
|
|
|
106
106
|
// src/cli.ts
|
|
107
107
|
import { pathToFileURL } from "url";
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3KGJ7BXW.js";
|
|
4
4
|
import {
|
|
5
5
|
loadConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-R3GAWKHM.js";
|
|
7
|
+
import "./chunk-GO24URVP.js";
|
|
8
|
+
import "./chunk-RJ7OW6W6.js";
|
|
9
9
|
export {
|
|
10
10
|
createServer,
|
|
11
11
|
loadConfig
|
package/dist/mcp.js
CHANGED
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
PACKAGE_VERSION,
|
|
4
4
|
canonryMcpTools,
|
|
5
5
|
createApiClient
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-R3GAWKHM.js";
|
|
7
7
|
import {
|
|
8
8
|
isReadOnlyKey
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RJ7OW6W6.js";
|
|
10
10
|
|
|
11
11
|
// src/mcp/cli.ts
|
|
12
12
|
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.
|
|
3
|
+
"version": "4.138.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",
|
|
@@ -67,22 +67,22 @@
|
|
|
67
67
|
"tsx": "^4.19.0",
|
|
68
68
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
69
69
|
"@ainyc/canonry-api-routes": "0.0.0",
|
|
70
|
-
"@ainyc/canonry-config": "0.0.0",
|
|
71
70
|
"@ainyc/canonry-db": "0.0.0",
|
|
71
|
+
"@ainyc/canonry-config": "0.0.0",
|
|
72
72
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
73
73
|
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
74
74
|
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
75
|
-
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
76
75
|
"@ainyc/canonry-integration-google": "0.0.0",
|
|
77
76
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
78
77
|
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
79
|
-
"@ainyc/canonry-integration-
|
|
78
|
+
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
79
|
+
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
80
80
|
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
81
|
+
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
82
|
+
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
81
83
|
"@ainyc/canonry-intelligence": "0.0.0",
|
|
82
|
-
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
83
84
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
84
85
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
85
|
-
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
86
86
|
"@ainyc/canonry-provider-local": "0.0.0",
|
|
87
87
|
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
88
88
|
"@ainyc/canonry-provider-perplexity": "0.0.0"
|