Skip to content

Commit c089d71

Browse files
package updated
1 parent de6e9aa commit c089d71

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
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.1",
4+
"version": "1.1.2",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.mts",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"jsonrepair": "^3.12.0",
2020
"object-hash": "^3.0.0",
21-
"tiny-essentials": "^1.0.0"
21+
"tiny-essentials": "^1.3.0"
2222
},
2323
"keywords": [
2424
"ai",

0 commit comments

Comments
 (0)