harnessly 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -168,5 +168,5 @@ function formatArgs(args) {
168
168
  return JSON.stringify(args).slice(0, 60);
169
169
  }
170
170
  cli.help();
171
- cli.version('1.0.1');
171
+ cli.version('1.0.2');
172
172
  cli.parse();
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "harnessly",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A harnessed AI coding agent CLI with guardrails, approval flow, observability, and error recovery",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
7
7
  "bin": {
8
- "harnessly": "./build/index.js"
8
+ "harnessly": "build/index.js"
9
9
  },
10
10
  "files": [
11
11
  "build"