sentry-tui 0.4.1 → 0.4.2
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 +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -42,7 +42,8 @@ app touches the network.
|
|
|
42
42
|
When a new build has finished downloading, a bold pink **Update** appears in
|
|
43
43
|
the bottom-left corner. Click it or press `U` and the app restarts into it on
|
|
44
44
|
the spot; ignore it and you get the new version next launch either way. The
|
|
45
|
-
app looks again
|
|
45
|
+
app looks again every 15 minutes while it is open, and only ever offers a build
|
|
46
|
+
it
|
|
46
47
|
has already downloaded.
|
|
47
48
|
|
|
48
49
|
Set `SENTRY_TUI_NO_UPDATE=1` to pin whatever you have; `CI` is treated the same
|
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.4.
|
|
14
|
+
"version": "0.4.2",
|
|
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.4.
|
|
37
|
+
"@billyvg/sentry-tui": "0.4.2"
|
|
38
38
|
}
|
|
39
39
|
}
|