Fixed common js
All checks were successful
Publish Library / Build NPM Project (push) Successful in 26s
Publish Library / Tag Version (push) Successful in 6s

This commit is contained in:
2025-12-13 19:47:16 -05:00
parent 709ba05e28
commit 08e105b033
3 changed files with 246 additions and 146 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/ai-utils",
"version": "0.1.5",
"version": "0.1.6",
"description": "AI Utility library",
"author": "Zak Timson",
"license": "MIT",
@@ -16,7 +16,7 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.js"
}
},
"scripts": {
@@ -37,7 +37,7 @@
"@types/node": "^24.8.1",
"typedoc": "^0.26.7",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^7.2.7",
"vite-plugin-dts": "^4.5.3"
},
"files": [