peasy-compress 0.1.0 → 0.1.1

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,10 @@ Built from [Peasy Compress](https://peasytools.com), the developer tools platfor
10
10
 
11
11
  > **Try the interactive tools at [peasytools.com](https://peasytools.com)** -- [Compress Tool](https://peasytools.com/tools/compress/), [Archive Tool](https://peasytools.com/tools/archive/)
12
12
 
13
+ <p align="center">
14
+ <img src="demo.gif" alt="peasy-compress demo — file compression and decompression in terminal" width="800">
15
+ </p>
16
+
13
17
  ## Table of Contents
14
18
 
15
19
  - [Install](#install)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peasy-compress",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Archive & compression library for Node.js — ZIP, gzip, brotli, deflate. Zero-config, TypeScript-first.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",