@rubytech/taskmaster 1.22.5 → 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.
@@ -6,7 +6,7 @@
6
6
  <title>Taskmaster Control</title>
7
7
  <meta name="color-scheme" content="dark light" />
8
8
  <link rel="icon" type="image/png" href="./favicon.png" />
9
- <script type="module" crossorigin src="./assets/index-D6l7Hylb.js"></script>
9
+ <script type="module" crossorigin src="./assets/index-CRRIKrCP.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="./assets/index-C7ieCeTV.css">
11
11
  </head>
12
12
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.22.5",
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'