dankgrinder 8.24.0 → 8.25.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 +1 -0
  2. package/package.json +1 -1
package/lib/grinder.js CHANGED
@@ -106,6 +106,7 @@ const c = {
106
106
  };
107
107
 
108
108
  const DANK_MEMER_ID = '270904126974590976';
109
+ const WORKER_COLORS = ['', '', '', '', '', '']; // placeholder for per-worker colors
109
110
 
110
111
  // ── Safe options for search/crime ──────────────────────────
111
112
  // Object.freeze → V8 marks these as immutable, enabling inline caching
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dankgrinder",
3
- "version": "8.24.0",
3
+ "version": "8.25.0",
4
4
  "description": "Dank Memer automation engine — grind coins while you sleep",
5
5
  "bin": {
6
6
  "dankgrinder": "bin/dankgrinder.js"