kv1nt-agents 0.1.1 → 0.1.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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kv1nt-agents",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "kv1nt Agents - Control local AI agents from your browser.",
5
5
  "keywords": [
6
6
  "ai",
@@ -71,7 +71,6 @@
71
71
  "debug:custom-agent": "bunx tsx scripts/debug-custom-agent.ts",
72
72
  "test:e2e": "playwright test --config playwright.config.ts",
73
73
  "prepare": "husky",
74
- "postinstall": "node scripts/postinstall.js",
75
74
  "test:packaged:bun": "vitest run tests/integration/bundled-bun-packaged.test.ts",
76
75
  "test:bun": "bun test src/process/services/database/drivers/*.bun.test.ts",
77
76
  "server:start": "NODE_ENV=development bun dist-server/server.mjs",
@@ -243,7 +242,7 @@
243
242
  ]
244
243
  },
245
244
  "engines": {
246
- "node": ">=22 <25"
245
+ "node": ">=20 <25"
247
246
  },
248
247
  "electronRebuild": {
249
248
  "electronVersion": "^37.3.1"