cctra 0.3.0 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cctra",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Local LLM subscription protocol converter + plugin host. Run a daemon on 127.0.0.1:3133 that translates between OpenAI Chat / OpenAI Responses / Anthropic Messages, with a tier-based model aliasing system and local-path plugin support.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,7 +19,8 @@
19
19
  "test": "bun test",
20
20
  "typecheck": "bunx tsc --noEmit",
21
21
  "verify": "bunx tsc --noEmit && bun test",
22
- "publish": "pwsh -ExecutionPolicy Bypass -File scripts/publish.ps1"
22
+ "package": "pwsh -ExecutionPolicy Bypass -File scripts/package.ps1",
23
+ "release": "pwsh -ExecutionPolicy Bypass -File scripts/publish.ps1"
23
24
  },
24
25
  "engines": {
25
26
  "bun": ">=1.0.0"