langchain 0.0.193 → 0.0.194
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.194",
|
|
4
4
|
"description": "Typescript bindings for langchain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"uuid": "^9.0.0",
|
|
1389
1389
|
"yaml": "^2.2.1",
|
|
1390
1390
|
"zod": "^3.22.3",
|
|
1391
|
-
"zod-to-json-schema": "
|
|
1391
|
+
"zod-to-json-schema": "3.20.3"
|
|
1392
1392
|
},
|
|
1393
1393
|
"publishConfig": {
|
|
1394
1394
|
"access": "public"
|