muuuuse 7.0.0 → 7.0.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/package.json +1 -1
- package/src/runtime.js +1 -1
- package/src/util.js +1 -1
package/package.json
CHANGED
package/src/runtime.js
CHANGED
package/src/util.js
CHANGED
|
@@ -9,7 +9,7 @@ const fs = require("node:fs");
|
|
|
9
9
|
const os = require("node:os");
|
|
10
10
|
const path = require("node:path");
|
|
11
11
|
|
|
12
|
-
const BRAND = "🔌Muuuuse v7.0.
|
|
12
|
+
const BRAND = "🔌Muuuuse v7.0.1";
|
|
13
13
|
const POLL_MS = 220;
|
|
14
14
|
const MAX_RELAY_CHARS = 4000;
|
|
15
15
|
const SESSION_MATCH_WINDOW_MS = 5 * 60 * 1000;
|