Skip to content

Commit e73554a

Browse files
committed
release(xai): 1.0.0
1 parent dc919c1 commit e73554a

File tree

2 files changed

+34
-52
lines changed

2 files changed

+34
-52
lines changed

β€Žlibs/providers/langchain-xai/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/xai",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "xAI integration for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",
@@ -30,10 +30,10 @@
3030
"format:check": "prettier --config .prettierrc --check \"src\""
3131
},
3232
"dependencies": {
33-
"@langchain/openai": "^1.0.0-alpha.1"
33+
"@langchain/openai": "^1.0.0"
3434
},
3535
"peerDependencies": {
36-
"@langchain/core": "^1.0.0-alpha.6"
36+
"@langchain/core": "^1.0.0"
3737
},
3838
"devDependencies": {
3939
"@langchain/core": "workspace:*",

β€Žpnpm-lock.yamlβ€Ž

Lines changed: 31 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)