Skip to content

Commit

Permalink
chore: publish v0.0.7 (langchain-ai#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivan-sean authored Feb 18, 2023
1 parent 4b84534 commit f1bd93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion langchain/create-entrypoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const cleanGenerated = () => {
.flatMap((key) => [`${key}.js`, `${key}.d.ts`])
.forEach((fname) => {
try {
fs.unlinkSync(fname)
fs.unlinkSync(fname);
} catch {
// ignore error
}
Expand Down
4 changes: 2 additions & 2 deletions langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.6",
"version": "0.0.7",
"description": "Typescript bindings for langchain",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -104,4 +104,4 @@
"embeddings",
"vectorstores"
]
}
}

0 comments on commit f1bd93a

Please sign in to comment.