fix(package): rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration

This commit is contained in:
2026-04-30 12:53:11 +00:00
parent 0c13bf6be4
commit 384964be30
9 changed files with 2194 additions and 3982 deletions
+12 -11
View File
@@ -10,16 +10,14 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --allowimplicitany)",
"build": "(tsbuild)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsbundle": "^2.8.3",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.8",
"@push.rocks/smartdelay": "^3.0.5",
"@types/node": "^25.2.3"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"private": false,
"browserslist": [
@@ -34,6 +32,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
@@ -48,12 +48,13 @@
"module",
"async log contexts"
],
"homepage": "https://code.foss.global/push.rocks/logcontext#readme",
"homepage": "https://code.foss.global/push.rocks/smartcontext#readme",
"repository": {
"type": "git",
"url": "git+https://code.foss.global/push.rocks/logcontext.git"
"url": "git+https://code.foss.global/push.rocks/smartcontext.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/logcontext/issues"
}
"url": "https://code.foss.global/push.rocks/smartcontext/issues"
},
"packageManager": "pnpm@10.28.2"
}