@ainyc/canonry 4.172.3 → 4.172.4
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/agent-workspace/skills/canonry/references/server-side-traffic.md +9 -7
- package/assets/assets/{AuditHistoryPanel-DF8utxHN.js → AuditHistoryPanel-CARZK_Wi.js} +1 -1
- package/assets/assets/{BacklinksPage-Hz5fjTP-.js → BacklinksPage-BEA9vbC2.js} +1 -1
- package/assets/assets/{HistoryPage-EeNWcnRk.js → HistoryPage-DKcDQw1a.js} +1 -1
- package/assets/assets/{MeasurementPropertyPage-CWvVMiIo.js → MeasurementPropertyPage-BRPI_icI.js} +1 -1
- package/assets/assets/ProjectPage-B4_EEP8k.js +9 -0
- package/assets/assets/{RunRow-CLwmqMWg.js → RunRow-C8C7wrzp.js} +1 -1
- package/assets/assets/{RunsPage-Cxc9xDm9.js → RunsPage-BeotkZcg.js} +1 -1
- package/assets/assets/{SettingsPage-gg7QM6am.js → SettingsPage-BukBukvW.js} +1 -1
- package/assets/assets/{SiteHealthSection-DhpNThBa.js → SiteHealthSection-C7RuR9AA.js} +3 -3
- package/assets/assets/{TrafficPage-BkDwv0uO.js → TrafficPage-D_zPUxGq.js} +1 -1
- package/assets/assets/{TrafficSourceDetailPage-gyh7Kxb3.js → TrafficSourceDetailPage-CetULBhn.js} +1 -1
- package/assets/assets/{extract-error-message-DVQ46FzX.js → extract-error-message-CDRTdeQI.js} +1 -1
- package/assets/assets/{index-D1mXm81Z.css → index-CFzo8iAY.css} +1 -1
- package/assets/assets/{index-ClNW_gZV.js → index-D156-4Hr.js} +16 -16
- package/assets/assets/{react-sigma_core.esm.min-BhFLGF9e.js → react-sigma_core.esm.min-CU8AjIPg.js} +1 -1
- package/assets/index.html +2 -2
- package/dist/{chunk-XEWBDO5L.js → chunk-2CXNT2AC.js} +12966 -1255
- package/dist/{chunk-OHSUOEVB.js → chunk-N53TZMMR.js} +176 -166
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{intelligence-service-PPYG6NJP.js → intelligence-service-2E7F6I7I.js} +1 -1
- package/package.json +6 -6
- package/assets/assets/ProjectPage-CBVwd4DJ.js +0 -9
package/dist/cli.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
showFirstRunNotice,
|
|
27
27
|
trackCliCommandFinished,
|
|
28
28
|
trackEvent
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-N53TZMMR.js";
|
|
30
30
|
import {
|
|
31
31
|
autoSyncSkills,
|
|
32
32
|
formatAutoSyncNotice
|
|
@@ -69,7 +69,7 @@ import {
|
|
|
69
69
|
projects,
|
|
70
70
|
queries,
|
|
71
71
|
renderReportHtml
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-2CXNT2AC.js";
|
|
73
73
|
import {
|
|
74
74
|
AdsDeliverySnapshotStatuses,
|
|
75
75
|
AdsHistoricalCampaignRollupStatuses,
|
package/dist/index.js
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
createGoogleMarketingCredentialStore,
|
|
4
4
|
createGoogleMarketingRuntime,
|
|
5
5
|
createServer
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-N53TZMMR.js";
|
|
7
7
|
import {
|
|
8
8
|
loadConfig
|
|
9
9
|
} from "./chunk-BZDNTUCZ.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-2CXNT2AC.js";
|
|
11
11
|
import "./chunk-WGN2VT7L.js";
|
|
12
12
|
export {
|
|
13
13
|
GoogleMarketingRuntimeError,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainyc/canonry",
|
|
3
|
-
"version": "4.172.
|
|
3
|
+
"version": "4.172.4",
|
|
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",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"tsx": "^4.19.0",
|
|
73
73
|
"@ainyc/canonry-api-client": "0.0.0",
|
|
74
74
|
"@ainyc/canonry-api-routes": "0.0.0",
|
|
75
|
-
"@ainyc/canonry-contracts": "0.0.0",
|
|
76
75
|
"@ainyc/canonry-config": "0.0.0",
|
|
76
|
+
"@ainyc/canonry-contracts": "0.0.0",
|
|
77
77
|
"@ainyc/canonry-db": "0.0.0",
|
|
78
78
|
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
79
79
|
"@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
|
|
@@ -82,18 +82,18 @@
|
|
|
82
82
|
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
83
83
|
"@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
|
|
84
84
|
"@ainyc/canonry-integration-google-ads": "0.0.0",
|
|
85
|
-
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
86
85
|
"@ainyc/canonry-integration-google": "0.0.0",
|
|
86
|
+
"@ainyc/canonry-integration-google-business-profile": "0.0.0",
|
|
87
87
|
"@ainyc/canonry-integration-google-places": "0.0.0",
|
|
88
88
|
"@ainyc/canonry-integration-google-tag-manager": "0.0.0",
|
|
89
89
|
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
90
90
|
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
91
|
+
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
91
92
|
"@ainyc/canonry-intelligence": "0.0.0",
|
|
92
93
|
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
93
|
-
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
94
|
-
"@ainyc/canonry-provider-local": "0.0.0",
|
|
95
|
-
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
96
94
|
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
95
|
+
"@ainyc/canonry-provider-perplexity": "0.0.0",
|
|
96
|
+
"@ainyc/canonry-provider-local": "0.0.0",
|
|
97
97
|
"@ainyc/canonry-provider-openai": "0.0.0"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|