forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f9ccb6
commit efd71d8
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "langchainjs", | ||
"version": "0.0.4", | ||
"private": true, | ||
"name": "langchainjs-gpt4all", | ||
"version": "0.0.5", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
|
@@ -19,7 +18,7 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hwchase17/langchainjs.git" | ||
"url": "https://github.com/lucasjohnston/langchainjs-gpt4all.git" | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
|
@@ -33,7 +32,7 @@ | |
"test:unit": "turbo run test", | ||
"test:int": "turbo run test:integration", | ||
"test:exports:docker": "docker compose up", | ||
"publish": "bash scripts/release-branch.sh && turbo run build lint test test:integration && yarn run test:exports:docker && yarn workspace langchain run release && echo '🔗 Open https://github.com/hwchase17/langchainjs/compare/release?expand=1 and merge the release PR'", | ||
"publish": "bash scripts/release-branch.sh && turbo run build lint test && yarn run test:exports:docker && yarn workspace langchain run release && echo '🔗 Open https://github.com/hwchase17/langchainjs/compare/release?expand=1 and merge the release PR'", | ||
"example": "yarn workspace examples start", | ||
"prepare": "husky install", | ||
"precommit": "turbo run precommit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters