@clipboard-health/clearance 1.6.3 → 1.6.5

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/bin/ensure.js CHANGED
@@ -4,4 +4,5 @@ import path from "node:path";
4
4
 
5
5
  import { runCli } from "./runCli.js";
6
6
 
7
+ // oxlint-disable-next-line node/no-top-level-await -- CLI entry point, never require()'d
7
8
  await runCli(path.dirname(import.meta.dirname), "ensureCli");
package/bin/run.js CHANGED
@@ -4,4 +4,5 @@ import path from "node:path";
4
4
 
5
5
  import { runCli } from "./runCli.js";
6
6
 
7
+ // oxlint-disable-next-line node/no-top-level-await -- CLI entry point, never require()'d
7
8
  await runCli(path.dirname(import.meta.dirname), "cli");
@@ -4,4 +4,5 @@ import path from "node:path";
4
4
 
5
5
  import { runCli } from "./runCli.js";
6
6
 
7
+ // oxlint-disable-next-line node/no-top-level-await -- CLI entry point, never require()'d
7
8
  await runCli(path.dirname(import.meta.dirname), "safehouseClaudeProxyCli");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/clearance",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "Localhost HTTP/HTTPS egress proxy with hostname allow-listing, plus a macOS Safehouse integration for sandboxed agent processes.",
5
5
  "keywords": [
6
6
  "agent",