@outputai/cli 0.10.1-next.6ce5320.0 → 0.10.1-next.877786c.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.1-next.6ce5320.0}
83
+ image: outputai/api:${OUTPUT_API_VERSION:-0.10.1-next.877786c.0}
84
84
  init: true
85
85
  networks:
86
86
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.10.1-next.6ce5320.0"
2
+ "framework": "0.10.1-next.877786c.0"
3
3
  }
@@ -5,12 +5,12 @@
5
5
  "type": "module",
6
6
  "main": "dist/worker.js",
7
7
  "scripts": {
8
- "output:worker:install": "npm install",
8
+ "output:worker:install": "npm ci",
9
9
  "output:worker:build": "rm -rf dist/* && tsc -p ./ && output-copy-assets",
10
10
  "output:worker:start": "output-worker",
11
11
  "output:worker:check": "output-worker --check",
12
- "output:worker": "npm run output:worker:install && npm run output:worker:build && npm run output:worker:start",
13
- "output:worker:watch": "npx nodemon --watch src --watch package.json --ext ts,js,json,prompt,md --ignore 'dist/**' --ignore '**/*.spec.*' --ignore '**/*.test.*' --exec 'npm run output:worker'",
12
+ "output:worker": "npm run output:worker:build && npm run output:worker:start",
13
+ "output:worker:watch": "npx nodemon --watch src --ext ts,js,json,prompt,md --ignore 'dist/**' --ignore '**/*.spec.*' --ignore '**/*.test.*' --exec 'npm run output:worker'",
14
14
  "output:dev": "output dev"
15
15
  },
16
16
  "dependencies": {
@@ -1715,5 +1715,5 @@
1715
1715
  ]
1716
1716
  }
1717
1717
  },
1718
- "version": "0.10.1-next.6ce5320.0"
1718
+ "version": "0.10.1-next.877786c.0"
1719
1719
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.10.1-next.6ce5320.0",
3
+ "version": "0.10.1-next.877786c.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.1-next.6ce5320.0",
42
- "@outputai/evals": "0.10.1-next.6ce5320.0",
43
- "@outputai/llm": "0.10.1-next.6ce5320.0"
41
+ "@outputai/credentials": "0.10.1-next.877786c.0",
42
+ "@outputai/evals": "0.10.1-next.877786c.0",
43
+ "@outputai/llm": "0.10.1-next.877786c.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/cli-progress": "3.11.6",