@canonry/canonry 4.153.0 → 4.154.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-CcoXjMxm.js → AuditHistoryPanel-WWT1n8jp.js} +1 -1
- package/assets/assets/{BacklinksPage-Cij_A80K.js → BacklinksPage-DIjUnsVL.js} +1 -1
- package/assets/assets/{HistoryPage-CdxhPEHF.js → HistoryPage-CrIBhGuW.js} +1 -1
- package/assets/assets/{MeasurementPropertyPage-CJaqCeMr.js → MeasurementPropertyPage-uN4BWigS.js} +1 -1
- package/assets/assets/ProjectPage-BR5ECwUP.js +12 -0
- package/assets/assets/{RunRow-xfuUNQ2O.js → RunRow-OE5tiuih.js} +1 -1
- package/assets/assets/{RunsPage-BirDqVe_.js → RunsPage-C6xBmjps.js} +1 -1
- package/assets/assets/{SettingsPage-BzMoD-42.js → SettingsPage-CUjjr8U0.js} +1 -1
- package/assets/assets/{TrafficPage-Du-7BL_j.js → TrafficPage-DrEfsHiE.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-Dk6-TuNw.js → TrafficSourceDetailPage-B3DX5BEk.js} +1 -1
- package/assets/assets/{arrow-left-HyrLx9li.js → arrow-left-CLmqvCqU.js} +1 -1
- package/assets/assets/{extract-error-message-Db0s9Qon.js → extract-error-message-BEBd1a5v.js} +1 -1
- package/assets/assets/{index-Bio0Z1kJ.js → index-CsM-Xxia.js} +55 -55
- package/assets/assets/{index-CaYn5phz.css → index-DyL54s8x.css} +1 -1
- package/assets/assets/{refresh-cw-BFnkrZE9.js → refresh-cw-DYSS2Wd-.js} +1 -1
- package/assets/assets/{trash-2-CQtsaJ-3.js → trash-2-VoiF_ckU.js} +1 -1
- package/assets/assets/v2-overview-adapter-COMP5UGt.js +1 -0
- package/assets/index.html +2 -2
- package/dist/{chunk-LNJF7LL5.js → chunk-ANSQ6JNO.js} +1 -1
- package/dist/{chunk-VTL2WOIO.js → chunk-IFZS2TXV.js} +110 -70
- package/dist/{chunk-SKTXCZZD.js → chunk-NNW7TJUZ.js} +6 -1
- package/dist/{chunk-YV4VKT4M.js → chunk-X5I7CAXH.js} +172 -77
- package/dist/cli.js +4 -4
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-APPDGUH6.js → intelligence-service-B5AETQ5N.js} +2 -2
- package/dist/mcp.js +2 -2
- package/package.json +7 -7
- package/assets/assets/ProjectPage-BJPVmD_-.js +0 -12
- package/assets/assets/v2-overview-adapter-D81QVAhK.js +0 -1
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-X5I7CAXH.js";
|
|
34
34
|
import {
|
|
35
35
|
CliError,
|
|
36
36
|
EXIT_SYSTEM_ERROR,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
saveConfigPatch,
|
|
51
51
|
systemError,
|
|
52
52
|
usageError
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-ANSQ6JNO.js";
|
|
54
54
|
import {
|
|
55
55
|
apiKeys,
|
|
56
56
|
createClient,
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
projects,
|
|
59
59
|
queries,
|
|
60
60
|
renderReportHtml
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-IFZS2TXV.js";
|
|
62
62
|
import {
|
|
63
63
|
AdsDeliverySnapshotStatuses,
|
|
64
64
|
AdsHistoricalCampaignRollupStatuses,
|
|
@@ -122,7 +122,7 @@ import {
|
|
|
122
122
|
providerQuotaPolicySchema,
|
|
123
123
|
resolveProviderInput,
|
|
124
124
|
winnabilityClassSchema
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-NNW7TJUZ.js";
|
|
126
126
|
|
|
127
127
|
// src/cli.ts
|
|
128
128
|
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-X5I7CAXH.js";
|
|
4
4
|
import {
|
|
5
5
|
loadConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-ANSQ6JNO.js";
|
|
7
|
+
import "./chunk-IFZS2TXV.js";
|
|
8
|
+
import "./chunk-NNW7TJUZ.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-ANSQ6JNO.js";
|
|
7
7
|
import {
|
|
8
8
|
isReadOnlyKey
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NNW7TJUZ.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": "@canonry/canonry",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.154.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",
|
|
@@ -66,27 +66,27 @@
|
|
|
66
66
|
"@types/node-cron": "^3.0.11",
|
|
67
67
|
"tsup": "^8.5.1",
|
|
68
68
|
"tsx": "^4.19.0",
|
|
69
|
-
"@ainyc/canonry-api-routes": "0.0.0",
|
|
70
69
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
70
|
+
"@ainyc/canonry-api-routes": "0.0.0",
|
|
71
71
|
"@ainyc/canonry-config": "0.0.0",
|
|
72
72
|
"@ainyc/canonry-db": "0.0.0",
|
|
73
73
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
74
74
|
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
75
75
|
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
76
|
-
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
77
76
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
77
|
+
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
78
78
|
"@ainyc/canonry-integration-google": "0.0.0",
|
|
79
79
|
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
80
|
-
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
81
80
|
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
81
|
+
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
82
82
|
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
83
83
|
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
84
|
+
"@ainyc/canonry-intelligence": "0.0.0",
|
|
84
85
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
85
86
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
86
|
-
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
87
|
-
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
88
87
|
"@ainyc/canonry-provider-local": "0.0.0",
|
|
89
|
-
"@ainyc/canonry-
|
|
88
|
+
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
89
|
+
"@ainyc/canonry-provider-perplexity": "0.0.0"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",
|