langchain 0.0.209-rc.0 → 0.0.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain",
3
- "version": "0.0.209-rc.0",
3
+ "version": "0.0.209",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -1178,9 +1178,9 @@
1178
1178
  },
1179
1179
  "dependencies": {
1180
1180
  "@anthropic-ai/sdk": "^0.9.1",
1181
- "@langchain/community": "~0.0.7-rc.0",
1182
- "@langchain/core": "~0.1.2-rc.0",
1183
- "@langchain/openai": "~0.0.6-rc.0",
1181
+ "@langchain/community": "~0.0.7",
1182
+ "@langchain/core": "~0.1.2",
1183
+ "@langchain/openai": "~0.0.6",
1184
1184
  "binary-extensions": "^2.2.0",
1185
1185
  "expr-eval": "^2.0.2",
1186
1186
  "js-tiktoken": "^1.0.7",