cc-x10ded 3.0.7 → 3.0.9

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 +6 -2
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "cc-x10ded",
3
- "version": "3.0.7",
4
- "description": "Cross-platform wrapper for Claude Code with Z.AI GLM models (Bun Edition)",
3
+ "version": "3.0.9",
4
+ "description": "Extend Claude Code with custom OpenAI-compatible model providers",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/MohMaya/claude-glm-wrapper"
8
+ },
5
9
  "type": "module",
6
10
  "bin": {
7
11
  "ccx": "./src/index.ts"