try adding more debug logging

This commit is contained in:
David Blass
2025-10-13 13:22:15 -04:00
parent bcdf6ab5fb
commit 06542e382a
2 changed files with 143 additions and 77 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.22",
"version": "0.0.23",
"type": "module",
"files": [
"index.js",
@@ -34,7 +34,8 @@
"arktype": "^2.1.22",
"dotenv": "^17.2.2",
"execa": "^9.6.0",
"table": "^6.9.0"
"table": "^6.9.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
@@ -42,8 +43,7 @@
"esbuild": "^0.25.9",
"husky": "^9.0.0",
"typescript": "^5.3.0",
"zshy": "^0.4.1",
"zod": "^3.24.4"
"zshy": "^0.4.1"
},
"repository": {
"type": "git",