langchain 0.0.204-rc.2 → 0.0.204

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.204-rc.2",
3
+ "version": "0.0.204",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -1174,9 +1174,9 @@
1174
1174
  },
1175
1175
  "dependencies": {
1176
1176
  "@anthropic-ai/sdk": "^0.9.1",
1177
- "@langchain/community": "~0.0.1-rc.2",
1178
- "@langchain/core": "~0.0.11-rc.2",
1179
- "@langchain/openai": "~0.0.2-rc.1",
1177
+ "@langchain/community": "~0.0.2",
1178
+ "@langchain/core": "~0.0.11",
1179
+ "@langchain/openai": "~0.0.2",
1180
1180
  "binary-extensions": "^2.2.0",
1181
1181
  "expr-eval": "^2.0.2",
1182
1182
  "js-tiktoken": "^1.0.7",