sido-askpass 0.4.0 → 0.5.0

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.
@@ -1,5 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
 
3
+ // Uses type stripping (Amaro) — line numbers in dist/sido-askpass.js match
4
+ // the .ts source exactly, so error stacks point back to the right line.
5
+
3
6
  import { spawnSync } from 'node:child_process'
4
7
  import {
5
8
  existsSync,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sido-askpass",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "SUDO_ASKPASS shim for headless agent environments (tmux, Herdr, GUI, TTY)",
5
5
  "license": "MIT",
6
6
  "type": "module",