@output.ai/cli 0.7.10 → 0.7.11

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v7.13.2 🍺
2
+ * Generated by orval v7.20.0 🍺
3
3
  * Do not edit manually.
4
4
  * Output.ai SDK API
5
5
  * API for managing and executing Temporal workflows through Output SDK
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v7.13.2 🍺
2
+ * Generated by orval v7.20.0 🍺
3
3
  * Do not edit manually.
4
4
  * Output.ai SDK API
5
5
  * API for managing and executing Temporal workflows through Output SDK
@@ -2,5 +2,5 @@
2
2
  "core": "0.2.4",
3
3
  "llm": "0.2.8",
4
4
  "http": "0.1.1",
5
- "cli": "0.7.10"
5
+ "cli": "0.7.11"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@output.ai/cli",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,9 +24,8 @@
24
24
  "dependencies": {
25
25
  "@anthropic-ai/claude-agent-sdk": "0.1.71",
26
26
  "@inquirer/prompts": "7.9.0",
27
- "@oclif/core": "4.5.6",
28
- "@oclif/plugin-help": "6.2.33",
29
- "@oclif/plugin-plugins": "5.4.50",
27
+ "@oclif/core": "4.8.0",
28
+ "@oclif/plugin-help": "6.2.37",
30
29
  "@output.ai/http": ">=0.0.1",
31
30
  "@output.ai/llm": ">=0.0.1",
32
31
  "change-case": "5.4.4",
@@ -46,7 +45,7 @@
46
45
  "@types/debug": "4.1.12",
47
46
  "@types/handlebars": "4.1.0",
48
47
  "copyfiles": "2.4.1",
49
- "orval": "7.13.2"
48
+ "orval": "7.20.0"
50
49
  },
51
50
  "license": "Apache-2.0",
52
51
  "publishConfig": {
@@ -60,8 +59,7 @@
60
59
  "dirname": "output",
61
60
  "commands": "./dist/commands",
62
61
  "plugins": [
63
- "@oclif/plugin-help",
64
- "@oclif/plugin-plugins"
62
+ "@oclif/plugin-help"
65
63
  ],
66
64
  "topicSeparator": " ",
67
65
  "topics": {