fix(cli): set executable permission on cli.js
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-01-28 - 1.8.1 - fix(cli)
|
||||||
|
set executable permission on cli.js
|
||||||
|
|
||||||
|
- metadata-only change: updated file mode for cli.js (executable bit set)
|
||||||
|
- no source code changes; ensures package binary is runnable
|
||||||
|
|
||||||
## 2026-01-28 - 1.8.0 - feat(streaming)
|
## 2026-01-28 - 1.8.0 - feat(streaming)
|
||||||
add global activity watchers, client-side buffering, and improved real-time streaming UX
|
add global activity watchers, client-side buffering, and improved real-time streaming UX
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsview',
|
name: '@git.zone/tsview',
|
||||||
version: '1.8.0',
|
version: '1.8.1',
|
||||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsview',
|
name: '@git.zone/tsview',
|
||||||
version: '1.8.0',
|
version: '1.8.1',
|
||||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user