Skip to content

Commit

Permalink
Merge pull request #611 from hwchase17/0.0.48
Browse files Browse the repository at this point in the history
0.0.48
  • Loading branch information
nfcampos committed Apr 4, 2023
2 parents 181f392 + a1eea5c commit 022ef67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.47",
"version": "0.0.48",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test("Test College confidential loader", async () => {
"https://www.collegeconfidential.com/colleges/brown-university/"
);
await loader.load();
}, 10000);
});

1 comment on commit 022ef67

@vercel
Copy link

@vercel vercel bot commented on 022ef67 Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.