langchain 0.0.157 → 0.0.158
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": "langchain",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.158",
|
|
4
4
|
"description": "Typescript bindings for langchain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"p-retry": "4",
|
|
1152
1152
|
"uuid": "^9.0.0",
|
|
1153
1153
|
"yaml": "^2.2.1",
|
|
1154
|
-
"zod": "^3.
|
|
1154
|
+
"zod": "^3.22.2",
|
|
1155
1155
|
"zod-to-json-schema": "^3.20.4"
|
|
1156
1156
|
},
|
|
1157
1157
|
"publishConfig": {
|