@wolpertingerlabs/drawlatch 1.0.0-alpha.31 → 1.0.0-alpha.35
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/dist/remote/server.js +1 -1
- package/dist/shared/config.js +1 -1
- package/package.json +1 -1
package/dist/remote/server.js
CHANGED
|
@@ -53,7 +53,7 @@ loadEnvFile();
|
|
|
53
53
|
// ── State ──────────────────────────────────────────────────────────────────
|
|
54
54
|
const sessions = new Map();
|
|
55
55
|
const pendingHandshakes = new Map();
|
|
56
|
-
let rateLimitPerMinute =
|
|
56
|
+
let rateLimitPerMinute = 240;
|
|
57
57
|
/** Read package.json version once at module load. */
|
|
58
58
|
const PKG_VERSION = (() => {
|
|
59
59
|
try {
|
package/dist/shared/config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wolpertingerlabs/drawlatch",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.35",
|
|
4
4
|
"description": "Encrypted MCP proxy with mutual authentication. Local MCP server forwards requests through an encrypted channel to a remote secrets-holding server.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"workspaces": [
|