@easynet/agent-tool 1.0.79 → 1.0.80
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 +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easynet/agent-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.80",
|
|
4
4
|
"description": "MCP build: init → build → run. Turn your project (@tool, SKILL, n8n) into a standalone MCP npm server (no framework embedding, no package conflict).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@easynet/agent-common": "^1.0.43",
|
|
75
|
-
"@langchain/core": "
|
|
76
|
-
"@langchain/openai": "
|
|
75
|
+
"@langchain/core": "1.1.27",
|
|
76
|
+
"@langchain/openai": "1.2.9",
|
|
77
77
|
"@modelcontextprotocol/sdk": ">=1.25.0",
|
|
78
78
|
"@types/express": "^5.0.3",
|
|
79
79
|
"ajv": "^8.17.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"express": "^5.1.0",
|
|
84
84
|
"jmespath": "^0.16.0",
|
|
85
85
|
"js-yaml": "^4.1.1",
|
|
86
|
-
"langchain": "
|
|
86
|
+
"langchain": "1.2.25",
|
|
87
87
|
"mustache": "^4.2.0",
|
|
88
88
|
"p-retry": "^6.2.1",
|
|
89
89
|
"p-timeout": "^6.1.4",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"uuid": "^11.0.5"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@langchain/core": "1.1.
|
|
96
|
-
"@langchain/openai": "1.2.
|
|
95
|
+
"@langchain/core": "1.1.27",
|
|
96
|
+
"@langchain/openai": "1.2.9",
|
|
97
97
|
"@semantic-release/git": "^10.0.1",
|
|
98
98
|
"@types/jmespath": "^0.15.2",
|
|
99
99
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"zod": "^3.23.0"
|
|
110
110
|
},
|
|
111
111
|
"peerDependencies": {
|
|
112
|
-
"@langchain/core": "
|
|
112
|
+
"@langchain/core": "1.1.27",
|
|
113
113
|
"@modelcontextprotocol/sdk": ">=1.25.0",
|
|
114
|
-
"langchain": "
|
|
114
|
+
"langchain": "1.2.25",
|
|
115
115
|
"zod": ">=3.23.0"
|
|
116
116
|
},
|
|
117
117
|
"peerDependenciesMeta": {
|
|
@@ -129,7 +129,8 @@
|
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"overrides": {
|
|
132
|
-
"@langchain/core": "1.1.
|
|
132
|
+
"@langchain/core": "1.1.27",
|
|
133
|
+
"@langchain/openai": "1.2.9",
|
|
133
134
|
"deepagents": "1.8.0",
|
|
134
135
|
"langchain": "1.2.25"
|
|
135
136
|
},
|