Compare commits

...

6 Commits

Author SHA1 Message Date
jkunz afc3e43a34 v1.12.10
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-04-30 12:57:56 +00:00
jkunz efa927b8c8 fix(build): remove allowimplicitany from the build command and bump tsbundle to ^2.10.1 2026-04-30 12:57:55 +00:00
jkunz bb7742b1a0 v1.12.9
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-24 19:48:03 +00:00
jkunz 9f15e2fa4e fix(package): bump package version to 1.12.8 2026-03-24 19:48:03 +00:00
jkunz 4026f09339 v1.12.8
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-24 19:47:42 +00:00
jkunz 961841cdf7 fix(package): bump package version to 1.12.8 2026-03-24 19:47:42 +00:00
6 changed files with 29 additions and 13 deletions
+16
View File
@@ -1,5 +1,21 @@
# Changelog # Changelog
## 2026-04-30 - 1.12.10 - fix(build)
remove allowimplicitany from the build command and bump tsbundle to ^2.10.1
- updates the build script to use the default tsbuild behavior without the allowimplicitany flag
- bumps @git.zone/tsbundle from ^2.10.0 to ^2.10.1
## 2026-03-24 - 1.12.9 - fix(package)
bump package version to 1.12.8
- Updates the package metadata version with no indicated source changes.
## 2026-03-24 - 1.12.8 - fix(package)
bump package version to 1.12.8
- Updates the project package version from 1.12.7 to 1.12.8.
## 2026-03-24 - 1.12.7 - fix(deps) ## 2026-03-24 - 1.12.7 - fix(deps)
bump aws sdk, smartdata, and tswatch dependencies bump aws sdk, smartdata, and tswatch dependencies
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@git.zone/tsview", "name": "@git.zone/tsview",
"version": "1.12.7", "version": "1.12.10",
"private": false, "private": false,
"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",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "pnpm run build && tstest test/ --verbose", "test": "pnpm run build && tstest test/ --verbose",
"build": "pnpm run bundle && tsbuild --allowimplicitany", "build": "pnpm run bundle && tsbuild",
"bundle": "tsbundle", "bundle": "tsbundle",
"startTs": "node cli.ts.js", "startTs": "node cli.ts.js",
"watch": "tswatch", "watch": "tswatch",
@@ -22,7 +22,7 @@
"devDependencies": { "devDependencies": {
"@api.global/typedsocket": "^4.1.2", "@api.global/typedsocket": "^4.1.2",
"@git.zone/tsbuild": "^4.4.0", "@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0", "@git.zone/tsbundle": "^2.10.1",
"@git.zone/tsrun": "^2.0.1", "@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.5.1", "@git.zone/tstest": "^3.5.1",
"@git.zone/tswatch": "^3.3.2", "@git.zone/tswatch": "^3.3.2",
+7 -7
View File
@@ -73,8 +73,8 @@ importers:
specifier: ^4.4.0 specifier: ^4.4.0
version: 4.4.0 version: 4.4.0
'@git.zone/tsbundle': '@git.zone/tsbundle':
specifier: ^2.10.0 specifier: ^2.10.1
version: 2.10.0 version: 2.10.1
'@git.zone/tsrun': '@git.zone/tsrun':
specifier: ^2.0.1 specifier: ^2.0.1
version: 2.0.1 version: 2.0.1
@@ -497,8 +497,8 @@ packages:
resolution: {integrity: sha512-98igHfppi6blFYDyzNukNkj4FUO5ZlyXEaSyJh8vCkkZM8SyAgfZj+NUWA1D1iaPXE58UvK1Pt/o8p8iI9UHHw==} resolution: {integrity: sha512-98igHfppi6blFYDyzNukNkj4FUO5ZlyXEaSyJh8vCkkZM8SyAgfZj+NUWA1D1iaPXE58UvK1Pt/o8p8iI9UHHw==}
hasBin: true hasBin: true
'@git.zone/tsbundle@2.10.0': '@git.zone/tsbundle@2.10.1':
resolution: {integrity: sha512-dw2VFlgKssDlCxg92wSPiiAKwfCjJBOEOYXq1xO91OpjQLOkyogCxSLy0jzQ2BYnt4qmBnapjamzYzVjCr4CWg==} resolution: {integrity: sha512-bCoDoHsT9oIQRFZbItkjPu/lTiyCKxzhA+XSEc1L2jV8S717faaLWHJEbbmrX/pZXG2OkIr2At1xpsicE/6I7g==}
hasBin: true hasBin: true
'@git.zone/tspublish@1.11.3': '@git.zone/tspublish@1.11.3':
@@ -4767,7 +4767,7 @@ snapshots:
- supports-color - supports-color
- vue - vue
'@git.zone/tsbundle@2.10.0': '@git.zone/tsbundle@2.10.1':
dependencies: dependencies:
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
'@push.rocks/smartcli': 4.0.20 '@push.rocks/smartcli': 4.0.20
@@ -4824,7 +4824,7 @@ snapshots:
'@git.zone/tstest@3.5.1(socks@2.8.7)(typescript@6.0.2)': '@git.zone/tstest@3.5.1(socks@2.8.7)(typescript@6.0.2)':
dependencies: dependencies:
'@git.zone/tsbundle': 2.10.0 '@git.zone/tsbundle': 2.10.1
'@git.zone/tsrun': 2.0.1 '@git.zone/tsrun': 2.0.1
'@push.rocks/consolecolor': 2.0.3 '@push.rocks/consolecolor': 2.0.3
'@push.rocks/qenv': 6.1.3 '@push.rocks/qenv': 6.1.3
@@ -4874,7 +4874,7 @@ snapshots:
'@git.zone/tswatch@3.3.2(@tiptap/pm@2.27.2)': '@git.zone/tswatch@3.3.2(@tiptap/pm@2.27.2)':
dependencies: dependencies:
'@api.global/typedserver': 8.4.6(@tiptap/pm@2.27.2) '@api.global/typedserver': 8.4.6(@tiptap/pm@2.27.2)
'@git.zone/tsbundle': 2.10.0 '@git.zone/tsbundle': 2.10.1
'@git.zone/tsrun': 2.0.1 '@git.zone/tsrun': 2.0.1
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
'@push.rocks/lik': 6.4.0 '@push.rocks/lik': 6.4.0
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsview', name: '@git.zone/tsview',
version: '1.12.7', version: '1.12.10',
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'
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsview', name: '@git.zone/tsview',
version: '1.12.7', version: '1.12.10',
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'
} }