exod 1.0.0-alpha.14 → 1.0.0-alpha.15

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.
@@ -20,6 +20,17 @@ export const theme = {
20
20
  link: (t) => t,
21
21
  code: (t) => t,
22
22
  highlight: (t) => t,
23
+ option: (t) => t,
24
+ argument: (t) => t,
25
+ subcommand: (t) => t,
26
+ description: (t) => t,
27
+ example: (t) => t,
28
+ keyword: (t) => t,
29
+ value: (t) => t,
30
+ path: (t) => t,
31
+ url: (t) => t,
32
+ number: (t) => t,
33
+ string: (t) => t,
23
34
  };
24
35
  export function colorize(_rich, _color, text) {
25
36
  return text;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exod",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.15",
4
4
  "description": "EXOD.ai - AI Marketing Automation Agent for Facebook & Instagram Ads",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",