@outputai/cli 0.5.2-next.746400f.0 → 0.5.2-next.8738f60.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.
@@ -43,6 +43,7 @@ services:
43
43
  - POSTGRES_USER=temporal
44
44
  - POSTGRES_PWD=temporal
45
45
  - POSTGRES_SEEDS=postgresql
46
+ - DEFAULT_NAMESPACE_RETENTION=720h
46
47
  image: temporalio/auto-setup:latest
47
48
  networks:
48
49
  - main
@@ -77,7 +78,7 @@ services:
77
78
  condition: service_healthy
78
79
  worker:
79
80
  condition: service_healthy
80
- image: outputai/api:${OUTPUT_API_VERSION:-0.5.2-next.746400f.0}
81
+ image: outputai/api:${OUTPUT_API_VERSION:-0.5.2-next.8738f60.0}
81
82
  init: true
82
83
  networks:
83
84
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.5.2-next.746400f.0"
2
+ "framework": "0.5.2-next.8738f60.0"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.5.2-next.746400f.0",
3
+ "version": "0.5.2-next.8738f60.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/credentials": "0.5.2-next.746400f.0",
40
- "@outputai/evals": "0.5.2-next.746400f.0",
41
- "@outputai/llm": "0.5.2-next.746400f.0"
39
+ "@outputai/llm": "0.5.2-next.8738f60.0",
40
+ "@outputai/evals": "0.5.2-next.8738f60.0",
41
+ "@outputai/credentials": "0.5.2-next.8738f60.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/cli-progress": "3.11.6",