@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkgdevx/logcoz",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "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 — enhanced by optional context from your environment and configuration.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -68,6 +68,7 @@
68
68
  "scripts": {
69
69
  "dev": "tsx src/cli.ts",
70
70
  "build": "tsup",
71
+ "release:publish": "node ./scripts/release-publish.mjs",
71
72
  "typecheck": "tsc --noEmit",
72
73
  "lint": "eslint .",
73
74
  "lint:fix": "eslint . --fix",