@kud/revu-cli 1.0.9 → 1.0.11

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 +4 -4
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/revu-logo.png" width="120" alt="revu logo" />
2
+ <img src="assets/revu-logo.png" width="200" alt="revu logo" />
3
3
  </p>
4
4
 
5
5
  # revu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/revu-cli",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Interactive terminal diff reviewer",
5
5
  "module": "index.ts",
6
6
  "type": "module",
@@ -23,9 +23,9 @@
23
23
  "bump:major": "bun scripts/bump.ts major"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@kud/revu-cli-darwin-arm64": "1.0.9",
27
- "@kud/revu-cli-linux-x64": "1.0.9",
28
- "@kud/revu-cli-linux-arm64": "1.0.9"
26
+ "@kud/revu-cli-darwin-arm64": "1.0.11",
27
+ "@kud/revu-cli-linux-x64": "1.0.11",
28
+ "@kud/revu-cli-linux-arm64": "1.0.11"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/bun": "latest"