@output.ai/cli 0.7.8 → 0.7.9

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,6 +80,7 @@ services:
80
80
  temporal:
81
81
  condition: service_healthy
82
82
  image: growthxteam/output-api:latest
83
+ init: true
83
84
  networks:
84
85
  - main
85
86
  env_file: ./.env
@@ -99,6 +100,7 @@ services:
99
100
  temporal:
100
101
  condition: service_healthy
101
102
  image: node:24.13.0-slim
103
+ init: true
102
104
  networks:
103
105
  - main
104
106
  env_file: ./.env
@@ -2,5 +2,5 @@
2
2
  "core": "0.2.2",
3
3
  "llm": "0.2.8",
4
4
  "http": "0.1.1",
5
- "cli": "0.7.8"
5
+ "cli": "0.7.9"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@output.ai/cli",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",