@akson/cortex-analytics 0.8.0 → 0.8.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/dist/index.js CHANGED
@@ -8,13 +8,13 @@ var require_package = __commonJS({
8
8
  "package.json"(exports, module) {
9
9
  module.exports = {
10
10
  name: "@akson/cortex-analytics",
11
- version: "0.8.0",
11
+ version: "0.8.1",
12
12
  description: "Unified CLI for Cortex analytics operations across all platforms",
13
13
  type: "module",
14
14
  main: "dist/index.js",
15
15
  bin: {
16
16
  akson: "./dist/cli.js",
17
- "akson-analytics": "./dist/cli.js"
17
+ "cortex-analytics": "./dist/cli.js"
18
18
  },
19
19
  scripts: {
20
20
  build: "tsup",
@@ -25,18 +25,14 @@ var require_package = __commonJS({
25
25
  "type-check": "tsc --noEmit"
26
26
  },
27
27
  dependencies: {
28
- "@akson/cortex-api-google-ads": "^2.0.0",
29
28
  "@akson/cortex-gsc": "^0.5.0",
30
- "@akson/cortex-api-gtm": "^2.0.0",
29
+ "@akson/cortex-gtm": "^3.0.0",
31
30
  "@akson/cortex-posthog": "^0.4.0",
32
- "@akson/cortex-utilities": "^0.3.0",
33
- "@types/js-yaml": "^4.0.9",
34
31
  chalk: "^5.5.0",
35
32
  commander: "^14.0.0",
36
33
  inquirer: "^11.1.0",
37
34
  ora: "^8.1.1",
38
- table: "^6.9.0",
39
- zod: "^3.23.8"
35
+ table: "^6.9.0"
40
36
  },
41
37
  devDependencies: {
42
38
  "@types/inquirer": "^9.0.7",
@@ -46,9 +42,6 @@ var require_package = __commonJS({
46
42
  typescript: "^5.9.2",
47
43
  vitest: "^3.2.4"
48
44
  },
49
- peerDependencies: {
50
- typescript: ">=5.0.0"
51
- },
52
45
  engines: {
53
46
  node: ">=18.0.0"
54
47
  },
@@ -61,7 +54,7 @@ var require_package = __commonJS({
61
54
  "gsc",
62
55
  "cortex"
63
56
  ],
64
- author: "Cortex Team <cortex@akson.ai>",
57
+ author: "Akson <contact@akson.ch>",
65
58
  license: "MIT",
66
59
  homepage: "https://github.com/antoineschaller/cortex-packages/tree/main/packages/@akson/cortex-analytics",
67
60
  repository: {
@@ -94,7 +87,7 @@ import {
94
87
  HistoricalAnalyzer,
95
88
  SwissMarketAnalyzer,
96
89
  loadGoogleAdsConfig
97
- } from "@akson/cortex-api-google-ads";
90
+ } from "@akson/cortex-google-ads";
98
91
  import { GSCClient, loadGSCConfig } from "@akson/cortex-gsc";
99
92
  import {
100
93
  ConfigParser,
@@ -103,7 +96,7 @@ import {
103
96
  loadGTMConfig,
104
97
  Planner,
105
98
  StateManager
106
- } from "@akson/cortex-api-gtm";
99
+ } from "@akson/cortex-gtm";
107
100
  import { loadPostHogConfig, PostHogClient } from "@akson/cortex-posthog";
108
101
  import {
109
102
  ECOMMERCE_EVENTS,
@@ -114,7 +107,7 @@ import {
114
107
  import chalk from "chalk";
115
108
  import inquirer from "inquirer";
116
109
 
117
- // ../../node_modules/js-yaml/dist/js-yaml.mjs
110
+ // node_modules/js-yaml/dist/js-yaml.mjs
118
111
  function isNothing(subject) {
119
112
  return typeof subject === "undefined" || subject === null;
120
113
  }
@@ -8165,7 +8158,7 @@ function getCommands() {
8165
8158
  examples: ["akson gtm apply", "akson gtm apply --yes --verbose"]
8166
8159
  }
8167
8160
  ],
8168
- dependencies: ["@akson/cortex-api-gtm", "Google Service Account Key"]
8161
+ dependencies: ["@akson/cortex-gtm", "Google Service Account Key"]
8169
8162
  },
8170
8163
  {
8171
8164
  module: "Swiss Market Analytics",
@@ -8360,9 +8353,9 @@ program.command("version-info").description("Show version and dependency informa
8360
8353
  \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501
8361
8354
 
8362
8355
  \u{1F4E6} PACKAGE DEPENDENCIES:
8363
- \u2022 @akson/cortex-api-gtm: GTM operations and configuration
8356
+ \u2022 @akson/cortex-gtm: GTM operations and configuration
8364
8357
  \u2022 @akson/cortex-gsc: Google Search Console integration
8365
- \u2022 @akson/cortex-api-google-ads: Google Ads reporting and analysis
8358
+ \u2022 @akson/cortex-google-ads: Google Ads reporting and analysis
8366
8359
  \u2022 @akson/cortex-posthog: PostHog analytics and experiments
8367
8360
  \u2022 @akson/cortex-utilities: Shared utilities and types
8368
8361