@outputai/cli 0.6.1-next.34badf9.0 → 0.6.1-next.383b24b.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.
@@ -80,7 +80,7 @@ services:
80
80
  condition: service_healthy
81
81
  worker:
82
82
  condition: service_healthy
83
- image: outputai/api:${OUTPUT_API_VERSION:-0.6.1-next.34badf9.0}
83
+ image: outputai/api:${OUTPUT_API_VERSION:-0.6.1-next.383b24b.0}
84
84
  init: true
85
85
  networks:
86
86
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.6.1-next.34badf9.0"
2
+ "framework": "0.6.1-next.383b24b.0"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.6.1-next.34badf9.0",
3
+ "version": "0.6.1-next.383b24b.0",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,9 +36,9 @@
36
36
  "semver": "7.7.4",
37
37
  "undici": "8.1.0",
38
38
  "yaml": "^2.8.3",
39
- "@outputai/llm": "0.6.1-next.34badf9.0",
40
- "@outputai/credentials": "0.6.1-next.34badf9.0",
41
- "@outputai/evals": "0.6.1-next.34badf9.0"
39
+ "@outputai/credentials": "0.6.1-next.383b24b.0",
40
+ "@outputai/llm": "0.6.1-next.383b24b.0",
41
+ "@outputai/evals": "0.6.1-next.383b24b.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/cli-progress": "3.11.6",