dankgrinder 5.281.0 → 6.0.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.
Files changed (2) hide show
  1. package/lib/grinder.js +3 -0
  2. package/package.json +1 -1
package/lib/grinder.js CHANGED
@@ -2827,3 +2827,6 @@ function setupKeyboardShortcuts() {
2827
2827
  });
2828
2828
  }
2829
2829
  }
2830
+
2831
+ // Export the start function for CLI
2832
+ module.exports = { start };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dankgrinder",
3
- "version": "5.281.0",
3
+ "version": "6.0.0",
4
4
  "description": "Dank Memer automation engine — grind coins while you sleep",
5
5
  "bin": {
6
6
  "dankgrinder": "bin/dankgrinder.js"