langchain 0.0.204 → 0.0.205
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "langchain",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.205",
|
|
4
4
|
"description": "Typescript bindings for langchain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"clean": "rimraf .turbo/ dist/ && NODE_OPTIONS=--max-old-space-size=4096 node scripts/create-entrypoints.js pre",
|
|
873
873
|
"prepack": "yarn build",
|
|
874
874
|
"release": "release-it --only-version --config .release-it.json",
|
|
875
|
-
"test": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",
|
|
875
|
+
"test": "cd ../ && yarn build:deps && cd ./langchain/ && yarn build && NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",
|
|
876
876
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts",
|
|
877
877
|
"test:integration": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%",
|
|
878
878
|
"test:single": "NODE_OPTIONS=--experimental-vm-modules yarn run jest --config jest.config.cjs --testTimeout 100000",
|
|
@@ -1174,9 +1174,9 @@
|
|
|
1174
1174
|
},
|
|
1175
1175
|
"dependencies": {
|
|
1176
1176
|
"@anthropic-ai/sdk": "^0.9.1",
|
|
1177
|
-
"@langchain/community": "~0.0.
|
|
1178
|
-
"@langchain/core": "~0.0
|
|
1179
|
-
"@langchain/openai": "~0.0.
|
|
1177
|
+
"@langchain/community": "~0.0.3",
|
|
1178
|
+
"@langchain/core": "~0.1.0",
|
|
1179
|
+
"@langchain/openai": "~0.0.5",
|
|
1180
1180
|
"binary-extensions": "^2.2.0",
|
|
1181
1181
|
"expr-eval": "^2.0.2",
|
|
1182
1182
|
"js-tiktoken": "^1.0.7",
|