@harperfast/agent 0.15.7 → 0.15.8

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/dist/agent.js +1 -1
  2. package/package.json +2 -2
package/dist/agent.js CHANGED
@@ -440,7 +440,7 @@ var HarperProcess = class {
440
440
  throw new Error("Harper process is already running.");
441
441
  }
442
442
  this.logs = [];
443
- this.childProcess = spawn("harperdb", ["dev", "."], {
443
+ this.childProcess = spawn("harper", ["dev", "."], {
444
444
  cwd: directoryName,
445
445
  stdio: ["ignore", "pipe", "pipe"]
446
446
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harperfast/agent",
3
3
  "description": "AI to help you with Harper app management",
4
- "version": "0.15.7",
4
+ "version": "0.15.8",
5
5
  "main": "dist/agent.js",
6
6
  "repository": "github:HarperFast/harper-agent",
7
7
  "bugs": {
@@ -80,7 +80,7 @@
80
80
  "conventional-changelog-conventionalcommits": "^9.1.0",
81
81
  "dprint": "^0.52.0",
82
82
  "express": "^5.2.1",
83
- "harperdb": "^4.7.19",
83
+ "harperdb": "^4.7.24",
84
84
  "hono": "^4.11.9",
85
85
  "husky": "^9.1.7",
86
86
  "ink-testing-library": "^4.0.0",