trucoshi 0.5.10 → 0.5.11

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.
@@ -1,2 +1,3 @@
1
1
  export declare const PLAYER_TIMEOUT_GRACE = 500;
2
2
  export declare const PLAYER_LOBBY_TIMEOUT: number;
3
+ export declare const MATCH_FINISHED_CLEANUP_TIMEOUT: number;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PLAYER_LOBBY_TIMEOUT = exports.PLAYER_TIMEOUT_GRACE = void 0;
3
+ exports.MATCH_FINISHED_CLEANUP_TIMEOUT = exports.PLAYER_LOBBY_TIMEOUT = exports.PLAYER_TIMEOUT_GRACE = void 0;
4
4
  exports.PLAYER_TIMEOUT_GRACE = 500;
5
5
  exports.PLAYER_LOBBY_TIMEOUT = 1000 * 10;
6
+ exports.MATCH_FINISHED_CLEANUP_TIMEOUT = 1000 * 60 * 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trucoshi",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "main": "dist/types.js",
5
5
  "license": "GPL-3.0",
6
6
  "scripts": {