terminal-image-cli 4.0.0 → 5.0.0

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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-image-cli",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "Display images in the terminal",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/terminal-image-cli",
@@ -15,7 +15,7 @@
15
15
  "image": "./cli.js"
16
16
  },
17
17
  "engines": {
18
- "node": ">=20"
18
+ "node": ">=22"
19
19
  },
20
20
  "scripts": {
21
21
  "test": "xo && FORCE_COLOR=1 ava"
@@ -38,15 +38,15 @@
38
38
  "animation"
39
39
  ],
40
40
  "dependencies": {
41
- "file-type": "^21.0.0",
42
- "get-stdin": "^9.0.0",
43
- "meow": "^13.2.0",
44
- "terminal-image": "^4.0.0"
41
+ "file-type": "^22.0.1",
42
+ "get-stdin": "^10.0.0",
43
+ "meow": "^14.1.0",
44
+ "terminal-image": "^5.0.1"
45
45
  },
46
46
  "devDependencies": {
47
- "ava": "^6.4.1",
48
- "execa": "^9.6.0",
47
+ "ava": "^8.0.1",
48
+ "execa": "^9.6.1",
49
49
  "has-ansi": "^6.0.2",
50
- "xo": "^1.2.2"
50
+ "xo": "^4.0.0"
51
51
  }
52
52
  }
package/readme.md CHANGED
@@ -16,7 +16,7 @@ npm install --global terminal-image-cli
16
16
 
17
17
  ## Usage
18
18
 
19
- ```
19
+ ```text
20
20
  $ image --help
21
21
 
22
22
  Usage