Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb7742b1a0 | |||
| 9f15e2fa4e | |||
| 4026f09339 | |||
| 961841cdf7 | |||
| 792216f7c1 | |||
| b1f7342b16 | |||
| 2a21ac3075 | |||
| bd3823741b |
23
changelog.md
23
changelog.md
@@ -1,5 +1,28 @@
|
||||
# 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)
|
||||
bump package version to 1.12.5
|
||||
|
||||
|
||||
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsview",
|
||||
"version": "1.12.5",
|
||||
"version": "1.12.9",
|
||||
"private": false,
|
||||
"description": "A CLI tool for viewing S3 and MongoDB data with a web UI",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "pnpm run build && tstest test/ --verbose",
|
||||
"build": "pnpm run bundle && tsbuild --allowimplicitany --skiplibcheck",
|
||||
"build": "pnpm run bundle && tsbuild --allowimplicitany",
|
||||
"bundle": "tsbundle",
|
||||
"startTs": "node cli.ts.js",
|
||||
"watch": "tswatch",
|
||||
@@ -25,7 +25,7 @@
|
||||
"@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/tswatch": "^3.3.2",
|
||||
"@push.rocks/smartrx": "^3.0.10",
|
||||
"@types/node": "^25.5.0"
|
||||
},
|
||||
@@ -33,14 +33,14 @@
|
||||
"@api.global/typedrequest": "^3.3.0",
|
||||
"@api.global/typedrequest-interfaces": "^3.0.19",
|
||||
"@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-element": "^2.2.3",
|
||||
"@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/smartdata": "^7.1.1",
|
||||
"@push.rocks/smartfile": "^13.1.2",
|
||||
"@push.rocks/smartlog": "^3.2.1",
|
||||
"@push.rocks/smartlog-destination-local": "^9.0.2",
|
||||
|
||||
38
pnpm-lock.yaml
generated
38
pnpm-lock.yaml
generated
@@ -18,8 +18,8 @@ importers:
|
||||
specifier: ^8.4.6
|
||||
version: 8.4.6(@tiptap/pm@2.27.2)
|
||||
'@aws-sdk/client-s3':
|
||||
specifier: ^3.1015.0
|
||||
version: 3.1015.0
|
||||
specifier: ^3.1016.0
|
||||
version: 3.1016.0
|
||||
'@design.estate/dees-catalog':
|
||||
specifier: ^3.49.0
|
||||
version: 3.49.0(@tiptap/pm@2.27.2)
|
||||
@@ -39,8 +39,8 @@ importers:
|
||||
specifier: ^6.0.1
|
||||
version: 6.0.1
|
||||
'@push.rocks/smartdata':
|
||||
specifier: ^7.1.0
|
||||
version: 7.1.0(socks@2.8.7)
|
||||
specifier: ^7.1.1
|
||||
version: 7.1.1(socks@2.8.7)
|
||||
'@push.rocks/smartfile':
|
||||
specifier: ^13.1.2
|
||||
version: 13.1.2
|
||||
@@ -82,8 +82,8 @@ importers:
|
||||
specifier: ^3.5.1
|
||||
version: 3.5.1(socks@2.8.7)(typescript@6.0.2)
|
||||
'@git.zone/tswatch':
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1(@tiptap/pm@2.27.2)
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2(@tiptap/pm@2.27.2)
|
||||
'@push.rocks/smartrx':
|
||||
specifier: ^3.0.10
|
||||
version: 3.0.10
|
||||
@@ -133,8 +133,8 @@ packages:
|
||||
'@aws-crypto/util@5.2.0':
|
||||
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
||||
|
||||
'@aws-sdk/client-s3@3.1015.0':
|
||||
resolution: {integrity: sha512-yo+Y+/fq5/E684SynTRO+VA3a+98MeE/hs7J52XpNI5SchOCSrLhLtcDKVASlGhHQdNLGLzblRgps1OZaf8sbA==}
|
||||
'@aws-sdk/client-s3@3.1016.0':
|
||||
resolution: {integrity: sha512-E9umet1PolP6I8TpjQQ2W88aIIguyiRQJE98ag6N6QeLgjSZsF+h9l3KclwCRvqUFU68x+HRwrgXxvbIBVFLbA==}
|
||||
engines: {node: '>=20.0.0'}
|
||||
|
||||
'@aws-sdk/core@3.973.24':
|
||||
@@ -513,8 +513,8 @@ packages:
|
||||
resolution: {integrity: sha512-R1T3Tr9zun0B5bFq8qK8/KZ2uqHZHfDPB3/mhoL5ekwxGSI4InX5sXMpbNuhw2EdNZ7rMAHNCyeSLz2PwFmNZw==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tswatch@3.3.1':
|
||||
resolution: {integrity: sha512-87/mFKGfVRxJz5jMFIsX44j1kjDNw5U95TnAW5njmEvbPsXd2laB9aD+caya6v6F/ppsS8tGqcfDGbTRMIfomw==}
|
||||
'@git.zone/tswatch@3.3.2':
|
||||
resolution: {integrity: sha512-QHopAmmpg97m679A2GzqJd5u5fJMag0Qu5BQUs2gmx/cQojXEdnBWiY7GWpg6MKq75ONk0POKiZjKogq14OVzg==}
|
||||
hasBin: true
|
||||
|
||||
'@happy-dom/global-registrator@15.11.7':
|
||||
@@ -1074,8 +1074,8 @@ packages:
|
||||
'@push.rocks/smartdata@5.16.7':
|
||||
resolution: {integrity: sha512-bu/YSIjQcwxWXkAsuhqE6zs7eT+bTIKV8+/H7TbbjpzeioLCyB3dZ/41cLZk37c/EYt4d4GHgZ0ww80OiKOUMg==}
|
||||
|
||||
'@push.rocks/smartdata@7.1.0':
|
||||
resolution: {integrity: sha512-ots0g7/96R2xs4ww4F2/2rIwAOPT5AmzP3ciD31YsF02o5WA4Gg6C5laLBUjV3hXCjazhzFsRVQTfwbjmPQe4w==}
|
||||
'@push.rocks/smartdata@7.1.1':
|
||||
resolution: {integrity: sha512-0RLKkd0OXnFQTk6+Wb7qS3wrzsHys0gCpwUeFqg3ZqkoxZqbU3HS3wwIND5pCCqMbMhvxeSrvnQSTBiKTCXaeQ==}
|
||||
|
||||
'@push.rocks/smartdelay@3.0.5':
|
||||
resolution: {integrity: sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==}
|
||||
@@ -4124,7 +4124,7 @@ snapshots:
|
||||
'@smithy/util-utf8': 2.3.0
|
||||
tslib: 2.8.1
|
||||
|
||||
'@aws-sdk/client-s3@3.1015.0':
|
||||
'@aws-sdk/client-s3@3.1016.0':
|
||||
dependencies:
|
||||
'@aws-crypto/sha1-browser': 5.2.0
|
||||
'@aws-crypto/sha256-browser': 5.2.0
|
||||
@@ -4871,7 +4871,7 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- vue
|
||||
|
||||
'@git.zone/tswatch@3.3.1(@tiptap/pm@2.27.2)':
|
||||
'@git.zone/tswatch@3.3.2(@tiptap/pm@2.27.2)':
|
||||
dependencies:
|
||||
'@api.global/typedserver': 8.4.6(@tiptap/pm@2.27.2)
|
||||
'@git.zone/tsbundle': 2.10.0
|
||||
@@ -5626,7 +5626,7 @@ snapshots:
|
||||
|
||||
'@push.rocks/smartbucket@3.3.10':
|
||||
dependencies:
|
||||
'@aws-sdk/client-s3': 3.1015.0
|
||||
'@aws-sdk/client-s3': 3.1016.0
|
||||
'@push.rocks/smartmime': 2.0.4
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -5640,7 +5640,7 @@ snapshots:
|
||||
|
||||
'@push.rocks/smartbucket@4.5.1':
|
||||
dependencies:
|
||||
'@aws-sdk/client-s3': 3.1015.0
|
||||
'@aws-sdk/client-s3': 3.1016.0
|
||||
'@push.rocks/smartmime': 2.0.4
|
||||
'@push.rocks/smartpath': 6.0.0
|
||||
'@push.rocks/smartpromise': 4.2.3
|
||||
@@ -5736,18 +5736,18 @@ snapshots:
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@push.rocks/smartdata@7.1.0(socks@2.8.7)':
|
||||
'@push.rocks/smartdata@7.1.1(socks@2.8.7)':
|
||||
dependencies:
|
||||
'@push.rocks/lik': 6.4.0
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@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/smartrx': 3.0.10
|
||||
'@push.rocks/smartstring': 4.1.0
|
||||
'@push.rocks/smarttime': 4.2.3
|
||||
'@push.rocks/smartunique': 3.0.9
|
||||
'@push.rocks/taskbuffer': 3.5.0
|
||||
'@push.rocks/taskbuffer': 8.0.2
|
||||
'@tsclass/tsclass': 9.5.0
|
||||
mongodb: 7.1.1(socks@2.8.7)
|
||||
transitivePeerDependencies:
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
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'
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user