@ainyc/canonry 4.183.0 → 4.183.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.
- package/assets/assets/{AuditHistoryPanel-ClwYugEs.js → AuditHistoryPanel-DM-2GC2i.js} +1 -1
- package/assets/assets/{BacklinksPage-DaEn1w9_.js → BacklinksPage-YJU9B2RQ.js} +1 -1
- package/assets/assets/{HistoryPage-B4WWIXmx.js → HistoryPage-DcFzvVRB.js} +1 -1
- package/assets/assets/{MeasurementPropertyPage-DFvelKfS.js → MeasurementPropertyPage-OQ3X0KHU.js} +1 -1
- package/assets/assets/{ProjectPage-D3AuGcau.js → ProjectPage-CMZO1xb2.js} +1 -1
- package/assets/assets/{RunRow-0HuBq5KN.js → RunRow-6SFvSqhK.js} +1 -1
- package/assets/assets/{RunsPage-DhdjoIdK.js → RunsPage-Chk_-IOW.js} +1 -1
- package/assets/assets/{SettingsPage-XzHCmYz4.js → SettingsPage-DSS1eunM.js} +1 -1
- package/assets/assets/{SiteHealthSection-BODUx0bX.js → SiteHealthSection-CewNWjGo.js} +3 -3
- package/assets/assets/{TrafficPage-2AKICLH_.js → TrafficPage-DRZ1aqnG.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-CYVG7qZ0.js → TrafficSourceDetailPage-vaBD4zHK.js} +1 -1
- package/assets/assets/{extract-error-message-CtGLEBMO.js → extract-error-message-DD4JJz8j.js} +1 -1
- package/assets/assets/{index-B64WXjg8.js → index-BdR4Vlu6.js} +23 -23
- package/assets/assets/{react-sigma_core.esm.min-D5Honb13.js → react-sigma_core.esm.min-B8Wmi5Ko.js} +1 -1
- package/assets/index.html +1 -1
- package/dist/{chunk-VFQPW2VX.js → chunk-3SFCUICM.js} +1 -1
- package/dist/{chunk-ISONU3FA.js → chunk-7ATZMDG2.js} +154 -39
- package/dist/{chunk-OF3PKBW4.js → chunk-AZJOCWZ4.js} +38 -4
- package/dist/{chunk-Z2HTLTQV.js → chunk-DU5Q5ZOX.js} +4571 -4386
- package/dist/{chunk-RQSSKN5F.js → chunk-VXPM6O4R.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-4XQBUFBU.js → intelligence-service-BQIIWWQJ.js} +2 -2
- package/dist/mcp.js +3 -3
- package/package.json +10 -10
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
installSkills,
|
|
6
6
|
loadConfigRaw,
|
|
7
7
|
saveConfigPatch
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3SFCUICM.js";
|
|
9
9
|
import {
|
|
10
10
|
SKILL_MANIFEST_FILENAME,
|
|
11
11
|
SkillsClients
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-DU5Q5ZOX.js";
|
|
13
13
|
|
|
14
14
|
// src/skills-autosync.ts
|
|
15
15
|
import fs from "fs";
|
package/dist/cli.js
CHANGED
|
@@ -28,11 +28,11 @@ import {
|
|
|
28
28
|
trackCliCommandFinished,
|
|
29
29
|
trackEvent,
|
|
30
30
|
waitForServerRuntimeStartup
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-AZJOCWZ4.js";
|
|
32
32
|
import {
|
|
33
33
|
autoSyncSkills,
|
|
34
34
|
formatAutoSyncNotice
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-VXPM6O4R.js";
|
|
36
36
|
import {
|
|
37
37
|
CliError,
|
|
38
38
|
EXIT_SYSTEM_ERROR,
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
saveConfigPatch,
|
|
58
58
|
systemError,
|
|
59
59
|
usageError
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-3SFCUICM.js";
|
|
61
61
|
import {
|
|
62
62
|
CLOUDFLARE_WORKER_BINDINGS,
|
|
63
63
|
CLOUDFLARE_WORKER_GENERATED_MARKER,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
projects,
|
|
72
72
|
queries,
|
|
73
73
|
renderReportHtml
|
|
74
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-7ATZMDG2.js";
|
|
75
75
|
import {
|
|
76
76
|
AdsDeliverySnapshotStatuses,
|
|
77
77
|
AdsHistoricalCampaignRollupStatuses,
|
|
@@ -140,7 +140,7 @@ import {
|
|
|
140
140
|
providerQuotaPolicySchema,
|
|
141
141
|
resolveProviderInput,
|
|
142
142
|
winnabilityClassSchema
|
|
143
|
-
} from "./chunk-
|
|
143
|
+
} from "./chunk-DU5Q5ZOX.js";
|
|
144
144
|
|
|
145
145
|
// src/cli.ts
|
|
146
146
|
import { pathToFileURL } from "url";
|
package/dist/index.js
CHANGED
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
createGoogleMarketingCredentialStore,
|
|
4
4
|
createGoogleMarketingRuntime,
|
|
5
5
|
createServer
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AZJOCWZ4.js";
|
|
7
7
|
import {
|
|
8
8
|
loadConfig
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-3SFCUICM.js";
|
|
10
|
+
import "./chunk-7ATZMDG2.js";
|
|
11
|
+
import "./chunk-DU5Q5ZOX.js";
|
|
12
12
|
export {
|
|
13
13
|
GoogleMarketingRuntimeError,
|
|
14
14
|
createGoogleMarketingCredentialStore,
|
package/dist/mcp.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
autoSyncSkills
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VXPM6O4R.js";
|
|
4
4
|
import {
|
|
5
5
|
createApiClient,
|
|
6
6
|
createCanonryMcpServer
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3SFCUICM.js";
|
|
8
8
|
import {
|
|
9
9
|
isReadOnlyKey
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-DU5Q5ZOX.js";
|
|
11
11
|
|
|
12
12
|
// src/mcp/cli.ts
|
|
13
13
|
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.183.
|
|
3
|
+
"version": "4.183.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
|
"license": "FSL-1.1-ALv2",
|
|
@@ -71,30 +71,30 @@
|
|
|
71
71
|
"tsup": "^8.5.1",
|
|
72
72
|
"tsx": "^4.19.0",
|
|
73
73
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
74
|
-
"@ainyc/canonry-api-routes": "0.0.0",
|
|
75
74
|
"@ainyc/canonry-config": "0.0.0",
|
|
76
|
-
"@ainyc/canonry-db": "0.0.0",
|
|
77
75
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
78
|
-
"@ainyc/canonry-
|
|
76
|
+
"@ainyc/canonry-api-routes": "0.0.0",
|
|
77
|
+
"@ainyc/canonry-db": "0.0.0",
|
|
79
78
|
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
79
|
+
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
80
80
|
"@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
|
|
81
81
|
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
82
82
|
"@ainyc/canonry-integration-google-ads": "0.0.0",
|
|
83
|
-
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
84
|
-
"@ainyc/canonry-integration-google": "0.0.0",
|
|
85
83
|
"@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
|
|
86
84
|
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
85
|
+
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
87
86
|
"@ainyc/canonry-integration-google-tag-manager": "0.0.0",
|
|
88
87
|
"@ainyc/canonry-integration-openai-ads": "0.0.0",
|
|
88
|
+
"@ainyc/canonry-integration-google": "0.0.0",
|
|
89
89
|
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
90
|
+
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
90
91
|
"@ainyc/canonry-intelligence": "0.0.0",
|
|
92
|
+
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
91
93
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
92
|
-
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
93
94
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
94
|
-
"@ainyc/canonry-provider-
|
|
95
|
+
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
95
96
|
"@ainyc/canonry-provider-local": "0.0.0",
|
|
96
|
-
"@ainyc/canonry-provider-perplexity": "0.0.0"
|
|
97
|
-
"@ainyc/canonry-provider-openai": "0.0.0"
|
|
97
|
+
"@ainyc/canonry-provider-perplexity": "0.0.0"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",
|