@outputai/cli 0.1.1-dev.0 → 0.1.2-dev.0

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.
@@ -81,7 +81,7 @@ services:
81
81
  condition: service_healthy
82
82
  worker:
83
83
  condition: service_healthy
84
- image: outputai/api:${OUTPUT_API_VERSION:-0.1.0}
84
+ image: outputai/api:${OUTPUT_API_VERSION:-0.1.1}
85
85
  init: true
86
86
  networks:
87
87
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.1.0"
2
+ "framework": "0.1.1"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.1.1-dev.0",
3
+ "version": "0.1.2-dev.0",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@anthropic-ai/claude-agent-sdk": "0.1.71",
18
- "@aws-sdk/client-s3": "3.1004.0",
18
+ "@aws-sdk/client-s3": "3.1010.0",
19
19
  "@hackylabs/deep-redact": "3.0.5",
20
- "@inquirer/prompts": "8.3.0",
21
- "@oclif/core": "4.8.3",
22
- "@oclif/plugin-help": "6.2.37",
20
+ "@inquirer/prompts": "8.3.2",
21
+ "@oclif/core": "4.9.0",
22
+ "@oclif/plugin-help": "6.2.38",
23
23
  "change-case": "5.4.4",
24
24
  "cli-progress": "3.12.0",
25
25
  "cli-table3": "0.6.5",
@@ -28,14 +28,14 @@
28
28
  "dotenv": "17.3.1",
29
29
  "handlebars": "4.7.8",
30
30
  "js-yaml": "4.1.1",
31
- "json-schema-library": "11.0.4",
31
+ "json-schema-library": "11.0.5",
32
32
  "ky": "1.14.3",
33
33
  "log-update": "7.2.0",
34
34
  "semver": "7.7.4",
35
35
  "yaml": "^2.7.1",
36
- "@outputai/evals": "0.1.1-dev.0",
37
- "@outputai/llm": "0.1.1-dev.0",
38
- "@outputai/credentials": "0.1.1-dev.0"
36
+ "@outputai/credentials": "0.1.2-dev.0",
37
+ "@outputai/evals": "0.1.2-dev.0",
38
+ "@outputai/llm": "0.1.2-dev.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/cli-progress": "3.11.6",