@output.ai/cli 0.8.2 → 0.8.3

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.
@@ -79,7 +79,7 @@ services:
79
79
  depends_on:
80
80
  temporal:
81
81
  condition: service_healthy
82
- image: growthxteam/output-api:latest
82
+ image: growthxteam/output-api:${OUTPUT_API_VERSION:-1.9}
83
83
  init: true
84
84
  networks:
85
85
  - 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": "@output.ai/cli",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,8 +18,7 @@
18
18
  "copy-assets": "./bin/copyassets.sh",
19
19
  "test": "vitest run",
20
20
  "generate:api": "orval --config ./orval.config.ts",
21
- "update:versions": "node scripts/update_sdk_versions.js",
22
- "prebuild": "npm run generate:api && npm run update:versions"
21
+ "prebuild": "npm run generate:api"
23
22
  },
24
23
  "dependencies": {
25
24
  "@anthropic-ai/claude-agent-sdk": "0.1.71",