diffwatch 2.0.0 → 2.0.3

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/README.md CHANGED
@@ -20,8 +20,6 @@ A TUI app for watching git repository file changes with diffs.
20
20
 
21
21
  ## Installation
22
22
 
23
- **Note:** This package currently supports Windows only. Linux and macOS support coming soon.
24
-
25
23
  ### Option 1: Install from npm (recommended)
26
24
 
27
25
  ```bash
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diffwatch",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "description": "A TUI app for watching git repository file changes with diffs.",
5
5
  "keywords": [
6
6
  "git",
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "author": "Sarfraz <sarfraznawaz2005@gmail.com>",
25
+ "readme": "README.md",
25
26
  "engines": {
26
27
  "node": ">=18.0.0"
27
28
  },
@@ -48,11 +49,10 @@
48
49
  "dependencies": {
49
50
  "@opentui/core": "^0.1.75",
50
51
  "@opentui/react": "^0.1.75",
51
- "@types/diff": "^8.0.0",
52
52
  "diff": "^8.0.3",
53
53
  "diff2html": "^3.4.55",
54
54
  "fuse.js": "^7.1.0",
55
- "isbinaryfile": "^6.0.0",
55
+ "isbinaryfile": "^5.0.2",
56
56
  "react": "^19.2.3",
57
57
  "react-dom": "^19.2.3",
58
58
  "simple-git": "^3.30.0",