Skip to content
Open
Prev Previous commit
Next Next commit
chore: release v0.3.3-beta.2
  • Loading branch information
“nghyane” committed Jun 15, 2025
commit 423ede541f6b75af5994bc3428acf5730f716dd5
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "copilot-api",
"version": "0.3.3-beta.1",
"version": "0.3.3-beta.2",
"description": "A wrapper around GitHub Copilot API to make it OpenAI compatible, making it usable for other tools.",
"keywords": [
"proxy",
"github-copilot",
"openai-compatible"
],
"homepage": "https://github.com/ericc-ch/copilot-api",
"bugs": "https://github.com/ericc-ch/copilot-api/issues",
"homepage": "https://github.com/nghyane/copilot-api",
"bugs": "https://github.com/nghyane/copilot-api/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/ericc-ch/copilot-api.git"
"url": "git+https://github.com/nghyane/copilot-api.git"
},
"author": "Erick Christian <erickchristian48@gmail.com>",
"type": "module",
Expand Down