@digitoimistodude/code-quality-checks 2.1.8 → 2.1.9

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/.husky/commit-msg CHANGED
@@ -119,7 +119,7 @@ if [ -f "$commit_msg_file" ]; then
119
119
  day_of_week=$(date +%u) # 1=Monday, 7=Sunday
120
120
  hour_of_day=$(date +%H)
121
121
  if [ "$day_of_week" -eq 5 ] && [ "$hour_of_day" -ge 15 ]; then
122
- echo "${GREEN}║${NC} ${GREEN}⚠️ Friday afternoon - defer non-critical deploys${NC}$(printf '%*s' 1 '')${GREEN}║${NC}"
122
+ echo "${GREEN}║${NC} ${GREEN}⚠️ Friday afternoon - defer non-critical deploys${NC}$(printf '%*s' 9 '')${GREEN}║${NC}"
123
123
  fi
124
124
 
125
125
  echo "$bottom"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitoimistodude/code-quality-checks",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "Code quality definitions and Husky pre-commit hooks for Dude WordPress projects",
5
5
  "main": "index.js",
6
6
  "scripts": {