@rubytech/taskmaster 1.0.32 → 1.0.33

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.0.32",
3
- "commit": "4a1c736fb041d902af68b5139766f66d0edfc3f8",
4
- "builtAt": "2026-02-16T10:03:32.512Z"
2
+ "version": "1.0.33",
3
+ "commit": "45bc9d16466db03446a69de919709b78c90f05f6",
4
+ "builtAt": "2026-02-16T10:10:00.208Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -99,7 +99,11 @@ fi
99
99
 
100
100
  echo ""
101
101
  echo "Installing Taskmaster..."
102
- npm install -g @rubytech/taskmaster
102
+ if [ "$(id -u)" = "0" ]; then
103
+ npm install -g @rubytech/taskmaster
104
+ else
105
+ sudo npm install -g @rubytech/taskmaster
106
+ fi
103
107
 
104
108
  # Verify
105
109
  if ! command -v taskmaster >/dev/null 2>&1; then