@halo-sdk/gateway 1.0.0 → 2.0.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halo-sdk/gateway",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Cache-aware AI gateway for Halo SDK — sticky routing + fallback chains that don't throw away a warm prefix cache",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"typescript": "^5.8.0",
|
|
37
37
|
"vitest": "^3.0.0",
|
|
38
|
-
"@halo-sdk/core": "1.
|
|
38
|
+
"@halo-sdk/core": "1.2.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@halo-sdk/core": ">=1.
|
|
41
|
+
"@halo-sdk/core": ">=1.2.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsc --build --emitDeclarationOnly && tsup",
|