@rivolink/leaf 1.12.0 → 1.13.0

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 +7 -7
package/README.md CHANGED
@@ -154,7 +154,7 @@ cat TESTING.md | leaf
154
154
  - ✅ Fuzzy Markdown picker when launched without a file, or anytime with `Ctrl+P`
155
155
  - ✅ Classic directory browser picker with `leaf --picker`, or anytime with `Shift+P`
156
156
  - ✅ Theme picker with runtime preview
157
- - ✅ Help modal with in-app shortcuts
157
+ - ✅ Help popup with in-app shortcuts
158
158
 
159
159
  ## Typical AI Workflow
160
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivolink/leaf",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "description": "Terminal Markdown previewer — GUI-like experience.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -23,12 +23,12 @@
23
23
  "README.md"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@rivolink/leaf-linux-x64": "1.12.0",
27
- "@rivolink/leaf-linux-arm64": "1.12.0",
28
- "@rivolink/leaf-darwin-x64": "1.12.0",
29
- "@rivolink/leaf-darwin-arm64": "1.12.0",
30
- "@rivolink/leaf-win32-x64": "1.12.0",
31
- "@rivolink/leaf-android-arm64": "1.12.0"
26
+ "@rivolink/leaf-linux-x64": "1.13.0",
27
+ "@rivolink/leaf-linux-arm64": "1.13.0",
28
+ "@rivolink/leaf-darwin-x64": "1.13.0",
29
+ "@rivolink/leaf-darwin-arm64": "1.13.0",
30
+ "@rivolink/leaf-win32-x64": "1.13.0",
31
+ "@rivolink/leaf-android-arm64": "1.13.0"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=14"