sentry-tui 0.9.0 → 0.10.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 +2 -2
package/README.md CHANGED
@@ -73,7 +73,7 @@ when `CI` is set, and when running from source.
73
73
 
74
74
  ### From source
75
75
 
76
- Running from source needs **Bun ≥ 1.3.0**. OpenTUI reaches its native renderer
76
+ Running from source needs **Bun ≥ 1.4.0**. OpenTUI reaches its native renderer
77
77
  through `bun:ffi`; the Node backend wants `node:ffi`, which is Node 26.1+ behind
78
78
  `--experimental-ffi`, so Bun is the supported path.
79
79
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/billyvg/sentry-tui/issues"
12
12
  },
13
13
  "name": "sentry-tui",
14
- "version": "0.9.0",
14
+ "version": "0.10.0",
15
15
  "keywords": [
16
16
  "sentry",
17
17
  "tui",
@@ -34,6 +34,6 @@
34
34
  "node": ">=18.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@billyvg/sentry-tui": "0.9.0"
37
+ "@billyvg/sentry-tui": "0.10.0"
38
38
  }
39
39
  }