Skip to content

Commit 31ba2fe

Browse files
tsconfig fix.
1 parent c089d71 commit 31ba2fe

File tree

7 files changed

+229
-97
lines changed

7 files changed

+229
-97
lines changed

package-lock.json

Lines changed: 36 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-ai-api",
33
"description": "A customizable and extensible client api for managing conversations and AI interactions, currently supporting the **Google Gemini** API — with flexibility to support any similar AI APIs.",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.mts",
@@ -62,6 +62,9 @@
6262
"@rollup/plugin-node-resolve": "^16.0.1",
6363
"@rollup/plugin-terser": "^0.4.4",
6464
"@rollup/plugin-typescript": "^12.1.2",
65+
"@types/events": "^3.0.3",
66+
"@types/node": "^22.15.2",
67+
"@types/object-hash": "^3.0.6",
6568
"babel-preset-es2015": "^6.24.1",
6669
"browser-resolve": "^2.0.0",
6770
"browserify": "^17.0.1",

0 commit comments

Comments
 (0)