@jeffreycao/copilot-api 1.9.14 → 1.9.15
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 +10 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@jeffreycao/copilot-api",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.15",
|
|
5
5
|
"description": "OpenAI and Anthropic-compatible gateway for GitHub Copilot or third-party providers.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"dashboard",
|
|
@@ -64,18 +64,25 @@
|
|
|
64
64
|
"zod": "^4.1.11"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@
|
|
67
|
+
"@eslint/js": "^9.37.0",
|
|
68
68
|
"@types/bun": "^1.2.23",
|
|
69
69
|
"@types/proxy-from-env": "^1.0.4",
|
|
70
70
|
"@types/winreg": "^1.2.36",
|
|
71
71
|
"bumpp": "^10.2.3",
|
|
72
72
|
"eslint": "^9.37.0",
|
|
73
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
74
|
+
"eslint-config-prettier": "^10.1.8",
|
|
75
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
76
|
+
"eslint-plugin-unused-imports": "^4.2.0",
|
|
77
|
+
"globals": "^16.3.0",
|
|
73
78
|
"knip": "^5.64.1",
|
|
74
79
|
"lint-staged": "^16.2.3",
|
|
80
|
+
"prettier": "^3.6.2",
|
|
75
81
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
76
82
|
"simple-git-hooks": "^2.13.1",
|
|
77
83
|
"tsdown": "^0.15.6",
|
|
78
|
-
"typescript": "^5.9.3"
|
|
84
|
+
"typescript": "^5.9.3",
|
|
85
|
+
"typescript-eslint": "^8.41.0"
|
|
79
86
|
},
|
|
80
87
|
"engines": {
|
|
81
88
|
"node": ">=20"
|