@hera-al/server 1.6.34 → 1.6.35

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": "@hera-al/server",
3
- "version": "1.6.34",
3
+ "version": "1.6.35",
4
4
  "private": false,
5
5
  "description": "Hera Artificial Life — Multi-channel AI agent gateway with autonomous capabilities",
6
6
  "license": "MIT",
@@ -51,11 +51,11 @@
51
51
  "build:prod": "rm -rf dist && npm run build && npm run minify",
52
52
  "typecheck": "tsc --noEmit",
53
53
  "installer": "tsx src/installer/hera.ts",
54
- "up": "npx pm2 start npm --name hera -- run start",
55
- "down": "npx pm2 stop hera",
56
- "restart": "npx pm2 restart hera",
57
- "logs": "npx pm2 logs hera",
58
- "status": "npx pm2 status hera",
54
+ "up": "npx pm2 start npm --name dante-server -- run start",
55
+ "down": "npx pm2 stop dante-server",
56
+ "restart": "npx pm2 restart dante-server",
57
+ "logs": "npx pm2 logs dante-server",
58
+ "status": "npx pm2 status dante-server",
59
59
  "hera": "node dist/heracli/index.js",
60
60
  "prepublishOnly": "npm run build:prod",
61
61
  "prepare-publish": "./scripts/prepare-publish.sh",