github-router 0.3.8 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-router",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "license": "MIT",
5
5
  "description": "A reverse proxy that exposes GitHub Copilot as OpenAI and Anthropic compatible API endpoints.",
6
6
  "keywords": [
@@ -55,7 +55,6 @@
55
55
  "hono": "^4.9.9",
56
56
  "proxy-from-env": "^1.1.0",
57
57
  "srvx": "^0.8.9",
58
- "tiny-invariant": "^1.3.3",
59
58
  "undici": "^7.16.0",
60
59
  "zod": "^4.1.11"
61
60
  },