@jonit-dev/night-watch-cli 1.7.73 → 1.7.75

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.
@@ -43,8 +43,8 @@ for attempt in 1 2 3 4 5; do
43
43
  break
44
44
  fi
45
45
  if [[ $attempt -lt 5 ]]; then
46
- echo " Attempt $attempt failed, retrying in 10s..."
47
- sleep 10
46
+ echo " Attempt $attempt failed, retrying in 30s..."
47
+ sleep 30
48
48
  else
49
49
  echo " All attempts failed. Install manually: npm i -g @jonit-dev/night-watch-cli@$NEW_VERSION"
50
50
  exit 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jonit-dev/night-watch-cli",
3
- "version": "1.7.73",
3
+ "version": "1.7.75",
4
4
  "description": "Autonomous PRD execution using AI Provider CLIs + cron",
5
5
  "type": "module",
6
6
  "bin": {