ghc-proxy 0.4.0 → 0.4.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/dist/main.mjs +1 -1
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -6216,7 +6216,7 @@ const checkUsage = defineCommand({
6216
6216
 
6217
6217
  //#endregion
6218
6218
  //#region src/lib/version.ts
6219
- const VERSION = "0.4.0";
6219
+ const VERSION = "0.4.1";
6220
6220
 
6221
6221
  //#endregion
6222
6222
  //#region src/debug.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ghc-proxy",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "description": "GitHub Copilot to OpenAI/Anthropic API proxy - Use Copilot with Claude Code, Cursor, and more",
6
6
  "author": "wxxb789 <wxxb789@outlook.com>",
7
7
  "homepage": "https://github.com/wxxb789/ghc-proxy",