@danypops/pi-packed 0.5.0 → 0.5.1

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/package.json +4 -1
  2. package/src/cli.ts +1 -0
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@danypops/pi-packed",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Package service for the Pi agent: search/info/install/updates + /packages TUI, backed by a long-running Bun service",
5
5
  "type": "module",
6
+ "bin": {
7
+ "packed": "src/cli.ts"
8
+ },
6
9
  "keywords": [
7
10
  "pi-package"
8
11
  ],
package/src/cli.ts CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env bun
1
2
  /**
2
3
  * cli.ts — second driving adapter (humans drive the same hexagon ports).
3
4
  * cliRun is pure: ({code, out}) in, no I/O — the entry point prints.