github-router 0.3.239 → 0.3.240
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/dist/browser-ext/manifest.json +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-router",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.240",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "A reverse proxy that exposes GitHub Copilot as OpenAI and Anthropic compatible API endpoints.",
|
|
6
6
|
"keywords": [
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"prepack": "bun run build",
|
|
38
38
|
"prepare": "(simple-git-hooks || true)",
|
|
39
39
|
"probe:copilot": "bash scripts/probe-copilot-compat.sh --strict",
|
|
40
|
+
"verify:lockfile": "node scripts/verify-lockfile-provenance.mjs",
|
|
40
41
|
"smoke:workers": "bun scripts/smoke-workers.ts",
|
|
41
42
|
"release": "./publish/release.sh",
|
|
42
43
|
"start": "NODE_ENV=production bun run ./src/main.ts",
|