apexify.js 3.3.9 → 3.3.10
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apexify.js",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.10",
|
|
4
4
|
"description": "Ai and Canvas library. Supports typescript and javascript",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"lib",
|
|
15
15
|
"dist"
|
|
16
|
-
|
|
16
|
+
],
|
|
17
17
|
"keywords": [
|
|
18
18
|
"manipulation",
|
|
19
19
|
"node-charts",
|
|
@@ -144,7 +144,6 @@
|
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"@iamtraction/google-translate": "^2.0.1",
|
|
146
146
|
"@napi-rs/canvas": "^0.1.51",
|
|
147
|
-
"apexify.js": "^3.3.6",
|
|
148
147
|
"api": "^6.1.1",
|
|
149
148
|
"gifencoder": "^2.0.1",
|
|
150
149
|
"hercai": "^12.2.0",
|
|
@@ -158,6 +157,7 @@
|
|
|
158
157
|
"@types/node": "^20.11.25",
|
|
159
158
|
"@types/pdf-parse": "^1.1.4",
|
|
160
159
|
"discord.js": "^14.15.2",
|
|
160
|
+
"ts-node": "^10.9.2",
|
|
161
161
|
"typescript": "^5.4.2"
|
|
162
162
|
}
|
|
163
163
|
}
|