@errhythm/gitmux 1.6.3 → 1.6.5

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -41,7 +41,7 @@ Made by E.R.Rhythm.
41
41
  npm install -g @errhythm/gitmux
42
42
  ```
43
43
 
44
- *(Requires Node.js 18+)*
44
+ *(Requires Node.js 22.13+)*
45
45
 
46
46
  Both `gitmux` and the shorter alias `gmux` are available after install.
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@errhythm/gitmux",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "Multi-repo Git & GitLab workflow CLI — switch branches, manage epics & issues, create MRs, all from the terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "src"
13
13
  ],
14
14
  "engines": {
15
- "node": ">=18"
15
+ "node": ">=22.13.0"
16
16
  },
17
17
  "keywords": [
18
18
  "git",