@rubytech/taskmaster 1.22.6 → 1.23.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,5 @@
1
1
  {
2
- "version": "1.22.6",
3
- "commit": "c6679be7f2b60ed723f2f19e8e0c194f81f1b45c",
4
- "builtAt": "2026-03-07T07:10:54.529Z"
2
+ "version": "1.23.0",
3
+ "commit": "5f986ce0b2d43f417ba758b5088fe32301c97fd8",
4
+ "builtAt": "2026-03-07T07:28:38.033Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.22.6",
3
+ "version": "1.23.0",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -196,7 +196,7 @@ Description=Restart avahi if mDNS is unresponsive
196
196
 
197
197
  [Service]
198
198
  Type=oneshot
199
- ExecCondition=/bin/sh -c '! avahi-resolve -n $(hostname).local -4 >/dev/null 2>&1'
199
+ ExecCondition=/bin/sh -c '! ip maddr show | grep -q 224.0.0.251'
200
200
  ExecStart=/bin/systemctl restart avahi-daemon
201
201
  WATCHSVC
202
202
  as_root tee /etc/systemd/system/avahi-watchdog.timer > /dev/null << 'WATCHTMR'