dankgrinder 8.23.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.
- package/lib/grinder.js +1 -0
- 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
|