From ff26c252fd0885fea6ea9440c16a806805ff5fc9 Mon Sep 17 00:00:00 2001 From: aryan Date: Wed, 1 Jan 2025 03:43:14 +0530 Subject: [PATCH] fix: pkg for actions --- package.json | 2 +- test/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 126272b..1ee3da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-agent-kit", - "version": "1.3.3", + "version": "1.3.4", "description": "connect any ai agents to solana protocols", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/test/index.ts b/test/index.ts index 0ac7f5f..2a3312b 100644 --- a/test/index.ts +++ b/test/index.ts @@ -1,4 +1,4 @@ -import { SolanaAgentKit , actions} from "../src"; +import { SolanaAgentKit , ACTIONS} from "../src"; import { createSolanaTools } from "../src/langchain"; import { HumanMessage } from "@langchain/core/messages"; import { MemorySaver } from "@langchain/langgraph";