Skip to content
Open
Prev Previous commit
Next Next commit
chore: release v0.3.2
  • Loading branch information
“nghyane” committed Jun 15, 2025
commit acf673b034fb82af4194e2793c9fcb0fa28c2d5c
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copilot-api",
"version": "0.3.1",
"version": "0.3.2",
"description": "A wrapper around GitHub Copilot API to make it OpenAI compatible, making it usable for other tools.",
"keywords": [
"proxy",
Expand Down Expand Up @@ -29,13 +29,7 @@
"prepack": "bun run build",
"prepare": "simple-git-hooks",
"release": "bumpp && bun publish --access public",
"start": "NODE_ENV=production bun run ./src/main.ts",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:integration": "bun test src/tests/integration.test.ts",
"test:performance": "bun test src/tests/performance.test.ts",
"test:unit": "bun test src/tests/*.test.ts",
"test:watch": "bun test --watch"
"start": "NODE_ENV=production bun run ./src/main.ts"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down