Compare commits

..

16 Commits

Author SHA1 Message Date
jkunz 0a01d9d8e0 v1.12.12
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-05-09 12:41:08 +00:00
jkunz b2efd2a380 fix(package): normalize the CLI bin path in package metadata 2026-05-09 12:41:08 +00:00
jkunz 270b3127c4 v1.12.11
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-05-09 12:34:01 +00:00
jkunz 39a1d92e48 fix(deps): update runtime and development dependencies 2026-05-09 12:34:01 +00:00
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
jkunz 792216f7c1 v1.12.7
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
jkunz b1f7342b16 fix(deps): bump aws sdk, smartdata, and tswatch dependencies 2026-03-24 19:47:27 +00:00
jkunz 2a21ac3075 v1.12.6
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
jkunz bd3823741b fix(build): remove skiplibcheck from the build script 2026-03-24 19:18:35 +00:00
jkunz 2c23b8862b v1.12.5
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:00 +00:00
jkunz 5a25f22fc5 fix(package): bump package version to 1.12.5 2026-03-24 19:18:00 +00:00
6 changed files with 2219 additions and 1958 deletions
+46
View File
@@ -1,5 +1,51 @@
# Changelog
## 2026-05-09 - 1.12.12 - fix(package)
normalize the CLI bin path in package metadata
- Updates the npm bin entry from "cli.js" to "./cli.js" for clearer executable resolution.
## 2026-05-09 - 1.12.11 - fix(deps)
update runtime and development dependencies
- bump AWS SDK, MongoDB, and multiple @push.rocks packages to newer patch and minor releases
- refresh development tooling versions including tsrun, tstest, tswatch, and Node type definitions
- remove the empty pnpm overrides block from package metadata
## 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)
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)
bump package version to 1.12.5
- Updates the package metadata version from 1.12.4 to 1.12.5.
## 2026-03-24 - 1.12.4 - fix(config)
migrate project config to .smartconfig.json and refresh build settings
+23 -26
View File
@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsview",
"version": "1.12.4",
"version": "1.12.12",
"private": false,
"description": "A CLI tool for viewing S3 and MongoDB data with a web UI",
"main": "dist_ts/index.js",
@@ -10,45 +10,45 @@
"license": "MIT",
"scripts": {
"test": "pnpm run build && tstest test/ --verbose",
"build": "pnpm run bundle && tsbuild --allowimplicitany --skiplibcheck",
"build": "pnpm run bundle && tsbuild",
"bundle": "tsbundle",
"startTs": "node cli.ts.js",
"watch": "tswatch",
"buildDocs": "tsdoc"
},
"bin": {
"tsview": "cli.js"
"tsview": "./cli.js"
},
"devDependencies": {
"@api.global/typedsocket": "^4.1.2",
"@api.global/typedsocket": "^4.1.3",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.5.1",
"@git.zone/tswatch": "^3.3.1",
"@git.zone/tsbundle": "^2.10.1",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.5",
"@git.zone/tswatch": "^3.3.3",
"@push.rocks/smartrx": "^3.0.10",
"@types/node": "^25.5.0"
"@types/node": "^25.6.2"
},
"dependencies": {
"@api.global/typedrequest": "^3.3.0",
"@api.global/typedrequest": "^3.3.1",
"@api.global/typedrequest-interfaces": "^3.0.19",
"@api.global/typedserver": "^8.4.6",
"@aws-sdk/client-s3": "^3.1015.0",
"@design.estate/dees-catalog": "^3.49.0",
"@design.estate/dees-element": "^2.2.3",
"@aws-sdk/client-s3": "^3.1045.0",
"@design.estate/dees-catalog": "^3.81.0",
"@design.estate/dees-element": "^2.2.4",
"@push.rocks/early": "^4.0.4",
"@push.rocks/smartbucket": "^4.5.1",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartconfig": "^6.0.1",
"@push.rocks/smartdata": "^7.1.0",
"@push.rocks/smartfile": "^13.1.2",
"@push.rocks/smartlog": "^3.2.1",
"@push.rocks/smartbucket": "^4.6.1",
"@push.rocks/smartcli": "^4.0.21",
"@push.rocks/smartconfig": "^6.1.1",
"@push.rocks/smartdata": "^7.1.7",
"@push.rocks/smartfile": "^13.1.3",
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartlog-destination-local": "^9.0.2",
"@push.rocks/smartnetwork": "^4.4.0",
"@push.rocks/smartnetwork": "^4.7.1",
"@push.rocks/smartopen": "^2.0.0",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.2.3",
"mongodb": "^7.1.1"
"@push.rocks/smartpromise": "^4.2.4",
"mongodb": "^7.2.0"
},
"files": [
"ts/**/*",
@@ -72,8 +72,5 @@
"bugs": {
"url": "https://code.foss.global/git.zone/tsview/issues"
},
"homepage": "https://code.foss.global/git.zone/tsview#readme",
"pnpm": {
"overrides": {}
}
"homepage": "https://code.foss.global/git.zone/tsview#readme"
}
+2147 -1929
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsview',
version: '1.12.4',
version: '1.12.12',
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 = {
name: '@git.zone/tsview',
version: '1.12.4',
version: '1.12.12',
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
}