Compare commits

..

1 Commits
0.7.8 ... 0.7.9

Author SHA1 Message Date
a94b153c6d Fixed embedder autostart bug
All checks were successful
Publish Library / Build NPM Project (push) Successful in 36s
Publish Library / Tag Version (push) Successful in 5s
2026-02-21 00:30:38 -05:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,6 @@
export * from './ai';
export * from './antrhopic';
export * from './audio';
export * from './embedder'
export * from './llm';
export * from './open-ai';
export * from './provider';