apexify.js 4.5.8 → 4.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apexify.js",
|
|
3
|
-
"version": "4.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.5.9",
|
|
4
|
+
"description": "Unlimited AI models and Canvas library. Supports ts & js (supports front/back end).",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"author": "zenith-79",
|
|
7
7
|
"license": "MIT",
|
|
@@ -17,9 +17,8 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"keywords": [
|
|
20
|
-
"apexify",
|
|
21
|
-
"apexify.js",
|
|
22
20
|
"chat bot",
|
|
21
|
+
"ai bot",
|
|
23
22
|
"chatbot",
|
|
24
23
|
"chat-bot",
|
|
25
24
|
"ai chat",
|
|
@@ -189,7 +188,9 @@
|
|
|
189
188
|
"avif",
|
|
190
189
|
"image converter",
|
|
191
190
|
"converter",
|
|
192
|
-
"canvas-filters"
|
|
191
|
+
"canvas-filters",
|
|
192
|
+
"apexify",
|
|
193
|
+
"apexify.js"
|
|
193
194
|
],
|
|
194
195
|
"dependencies": {
|
|
195
196
|
"@google/generative-ai": "^0.14.1",
|