fix(build): add ansi-256-colors type declarations and update build configuration

This commit is contained in:
2026-05-01 15:57:56 +00:00
parent 047e994439
commit 38f8ca4e78
10 changed files with 3704 additions and 3293 deletions
+9 -9
View File
@@ -7,7 +7,8 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --verbose --testlog --timeout 20)",
"build": "(tsbuild --allowimplicitany)",
"build": "tsbuild",
"format": "gitzone format",
"buildDocs": "tsdoc"
},
"repository": {
@@ -25,7 +26,7 @@
"log enhancement",
"development tools"
],
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/consolecolor/issues"
@@ -35,10 +36,10 @@
"ansi-256-colors": "^1.1.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.1.9",
"@git.zone/tstest": "^2.3.2",
"@types/node": "^22.0.0"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"type": "module",
"browserslist": [
@@ -53,11 +54,10 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"pnpm": {
"overrides": {}
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}