Skip to content

Commit 2a0b599

Browse files
.npmignore tiny fix.
1 parent b31b13b commit 2a0b599

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ babel.config.json
99
rollup.config.mjs
1010
tsconfig.json
1111
temp
12+
md-assets
1213

1314
# Logs
1415
logs

package.json

Lines changed: 1 addition & 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.8",
4+
"version": "1.1.9",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)