We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58f63d commit 9dfc06bCopy full SHA for 9dfc06b
libs/langchain-textsplitters/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@langchain/textsplitters",
3
- "version": "1.0.0-alpha.1",
+ "version": "1.0.0",
4
"description": "Various implementations of LangChain.js text splitters",
5
"author": "LangChain",
6
"license": "MIT",
@@ -29,7 +29,7 @@
29
"js-tiktoken": "^1.0.12"
30
},
31
"peerDependencies": {
32
- "@langchain/core": "^1.0.0-alpha.6"
+ "@langchain/core": "^1.0.0"
33
34
"devDependencies": {
35
"@langchain/core": "workspace:*",
0 commit comments