8 Commits

Author SHA1 Message Date
bb7742b1a0 v1.12.9
Some checks failed
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
9f15e2fa4e fix(package): bump package version to 1.12.8 2026-03-24 19:48:03 +00:00
4026f09339 v1.12.8
Some checks failed
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
961841cdf7 fix(package): bump package version to 1.12.8 2026-03-24 19:47:42 +00:00
792216f7c1 v1.12.7
Some checks failed
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:27 +00:00
b1f7342b16 fix(deps): bump aws sdk, smartdata, and tswatch dependencies 2026-03-24 19:47:27 +00:00
2a21ac3075 v1.12.6
Some checks failed
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:18:35 +00:00
bd3823741b fix(build): remove skiplibcheck from the build script 2026-03-24 19:18:35 +00:00
6 changed files with 50 additions and 27 deletions

View File

@@ -1,5 +1,28 @@
# Changelog # Changelog
## 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)
bump aws sdk, smartdata, and tswatch dependencies
- update @aws-sdk/client-s3 from ^3.1015.0 to ^3.1016.0
- update @push.rocks/smartdata from ^7.1.0 to ^7.1.1
- update @git.zone/tswatch from ^3.3.1 to ^3.3.2
## 2026-03-24 - 1.12.6 - fix(build)
remove skiplibcheck from the build script
- Updates the build command to run tsbuild without the --skiplibcheck flag.
- Tightens TypeScript build validation by including library type checks during builds.
## 2026-03-24 - 1.12.5 - fix(package) ## 2026-03-24 - 1.12.5 - fix(package)
bump package version to 1.12.5 bump package version to 1.12.5

View File

@@ -1,6 +1,6 @@
{ {
"name": "@git.zone/tsview", "name": "@git.zone/tsview",
"version": "1.12.5", "version": "1.12.9",
"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 --skiplibcheck", "build": "pnpm run bundle && tsbuild --allowimplicitany",
"bundle": "tsbundle", "bundle": "tsbundle",
"startTs": "node cli.ts.js", "startTs": "node cli.ts.js",
"watch": "tswatch", "watch": "tswatch",
@@ -25,7 +25,7 @@
"@git.zone/tsbundle": "^2.10.0", "@git.zone/tsbundle": "^2.10.0",
"@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.1", "@git.zone/tswatch": "^3.3.2",
"@push.rocks/smartrx": "^3.0.10", "@push.rocks/smartrx": "^3.0.10",
"@types/node": "^25.5.0" "@types/node": "^25.5.0"
}, },
@@ -33,14 +33,14 @@
"@api.global/typedrequest": "^3.3.0", "@api.global/typedrequest": "^3.3.0",
"@api.global/typedrequest-interfaces": "^3.0.19", "@api.global/typedrequest-interfaces": "^3.0.19",
"@api.global/typedserver": "^8.4.6", "@api.global/typedserver": "^8.4.6",
"@aws-sdk/client-s3": "^3.1015.0", "@aws-sdk/client-s3": "^3.1016.0",
"@design.estate/dees-catalog": "^3.49.0", "@design.estate/dees-catalog": "^3.49.0",
"@design.estate/dees-element": "^2.2.3", "@design.estate/dees-element": "^2.2.3",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",
"@push.rocks/smartbucket": "^4.5.1", "@push.rocks/smartbucket": "^4.5.1",
"@push.rocks/smartcli": "^4.0.20", "@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartconfig": "^6.0.1", "@push.rocks/smartconfig": "^6.0.1",
"@push.rocks/smartdata": "^7.1.0", "@push.rocks/smartdata": "^7.1.1",
"@push.rocks/smartfile": "^13.1.2", "@push.rocks/smartfile": "^13.1.2",
"@push.rocks/smartlog": "^3.2.1", "@push.rocks/smartlog": "^3.2.1",
"@push.rocks/smartlog-destination-local": "^9.0.2", "@push.rocks/smartlog-destination-local": "^9.0.2",

38
pnpm-lock.yaml generated
View File

@@ -18,8 +18,8 @@ importers:
specifier: ^8.4.6 specifier: ^8.4.6
version: 8.4.6(@tiptap/pm@2.27.2) version: 8.4.6(@tiptap/pm@2.27.2)
'@aws-sdk/client-s3': '@aws-sdk/client-s3':
specifier: ^3.1015.0 specifier: ^3.1016.0
version: 3.1015.0 version: 3.1016.0
'@design.estate/dees-catalog': '@design.estate/dees-catalog':
specifier: ^3.49.0 specifier: ^3.49.0
version: 3.49.0(@tiptap/pm@2.27.2) version: 3.49.0(@tiptap/pm@2.27.2)
@@ -39,8 +39,8 @@ importers:
specifier: ^6.0.1 specifier: ^6.0.1
version: 6.0.1 version: 6.0.1
'@push.rocks/smartdata': '@push.rocks/smartdata':
specifier: ^7.1.0 specifier: ^7.1.1
version: 7.1.0(socks@2.8.7) version: 7.1.1(socks@2.8.7)
'@push.rocks/smartfile': '@push.rocks/smartfile':
specifier: ^13.1.2 specifier: ^13.1.2
version: 13.1.2 version: 13.1.2
@@ -82,8 +82,8 @@ importers:
specifier: ^3.5.1 specifier: ^3.5.1
version: 3.5.1(socks@2.8.7)(typescript@6.0.2) version: 3.5.1(socks@2.8.7)(typescript@6.0.2)
'@git.zone/tswatch': '@git.zone/tswatch':
specifier: ^3.3.1 specifier: ^3.3.2
version: 3.3.1(@tiptap/pm@2.27.2) version: 3.3.2(@tiptap/pm@2.27.2)
'@push.rocks/smartrx': '@push.rocks/smartrx':
specifier: ^3.0.10 specifier: ^3.0.10
version: 3.0.10 version: 3.0.10
@@ -133,8 +133,8 @@ packages:
'@aws-crypto/util@5.2.0': '@aws-crypto/util@5.2.0':
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
'@aws-sdk/client-s3@3.1015.0': '@aws-sdk/client-s3@3.1016.0':
resolution: {integrity: sha512-yo+Y+/fq5/E684SynTRO+VA3a+98MeE/hs7J52XpNI5SchOCSrLhLtcDKVASlGhHQdNLGLzblRgps1OZaf8sbA==} resolution: {integrity: sha512-E9umet1PolP6I8TpjQQ2W88aIIguyiRQJE98ag6N6QeLgjSZsF+h9l3KclwCRvqUFU68x+HRwrgXxvbIBVFLbA==}
engines: {node: '>=20.0.0'} engines: {node: '>=20.0.0'}
'@aws-sdk/core@3.973.24': '@aws-sdk/core@3.973.24':
@@ -513,8 +513,8 @@ packages:
resolution: {integrity: sha512-R1T3Tr9zun0B5bFq8qK8/KZ2uqHZHfDPB3/mhoL5ekwxGSI4InX5sXMpbNuhw2EdNZ7rMAHNCyeSLz2PwFmNZw==} resolution: {integrity: sha512-R1T3Tr9zun0B5bFq8qK8/KZ2uqHZHfDPB3/mhoL5ekwxGSI4InX5sXMpbNuhw2EdNZ7rMAHNCyeSLz2PwFmNZw==}
hasBin: true hasBin: true
'@git.zone/tswatch@3.3.1': '@git.zone/tswatch@3.3.2':
resolution: {integrity: sha512-87/mFKGfVRxJz5jMFIsX44j1kjDNw5U95TnAW5njmEvbPsXd2laB9aD+caya6v6F/ppsS8tGqcfDGbTRMIfomw==} resolution: {integrity: sha512-QHopAmmpg97m679A2GzqJd5u5fJMag0Qu5BQUs2gmx/cQojXEdnBWiY7GWpg6MKq75ONk0POKiZjKogq14OVzg==}
hasBin: true hasBin: true
'@happy-dom/global-registrator@15.11.7': '@happy-dom/global-registrator@15.11.7':
@@ -1074,8 +1074,8 @@ packages:
'@push.rocks/smartdata@5.16.7': '@push.rocks/smartdata@5.16.7':
resolution: {integrity: sha512-bu/YSIjQcwxWXkAsuhqE6zs7eT+bTIKV8+/H7TbbjpzeioLCyB3dZ/41cLZk37c/EYt4d4GHgZ0ww80OiKOUMg==} resolution: {integrity: sha512-bu/YSIjQcwxWXkAsuhqE6zs7eT+bTIKV8+/H7TbbjpzeioLCyB3dZ/41cLZk37c/EYt4d4GHgZ0ww80OiKOUMg==}
'@push.rocks/smartdata@7.1.0': '@push.rocks/smartdata@7.1.1':
resolution: {integrity: sha512-ots0g7/96R2xs4ww4F2/2rIwAOPT5AmzP3ciD31YsF02o5WA4Gg6C5laLBUjV3hXCjazhzFsRVQTfwbjmPQe4w==} resolution: {integrity: sha512-0RLKkd0OXnFQTk6+Wb7qS3wrzsHys0gCpwUeFqg3ZqkoxZqbU3HS3wwIND5pCCqMbMhvxeSrvnQSTBiKTCXaeQ==}
'@push.rocks/smartdelay@3.0.5': '@push.rocks/smartdelay@3.0.5':
resolution: {integrity: sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==} resolution: {integrity: sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==}
@@ -4124,7 +4124,7 @@ snapshots:
'@smithy/util-utf8': 2.3.0 '@smithy/util-utf8': 2.3.0
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/client-s3@3.1015.0': '@aws-sdk/client-s3@3.1016.0':
dependencies: dependencies:
'@aws-crypto/sha1-browser': 5.2.0 '@aws-crypto/sha1-browser': 5.2.0
'@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-browser': 5.2.0
@@ -4871,7 +4871,7 @@ snapshots:
- utf-8-validate - utf-8-validate
- vue - vue
'@git.zone/tswatch@3.3.1(@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.0
@@ -5626,7 +5626,7 @@ snapshots:
'@push.rocks/smartbucket@3.3.10': '@push.rocks/smartbucket@3.3.10':
dependencies: dependencies:
'@aws-sdk/client-s3': 3.1015.0 '@aws-sdk/client-s3': 3.1016.0
'@push.rocks/smartmime': 2.0.4 '@push.rocks/smartmime': 2.0.4
'@push.rocks/smartpath': 6.0.0 '@push.rocks/smartpath': 6.0.0
'@push.rocks/smartpromise': 4.2.3 '@push.rocks/smartpromise': 4.2.3
@@ -5640,7 +5640,7 @@ snapshots:
'@push.rocks/smartbucket@4.5.1': '@push.rocks/smartbucket@4.5.1':
dependencies: dependencies:
'@aws-sdk/client-s3': 3.1015.0 '@aws-sdk/client-s3': 3.1016.0
'@push.rocks/smartmime': 2.0.4 '@push.rocks/smartmime': 2.0.4
'@push.rocks/smartpath': 6.0.0 '@push.rocks/smartpath': 6.0.0
'@push.rocks/smartpromise': 4.2.3 '@push.rocks/smartpromise': 4.2.3
@@ -5736,18 +5736,18 @@ snapshots:
- supports-color - supports-color
- vue - vue
'@push.rocks/smartdata@7.1.0(socks@2.8.7)': '@push.rocks/smartdata@7.1.1(socks@2.8.7)':
dependencies: dependencies:
'@push.rocks/lik': 6.4.0 '@push.rocks/lik': 6.4.0
'@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartlog': 3.2.1 '@push.rocks/smartlog': 3.2.1
'@push.rocks/smartmongo': 2.2.0(socks@2.8.7) '@push.rocks/smartmongo': 5.1.0(socks@2.8.7)
'@push.rocks/smartpromise': 4.2.3 '@push.rocks/smartpromise': 4.2.3
'@push.rocks/smartrx': 3.0.10 '@push.rocks/smartrx': 3.0.10
'@push.rocks/smartstring': 4.1.0 '@push.rocks/smartstring': 4.1.0
'@push.rocks/smarttime': 4.2.3 '@push.rocks/smarttime': 4.2.3
'@push.rocks/smartunique': 3.0.9 '@push.rocks/smartunique': 3.0.9
'@push.rocks/taskbuffer': 3.5.0 '@push.rocks/taskbuffer': 8.0.2
'@tsclass/tsclass': 9.5.0 '@tsclass/tsclass': 9.5.0
mongodb: 7.1.1(socks@2.8.7) mongodb: 7.1.1(socks@2.8.7)
transitivePeerDependencies: transitivePeerDependencies:

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsview', name: '@git.zone/tsview',
version: '1.12.5', version: '1.12.9',
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

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsview', name: '@git.zone/tsview',
version: '1.12.5', version: '1.12.9',
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'
} }