pm2-orbit 1.3.0 → 1.3.1

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/bin/pm2-orbit.js CHANGED
@@ -83,9 +83,7 @@ if (!checkDependency('pm2')) {
83
83
  }
84
84
  }
85
85
 
86
- if (!checkDependency('better-sqlite3')) {
87
- installDependency('better-sqlite3', 'better-sqlite3 (optional, for persistence)');
88
- }
86
+ // better-sqlite3 is optional — skip auto-install (requires native compilation)
89
87
 
90
88
  // Set theme from CLI
91
89
  if (args.theme) process.env.PM2_ORBIT_THEME = args.theme;