@output.ai/cli 0.0.6 → 0.0.8

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.
@@ -13,7 +13,7 @@ export const TEMPLATE_DIRS = {
13
13
  * Default output directories
14
14
  */
15
15
  export const DEFAULT_OUTPUT_DIRS = {
16
- workflows: 'output-workflows/src'
16
+ workflows: 'src'
17
17
  };
18
18
  /**
19
19
  * Resolve the output directory path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@output.ai/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,30 +20,25 @@
20
20
  "prebuild": "npm run generate:api"
21
21
  },
22
22
  "dependencies": {
23
- "@anthropic-ai/claude-agent-sdk": "^0.1.10",
24
- "@inquirer/prompts": "^7.8.6",
25
- "@oclif/core": "^4",
26
- "@oclif/plugin-help": "^6",
27
- "@oclif/plugin-plugins": "^5",
28
- "change-case": "^5.4.4",
29
- "cli-progress": "^3.12.0",
30
- "cli-table3": "^0.6.5",
31
- "date-fns": "^4.1.0",
32
- "handlebars": "^4.7.8",
33
- "json-schema-library": "^10.2.1",
34
- "ky": "^1.11.0",
35
- "local_llm": "file:../llm",
36
- "local_prompt": "file:../prompt"
23
+ "@anthropic-ai/claude-agent-sdk": "0.1.19",
24
+ "@inquirer/prompts": "7.9.0",
25
+ "@oclif/core": "4.5.6",
26
+ "@oclif/plugin-help": "6.2.33",
27
+ "@oclif/plugin-plugins": "5.4.50",
28
+ "@output.ai/llm": ">=0.0.1",
29
+ "change-case": "5.4.4",
30
+ "cli-progress": "3.12.0",
31
+ "cli-table3": "0.6.5",
32
+ "handlebars": "4.7.8",
33
+ "json-schema-library": "10.3.0",
34
+ "ky": "1.12.0",
35
+ "validator": "13.15.20"
37
36
  },
38
37
  "devDependencies": {
39
- "@oclif/test": "^4",
40
- "@types/cli-progress": "^3.11.6",
41
- "@types/handlebars": "^4.0.40",
42
- "@types/node": "^18",
43
- "copyfiles": "^2.4.1",
44
- "oclif": "^4",
45
- "orval": "^7.13.0",
46
- "slash": "^5.1.0"
38
+ "@types/cli-progress": "3.11.6",
39
+ "@types/handlebars": "4.1.0",
40
+ "copyfiles": "2.4.1",
41
+ "orval": "7.13.2"
47
42
  },
48
43
  "license": "UNLICENSED",
49
44
  "imports": {