@nuvin/nuvin-core 1.4.1 → 1.4.2
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/dist/VERSION +2 -2
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/dist/VERSION
CHANGED
package/dist/index.js
CHANGED
|
@@ -5629,7 +5629,7 @@ var CoreMCPClient = class {
|
|
|
5629
5629
|
}
|
|
5630
5630
|
this.client = new Client(
|
|
5631
5631
|
{ name: "nuvin-core-cli", version: "1.0.0" },
|
|
5632
|
-
{ capabilities: {
|
|
5632
|
+
{ capabilities: { roots: { listChanged: true } } }
|
|
5633
5633
|
);
|
|
5634
5634
|
await this.client.connect(this.transport);
|
|
5635
5635
|
this.connected = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuvin/nuvin-core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"keywords": [],
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ai-sdk/anthropic": "^2.0.
|
|
31
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
32
|
-
"ai": "^5.0.
|
|
30
|
+
"@ai-sdk/anthropic": "^2.0.53",
|
|
31
|
+
"@modelcontextprotocol/sdk": "^1.24.2",
|
|
32
|
+
"ai": "^5.0.106",
|
|
33
33
|
"cheerio": "^1.1.2",
|
|
34
|
-
"turndown": "^7.2.
|
|
35
|
-
"yaml": "^2.
|
|
34
|
+
"turndown": "^7.2.2",
|
|
35
|
+
"yaml": "^2.8.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@sindresorhus/tsconfig": "^3.0.1",
|
|
39
|
-
"@types/turndown": "^5.0.
|
|
40
|
-
"javascript-obfuscator": "^4.
|
|
41
|
-
"tsup": "^8.5.
|
|
42
|
-
"typescript": "^5.
|
|
39
|
+
"@types/turndown": "^5.0.6",
|
|
40
|
+
"javascript-obfuscator": "^4.2.0",
|
|
41
|
+
"tsup": "^8.5.1",
|
|
42
|
+
"typescript": "^5.9.3",
|
|
43
43
|
"vitest": "^3.2.4"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|