We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c5938 commit 18cbad3Copy full SHA for 18cbad3
1 file changed
package.json
@@ -1,15 +1,24 @@
1
{
2
"name": "tinify",
3
- "version": "1.8.0",
+ "version": "1.8.1",
4
"description": "Node.js client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.",
5
"keywords": [
6
"tinify",
7
"tinypng",
8
"tinyjpg",
9
"compress",
10
"optimize",
11
+ "convert",
12
+ "resize",
13
"images",
- "api"
14
+ "thumbnail",
15
+ "crop",
16
+ "api",
17
+ "jpeg",
18
+ "jpg",
19
+ "png",
20
+ "webp",
21
+ "avif"
22
],
23
"homepage": "https://tinify.com/developers",
24
"license": "MIT",
@@ -27,7 +36,7 @@
27
36
"integration": "rm -rf lib/**.{js,ts} && tsc && mocha --reporter dot test/integration.js"
28
37
},
29
38
"engines": {
30
- "node": ">= 6.0"
39
+ "node": ">= 18.0"
31
40
32
41
"main": "lib/index.js",
33
42
"types": "lib/index.d.ts",
0 commit comments