chore: v1.1.0 — disable debug log, simplify PP/TG detection

This commit is contained in:
Troed Sångberg
2026-07-08 13:11:59 +02:00
parent 0fac5bafac
commit 8e3aeea19a
3 changed files with 229 additions and 120 deletions
+4 -1
View File
@@ -1,13 +1,16 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@troed/oc-ls-stats",
"version": "1.0.18",
"version": "1.1.0",
"type": "module",
"exports": {
"./tui": {
"import": "./tui.tsx"
}
},
"scripts": {
"prepack": "npx -y tsx test-stats.ts"
},
"engines": {
"opencode": ">=1.3.14"
},