@nxuss/lemma 0.7.4 → 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/dashboard/dist/assets/{index-BNYoIN8-.js → index-DOfIKHLn.js} +46 -46
- package/dashboard/dist/assets/{index-BNYoIN8-.js.map → index-DOfIKHLn.js.map} +1 -1
- package/dashboard/dist/index.html +1 -1
- package/dist/cjs/mcp/index.js +1 -1
- package/dist/esm/mcp/index.js +1 -1
- package/package.json +3 -3
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>lemma Dashboard - Agent Orchestration Hub</title>
|
|
8
|
-
<script type="module" crossorigin src="/dashboard/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/dashboard/assets/index-DOfIKHLn.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/dashboard/assets/index-DtEKr0hI.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/dist/cjs/mcp/index.js
CHANGED
|
@@ -14,7 +14,7 @@ const prompts_1 = require("./prompts");
|
|
|
14
14
|
const resources_1 = require("./resources");
|
|
15
15
|
const tools_1 = require("./tools");
|
|
16
16
|
const utils_1 = require("./utils");
|
|
17
|
-
const SERVER_VERSION = "0.7.
|
|
17
|
+
const SERVER_VERSION = "0.7.5";
|
|
18
18
|
function detectStack() {
|
|
19
19
|
const projectPath = process.cwd();
|
|
20
20
|
let projectName = path_1.default.basename(projectPath);
|
package/dist/esm/mcp/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { setupPromptsHandlers } from "./prompts";
|
|
|
9
9
|
import { setupResourcesHandlers } from "./resources";
|
|
10
10
|
import { setupToolsHandlers } from "./tools";
|
|
11
11
|
import { getProxyPort, sanitizeArgsForLogging, logWarn } from "./utils";
|
|
12
|
-
const SERVER_VERSION = "0.7.
|
|
12
|
+
const SERVER_VERSION = "0.7.5";
|
|
13
13
|
function detectStack() {
|
|
14
14
|
const projectPath = process.cwd();
|
|
15
15
|
let projectName = path.basename(projectPath);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nxuss/lemma",
|
|
3
|
-
"version": "0.7.
|
|
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",
|
|
@@ -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"
|