@outputai/cli 0.1.10 → 0.1.11-next.c5e7b12.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.10}
84
+ image: outputai/api:${OUTPUT_API_VERSION:-0.1.11-next.c5e7b12.0}
85
85
  init: true
86
86
  networks:
87
87
  - main
@@ -105,7 +105,7 @@ services:
105
105
  condition: service_healthy
106
106
  image: node:24.13.0-slim
107
107
  healthcheck:
108
- test: [ 'CMD', 'npx', '--yes', 'output-healthcheck' ]
108
+ test: [ 'CMD-SHELL', 'npx output-healthcheck' ]
109
109
  interval: 3s
110
110
  timeout: 10s
111
111
  retries: 20
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.1.10"
2
+ "framework": "0.1.11-next.c5e7b12.0"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11-next.c5e7b12.0",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,9 +33,9 @@
33
33
  "log-update": "7.2.0",
34
34
  "semver": "7.7.4",
35
35
  "yaml": "^2.8.3",
36
- "@outputai/credentials": "0.1.10",
37
- "@outputai/llm": "0.1.10",
38
- "@outputai/evals": "0.1.10"
36
+ "@outputai/credentials": "0.1.11-next.c5e7b12.0",
37
+ "@outputai/evals": "0.1.11-next.c5e7b12.0",
38
+ "@outputai/llm": "0.1.11-next.c5e7b12.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/cli-progress": "3.11.6",