Skip to content

Commit 022ef67

Browse files
authored
Merge pull request #611 from hwchase17/0.0.48
0.0.48
2 parents 181f392 + a1eea5c commit 022ef67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langchain",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "Typescript bindings for langchain",
55
"type": "module",
66
"engines": {

langchain/src/document_loaders/tests/college_confidential.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ test("Test College confidential loader", async () => {
66
"https://www.collegeconfidential.com/colleges/brown-university/"
77
);
88
await loader.load();
9-
}, 10000);
9+
});

0 commit comments

Comments
 (0)