mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 21:33:46 -04:00
Bump to 0.0.0-preview.3
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@langchain/langgraph-api",
|
||||
"version": "0.0.0-preview.2",
|
||||
"version": "0.0.0-preview.3",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
@@ -3,4 +3,4 @@ import { Command } from "@commander-js/extra-typings";
|
||||
export const builder = new Command()
|
||||
.name("langgraph")
|
||||
.description("LangGraph.js CLI")
|
||||
.version("0.0.0-preview.2");
|
||||
.version("0.0.0-preview.3");
|
||||
|
||||
Reference in New Issue
Block a user