@happycastle/codex-litellm 0.7.4 → 0.7.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ npx @happycastle/opencode-litellm codex
28
28
 
29
29
  ## Requirements
30
30
 
31
- - Node.js `^22.22.2 || ^24.15.0 || >=26.0.0`
31
+ - Node.js `^22.22.2 || ^24.12.0 || >=26.0.0`
32
32
  - Codex installed
33
33
  - A reachable LiteLLM gateway
34
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@happycastle/codex-litellm",
4
- "version": "0.7.4",
4
+ "version": "0.7.5",
5
5
  "description": "Codex-compatible command wrapper for the happycastle114 LiteLLM plugin",
6
6
  "type": "module",
7
7
  "bin": {
@@ -28,6 +28,6 @@
28
28
  },
29
29
  "homepage": "https://github.com/happycastle114/opencode-litellm#readme",
30
30
  "dependencies": {
31
- "@happycastle/opencode-litellm": "0.7.4"
31
+ "@happycastle/opencode-litellm": "0.7.5"
32
32
  }
33
33
  }