clisbot 0.1.40 → 0.1.42

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": "clisbot",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "private": false,
5
5
  "description": "Chat surfaces for durable AI coding agents running in tmux",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "print-config-path": "bun run src/main.ts print-config-path",
39
39
  "pairing": "bash ./scripts/run-dev-cli.sh pairing",
40
40
  "typecheck": "bunx tsc --noEmit",
41
- "test": "bun test",
41
+ "test": "env -u SLACK_APP_TOKEN -u SLACK_BOT_TOKEN -u TELEGRAM_BOT_TOKEN -u TELEGRAM_CONTROL_BOT_TOKEN -u TELEGRAM_DEV_BOT_TOKEN bun test --preload ./test/preload-env.ts",
42
42
  "prepack": "bun run build",
43
43
  "check": "bun run typecheck && bun test"
44
44
  },