zstdify-cli 1.1.1 → 1.1.2

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
  3. package/logo.webp +0 -0
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Tests][tests-badge]][tests-url]
6
6
  [![Coverage][coverage-badge]][coverage-url]
7
7
 
8
- ![Zstdify Logo](/logo.webp)
8
+ ![Zstdify Logo](https://raw.githubusercontent.com/bhouston/zstdify/main/logo.webp)
9
9
 
10
10
  Command-line tool for compressing and decompressing files with zstd. Built on the [zstdify](https://www.npmjs.com/package/zstdify) package (pure TypeScript, no native dependencies).
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zstdify-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "CLI for zstd compression and decompression using zstdify",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "yargs": "^17.7.2",
19
19
  "yargs-file-commands": "^1.2.2",
20
- "zstdify": "^1.1.1"
20
+ "zstdify": "^1.1.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^24",
package/logo.webp DELETED
Binary file