@hkgdevx/logcoz 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +24 -24
- package/README.md +40 -20
- package/dist/cli.js +3 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -1394,7 +1394,7 @@ function explainIssue(issue) {
|
|
|
1394
1394
|
// package.json
|
|
1395
1395
|
var package_default = {
|
|
1396
1396
|
name: "@hkgdevx/logcoz",
|
|
1397
|
-
version: "0.1.
|
|
1397
|
+
version: "0.1.1",
|
|
1398
1398
|
description: "LogCoz is an intelligent CLI for analyzing application and infrastructure logs. It extracts meaningful signals, detects common failure patterns, and provides root-cause explanations with actionable debugging steps \u2014 enhanced by optional context from your environment and configuration.",
|
|
1399
1399
|
license: "MIT",
|
|
1400
1400
|
author: {
|
|
@@ -1421,6 +1421,8 @@ var package_default = {
|
|
|
1421
1421
|
scripts: {
|
|
1422
1422
|
dev: "tsx src/cli.ts",
|
|
1423
1423
|
build: "tsup",
|
|
1424
|
+
prepack: "pnpm build",
|
|
1425
|
+
"release:publish": "node ./scripts/release-publish.mjs",
|
|
1424
1426
|
typecheck: "tsc --noEmit",
|
|
1425
1427
|
lint: "eslint .",
|
|
1426
1428
|
"lint:fix": "eslint . --fix",
|