@elvatis_com/openclaw-cli-bridge-elvatis 1.5.0 → 1.5.1

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.
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "openclaw-cli-bridge-elvatis",
3
3
  "name": "OpenClaw CLI Bridge",
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
+ "license": "MIT",
5
6
  "description": "Phase 1: openai-codex auth bridge. Phase 2: local HTTP proxy routing model calls through gemini/claude CLIs (vllm provider).",
6
7
  "providers": [
7
8
  "openai-codex"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elvatis_com/openclaw-cli-bridge-elvatis",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Bridges gemini, claude, and codex CLI tools as OpenClaw model providers. Reads existing CLI auth without re-login.",
5
5
  "type": "module",
6
6
  "openclaw": {
@@ -9,7 +9,7 @@
9
9
  ]
10
10
  },
11
11
  "scripts": {
12
- "build": "tsc",
12
+ "build": "tsc --noEmitOnError false",
13
13
  "typecheck": "tsc -p tsconfig.check.json",
14
14
  "test": "vitest run",
15
15
  "ci": "npm run typecheck && npm run test"