Skip to content

Commit

Permalink
Merge pull request #3639 from langchain-ai/release
Browse files Browse the repository at this point in the history
Release 0.0.206
  • Loading branch information
jacoblee93 authored Dec 13, 2023
2 parents 7b574ff + 2003e73 commit 32b04b9
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 33 deletions.
3 changes: 2 additions & 1 deletion environment_tests/scripts/docker-ci-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ mkdir -p ./.yarn
cp -r ../root/.yarn/!(berry|cache) ./.yarn
cp ../root/yarn.lock ../root/.yarnrc.yml .

yarn install --no-immutable
yarn plugin import workspace-tools
yarn workspaces focus --production

# Check the build command completes successfully
yarn build
Expand Down
10 changes: 5 additions & 5 deletions environment_tests/test-exports-cf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"libs/*"
],
"devDependencies": {
"@cloudflare/workers-types": "^4.20230321.0",
"typescript": "^5.0.3",
"vitest": "0.34.3",
"wrangler": "3.7.0"
"@cloudflare/workers-types": "^4.20230321.0"
},
"dependencies": {
"@langchain/anthropic": "workspace:*",
"@langchain/community": "workspace:*",
"@langchain/core": "workspace:*",
"@langchain/openai": "workspace:*",
"langchain": "workspace:*"
"langchain": "workspace:*",
"wrangler": "3.7.0",
"vitest": "0.34.3",
"typescript": "^5.0.3"
},
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions environment_tests/test-exports-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@langchain/community": "workspace:*",
"@langchain/core": "workspace:*",
"@langchain/openai": "workspace:*",
"@tsconfig/recommended": "^1.0.2",
"d3-dsv": "2",
"hnswlib-node": "^1.4.2",
"langchain": "workspace:*"
"langchain": "workspace:*",
"typescript": "^5.0.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/node": "^18.15.11",
"prettier": "^2.8.3",
"typescript": "^5.0.0"
"prettier": "^2.8.3"
}
}
10 changes: 5 additions & 5 deletions environment_tests/test-exports-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@langchain/community": "workspace:*",
"@langchain/core": "workspace:*",
"@langchain/openai": "workspace:*",
"@tsconfig/recommended": "^1.0.2",
"d3-dsv": "2",
"esbuild": "^0.17.18",
"hnswlib-node": "^1.4.2",
"langchain": "workspace:*"
"langchain": "workspace:*",
"typescript": "^5.0.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/node": "^18.15.11",
"esbuild": "^0.17.18",
"prettier": "^2.8.3",
"typescript": "^5.0.0"
"prettier": "^2.8.3"
}
}
8 changes: 4 additions & 4 deletions environment_tests/test-exports-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@langchain/community": "workspace:*",
"@langchain/core": "workspace:*",
"@langchain/openai": "workspace:*",
"@tsconfig/recommended": "^1.0.2",
"d3-dsv": "2",
"hnswlib-node": "^1.4.2",
"langchain": "workspace:*"
"langchain": "workspace:*",
"typescript": "^5.0.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/node": "^18.15.11",
"prettier": "^2.8.3",
"typescript": "^5.0.0"
"prettier": "^2.8.3"
}
}
4 changes: 1 addition & 3 deletions environment_tests/test-exports-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"@langchain/community": "workspace:*",
"@langchain/core": "workspace:*",
"@langchain/openai": "workspace:*",
"langchain": "workspace:*"
},
"devDependencies": {
"langchain": "workspace:*",
"typescript": "^5.0.0",
"vite": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion langchain-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Core LangChain.js abstractions and schemas",
"type": "module",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.205",
"version": "0.0.206",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down Expand Up @@ -1175,8 +1175,8 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.9.1",
"@langchain/community": "~0.0.3",
"@langchain/core": "~0.1.0",
"@langchain/community": "~0.0.4",
"@langchain/core": "~0.1.1",
"@langchain/openai": "~0.0.5",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/community",
"version": "0.0.3",
"version": "0.0.4",
"description": "Sample integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.0",
"@langchain/core": "~0.1.1",
"@langchain/openai": "~0.0.5",
"flat": "^5.0.2",
"langsmith": "~0.0.48",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8083,7 +8083,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/community@workspace:*, @langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.3":
"@langchain/community@workspace:*, @langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.4":
version: 0.0.0-use.local
resolution: "@langchain/community@workspace:libs/langchain-community"
dependencies:
Expand All @@ -8109,7 +8109,7 @@ __metadata:
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.0
"@langchain/core": ~0.1.1
"@langchain/openai": ~0.0.5
"@mozilla/readability": ^0.4.4
"@opensearch-project/opensearch": ^2.2.0
Expand Down Expand Up @@ -8441,7 +8441,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/core@workspace:langchain-core, @langchain/core@~0.1.0":
"@langchain/core@workspace:langchain-core, @langchain/core@~0.1.0, @langchain/core@~0.1.1":
version: 0.0.0-use.local
resolution: "@langchain/core@workspace:langchain-core"
dependencies:
Expand Down Expand Up @@ -23163,8 +23163,8 @@ __metadata:
"@google-ai/generativelanguage": ^0.2.1
"@google-cloud/storage": ^6.10.1
"@jest/globals": ^29.5.0
"@langchain/community": ~0.0.3
"@langchain/core": ~0.1.0
"@langchain/community": ~0.0.4
"@langchain/core": ~0.1.1
"@langchain/openai": ~0.0.5
"@notionhq/client": ^2.2.10
"@pinecone-database/pinecone": ^1.1.0
Expand Down

2 comments on commit 32b04b9

@vercel
Copy link

@vercel vercel bot commented on 32b04b9 Dec 13, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 32b04b9 Dec 13, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

js.langchain.com
langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
langchainjs-docs-ruddy.vercel.app

Please sign in to comment.