@nxuss/lemma 0.7.3 → 0.7.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxuss/lemma",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "Intelligent AI Gateway for IDEs & Agents — Semantic cache, Privacy Firewall, and Autonomous Cost-Optimization.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -165,7 +165,7 @@
165
165
  "dependencies": {
166
166
  "@chroma-core/default-embed": "^0.1.9",
167
167
  "@modelcontextprotocol/sdk": "^1.29.0",
168
- "@nxuss/lemma": "^0.5.6",
168
+ "@nxuss/lemma": "^0.5.9",
169
169
  "axios": "^1.6.0",
170
170
  "commander": "^14.0.3",
171
171
  "cors": "^2.8.6",
@@ -173,6 +173,7 @@
173
173
  "openai": "^6.37.0",
174
174
  "pg": "^8.11.0",
175
175
  "socket.io": "^4.7.2",
176
+ "typescript": "^5.3.3",
176
177
  "uuid": "^14.0.0"
177
178
  },
178
179
  "optionalDependencies": {
@@ -192,8 +193,7 @@
192
193
  "jest": "^29.7.0",
193
194
  "prettier": "^3.0.0",
194
195
  "ts-jest": "^29.1.1",
195
- "ts-node": "^10.9.2",
196
- "typescript": "^5.3.3"
196
+ "ts-node": "^10.9.2"
197
197
  },
198
198
  "engines": {
199
199
  "node": ">=18.0.0"