Skip to content

Commit 303e20d

Browse files
Merge branch 'main' into feat/claude-code-gateway
2 parents 6bf69a2 + 3fe230b commit 303e20d

File tree

99 files changed

+7262
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+7262
-371
lines changed

conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"plugins_enabled": [
33
"default",
44
"portkey",
5+
"qualifire",
56
"aporia",
67
"sydelabs",
78
"pillar",

package-lock.json

Lines changed: 46 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portkey-ai/gateway",
3-
"version": "1.11.3",
3+
"version": "1.13.0",
44
"description": "A fast AI gateway by Portkey",
55
"repository": {
66
"type": "git",
@@ -44,15 +44,15 @@
4444
"@aws-crypto/sha256-js": "^5.2.0",
4545
"@cfworker/json-schema": "^4.0.3",
4646
"@hono/node-server": "^1.3.3",
47-
"@hono/node-ws": "^1.0.4",
47+
"@hono/node-ws": "^1.2.0",
4848
"@portkey-ai/mustache": "^2.1.3",
4949
"@smithy/signature-v4": "^2.1.1",
5050
"@types/mustache": "^4.2.5",
5151
"async-retry": "^1.3.3",
5252
"avsc": "^5.7.7",
53-
"hono": "^4.6.10",
53+
"hono": "^4.9.7",
5454
"jose": "^6.0.11",
55-
"patch-package": "^8.0.0",
55+
"patch-package": "^8.0.1",
5656
"ws": "^8.18.0",
5757
"zod": "^3.22.4"
5858
},

0 commit comments

Comments
 (0)