sido-askpass 0.1.0 → 0.1.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.
- package/package.json +8 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sido-askpass",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "SUDO_ASKPASS shim for headless agent environments (tmux, Herdr, GUI, TTY)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -30,18 +30,16 @@
|
|
|
30
30
|
"tmux",
|
|
31
31
|
"herdr"
|
|
32
32
|
],
|
|
33
|
-
"packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c",
|
|
34
|
-
"scripts": {
|
|
35
|
-
"build": "node scripts/build.mjs",
|
|
36
|
-
"prepublishOnly": "pnpm typecheck && pnpm build",
|
|
37
|
-
"typecheck": "tsc",
|
|
38
|
-
"format": "prettier --write .",
|
|
39
|
-
"format:check": "prettier --check ."
|
|
40
|
-
},
|
|
41
33
|
"devDependencies": {
|
|
42
34
|
"@types/node": "^24.0.0",
|
|
43
35
|
"amaro": "^1.1.11",
|
|
44
36
|
"prettier": "^3.9.6",
|
|
45
37
|
"typescript": "^7.0.2"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"build": "node scripts/build.ts",
|
|
41
|
+
"typecheck": "tsc",
|
|
42
|
+
"format": "prettier --write .",
|
|
43
|
+
"format:check": "prettier --check ."
|
|
46
44
|
}
|
|
47
|
-
}
|
|
45
|
+
}
|