@lov3kaizen/agentsea-gateway 0.5.1 → 1.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lov3kaizen/agentsea-gateway",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "High-performance TypeScript-native LLM gateway with unified API access, intelligent routing, semantic caching, and cost optimization",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"llm",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"murmurhash": "^2.0.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@lov3kaizen/agentsea-core": ">=0.
|
|
54
|
+
"@lov3kaizen/agentsea-core": ">=0.6.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependenciesMeta": {
|
|
57
57
|
"@lov3kaizen/agentsea-core": {
|