@outputai/cli 0.10.0 → 0.10.1-next.8d39363.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.10.0}
83
+ image: outputai/api:${OUTPUT_API_VERSION:-0.10.1-next.8d39363.0}
84
84
  init: true
85
85
  networks:
86
86
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.10.0"
2
+ "framework": "0.10.1-next.8d39363.0"
3
3
  }
@@ -1597,5 +1597,5 @@
1597
1597
  ]
1598
1598
  }
1599
1599
  },
1600
- "version": "0.10.0"
1600
+ "version": "0.10.1-next.8d39363.0"
1601
1601
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-next.8d39363.0",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -38,9 +38,9 @@
38
38
  "semver": "7.7.4",
39
39
  "undici": "8.5.0",
40
40
  "yaml": "^2.8.3",
41
- "@outputai/credentials": "0.10.0",
42
- "@outputai/evals": "0.10.0",
43
- "@outputai/llm": "0.10.0"
41
+ "@outputai/credentials": "0.10.1-next.8d39363.0",
42
+ "@outputai/evals": "0.10.1-next.8d39363.0",
43
+ "@outputai/llm": "0.10.1-next.8d39363.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/cli-progress": "3.11.6",