Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 20, 2023
1 parent b223e31 commit 1938744
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
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.2",
"version": "0.1.3",
"description": "Core LangChain.js abstractions and schemas",
"type": "module",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.209",
"version": "0.0.210",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down Expand Up @@ -1178,9 +1178,9 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.9.1",
"@langchain/community": "~0.0.7",
"@langchain/core": "~0.1.2",
"@langchain/openai": "~0.0.6",
"@langchain/community": "~0.0.8",
"@langchain/core": "~0.1.3",
"@langchain/openai": "~0.0.7",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
"js-tiktoken": "^1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/anthropic",
"version": "0.0.5",
"version": "0.0.6",
"description": "Anthropic integrations for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.11.0",
"@langchain/core": "~0.1.2"
"@langchain/core": "~0.1.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.0.8",
"description": "Sample integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.2",
"@langchain/openai": "~0.0.6",
"@langchain/core": "~0.1.3",
"@langchain/openai": "~0.0.7",
"flat": "^5.0.2",
"langsmith": "~0.0.48",
"uuid": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-google-genai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-genai",
"version": "0.0.4",
"version": "0.0.5",
"description": "Sample integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.1.0",
"@langchain/core": "~0.1.2"
"@langchain/core": "~0.1.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-mistralai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/mistralai",
"version": "0.0.4",
"version": "0.0.5",
"description": "MistralAI integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.2",
"@langchain/core": "~0.1.3",
"@mistralai/mistralai": "^0.0.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/openai",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenAI integrations for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.2",
"@langchain/core": "~0.1.3",
"js-tiktoken": "^1.0.7",
"openai": "^4.19.0",
"zod": "^3.22.3",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8077,7 +8077,7 @@ __metadata:
dependencies:
"@anthropic-ai/sdk": ^0.11.0
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.2
"@langchain/core": ~0.1.3
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
dpdm: ^3.12.0
Expand All @@ -8097,7 +8097,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/community@workspace:*, @langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.7":
"@langchain/community@workspace:*, @langchain/community@workspace:libs/langchain-community, @langchain/community@~0.0.8":
version: 0.0.0-use.local
resolution: "@langchain/community@workspace:libs/langchain-community"
dependencies:
Expand All @@ -8123,8 +8123,8 @@ __metadata:
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.2
"@langchain/openai": ~0.0.6
"@langchain/core": ~0.1.3
"@langchain/openai": ~0.0.7
"@mozilla/readability": ^0.4.4
"@opensearch-project/opensearch": ^2.2.0
"@pinecone-database/pinecone": ^1.1.0
Expand Down Expand Up @@ -8455,7 +8455,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/core@workspace:*, @langchain/core@workspace:langchain-core, @langchain/core@~0.1.2":
"@langchain/core@workspace:*, @langchain/core@workspace:langchain-core, @langchain/core@~0.1.3":
version: 0.0.0-use.local
resolution: "@langchain/core@workspace:langchain-core"
dependencies:
Expand Down Expand Up @@ -8498,7 +8498,7 @@ __metadata:
"@google/generative-ai": ^0.1.0
"@jest/globals": ^29.5.0
"@langchain/community": "workspace:*"
"@langchain/core": ~0.1.2
"@langchain/core": ~0.1.3
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
"@tsconfig/recommended": ^1.0.3
Expand Down Expand Up @@ -8527,7 +8527,7 @@ __metadata:
resolution: "@langchain/mistralai@workspace:libs/langchain-mistralai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.2
"@langchain/core": ~0.1.3
"@mistralai/mistralai": ^0.0.7
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand All @@ -8551,12 +8551,12 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.0.6":
"@langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.0.7":
version: 0.0.0-use.local
resolution: "@langchain/openai@workspace:libs/langchain-openai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.2
"@langchain/core": ~0.1.3
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
dpdm: ^3.12.0
Expand Down Expand Up @@ -23514,9 +23514,9 @@ __metadata:
"@google-ai/generativelanguage": ^0.2.1
"@google-cloud/storage": ^6.10.1
"@jest/globals": ^29.5.0
"@langchain/community": ~0.0.7
"@langchain/core": ~0.1.2
"@langchain/openai": ~0.0.6
"@langchain/community": ~0.0.8
"@langchain/core": ~0.1.3
"@langchain/openai": ~0.0.7
"@notionhq/client": ^2.2.10
"@pinecone-database/pinecone": ^1.1.0
"@supabase/supabase-js": ^2.10.0
Expand Down

0 comments on commit 1938744

Please sign in to comment.