fix(build): remove allowimplicitany from the build command and bump tsbundle to ^2.10.1
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# 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
|
||||
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "pnpm run build && tstest test/ --verbose",
|
||||
"build": "pnpm run bundle && tsbuild --allowimplicitany",
|
||||
"build": "pnpm run bundle && tsbuild",
|
||||
"bundle": "tsbundle",
|
||||
"startTs": "node cli.ts.js",
|
||||
"watch": "tswatch",
|
||||
@@ -22,7 +22,7 @@
|
||||
"devDependencies": {
|
||||
"@api.global/typedsocket": "^4.1.2",
|
||||
"@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/tstest": "^3.5.1",
|
||||
"@git.zone/tswatch": "^3.3.2",
|
||||
|
||||
Generated
+7
-7
@@ -73,8 +73,8 @@ importers:
|
||||
specifier: ^4.4.0
|
||||
version: 4.4.0
|
||||
'@git.zone/tsbundle':
|
||||
specifier: ^2.10.0
|
||||
version: 2.10.0
|
||||
specifier: ^2.10.1
|
||||
version: 2.10.1
|
||||
'@git.zone/tsrun':
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
@@ -497,8 +497,8 @@ packages:
|
||||
resolution: {integrity: sha512-98igHfppi6blFYDyzNukNkj4FUO5ZlyXEaSyJh8vCkkZM8SyAgfZj+NUWA1D1iaPXE58UvK1Pt/o8p8iI9UHHw==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsbundle@2.10.0':
|
||||
resolution: {integrity: sha512-dw2VFlgKssDlCxg92wSPiiAKwfCjJBOEOYXq1xO91OpjQLOkyogCxSLy0jzQ2BYnt4qmBnapjamzYzVjCr4CWg==}
|
||||
'@git.zone/tsbundle@2.10.1':
|
||||
resolution: {integrity: sha512-bCoDoHsT9oIQRFZbItkjPu/lTiyCKxzhA+XSEc1L2jV8S717faaLWHJEbbmrX/pZXG2OkIr2At1xpsicE/6I7g==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tspublish@1.11.3':
|
||||
@@ -4767,7 +4767,7 @@ snapshots:
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@git.zone/tsbundle@2.10.0':
|
||||
'@git.zone/tsbundle@2.10.1':
|
||||
dependencies:
|
||||
'@push.rocks/early': 4.0.4
|
||||
'@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)':
|
||||
dependencies:
|
||||
'@git.zone/tsbundle': 2.10.0
|
||||
'@git.zone/tsbundle': 2.10.1
|
||||
'@git.zone/tsrun': 2.0.1
|
||||
'@push.rocks/consolecolor': 2.0.3
|
||||
'@push.rocks/qenv': 6.1.3
|
||||
@@ -4874,7 +4874,7 @@ snapshots:
|
||||
'@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
|
||||
'@git.zone/tsbundle': 2.10.1
|
||||
'@git.zone/tsrun': 2.0.1
|
||||
'@push.rocks/early': 4.0.4
|
||||
'@push.rocks/lik': 6.4.0
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsview',
|
||||
version: '1.12.9',
|
||||
version: '1.12.10',
|
||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||
}
|
||||
|
||||
+1
-1
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.9',
|
||||
version: '1.12.10',
|
||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user