mslxdff 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # mslxdfree
1
+ # mslxdff
2
2
 
3
- Standalone **OpenCode Free** proxy — an OpenAI-compatible `/v1` gateway that forwards requests to the free zen gateway at `opencode.ai` (no account required) and exposes only the free models.
3
+ 测试项目,请勿使用。
4
4
 
5
5
  Zero runtime dependencies: Node ≥ 20, built-in `node:http`, `node:crypto`, `node:test`.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mslxdff",
3
- "version": "0.1.0",
4
- "description": "Standalone OpenCode Free proxy — OpenAI-compatible /v1 gateway to opencode.ai zen (free models)",
3
+ "version": "0.1.1",
4
+ "description": "测试项目,请勿使用。",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "mslxdfree": "bin/mslxdfree.js"
@@ -19,11 +19,9 @@
19
19
  "README.md"
20
20
  ],
21
21
  "keywords": [
22
- "opencode",
23
- "openai",
24
- "proxy",
25
- "free",
26
- "zen"
22
+ "test",
23
+ "demo",
24
+ "placeholder"
27
25
  ],
28
26
  "license": "MIT"
29
27
  }