Export memory types
All checks were successful
Publish Library / Build NPM Project (push) Successful in 1m7s
Publish Library / Tag Version (push) Successful in 13s

This commit is contained in:
2026-06-07 13:06:45 -04:00
parent 0b1c25dfda
commit 209d3b120b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/ai-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "AI Utility library",
"author": "Zak Timson",
"license": "MIT",

View File

@@ -2,6 +2,7 @@ export * from './ai';
export * from './antrhopic';
export * from './audio';
export * from './llm';
export * from './memory';
export * from './open-ai';
export * from './provider';
export * from './tools';