quake2ts 0.0.600 → 0.0.601

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quake2ts",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
4
4
  "description": "Quake II re-release port to TypeScript with WebGL renderer - A complete game engine with physics, networking, and BSP rendering",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -1353,6 +1353,9 @@ function createMockServer(overrides) {
1353
1353
  configstring: import_vitest7.vi.fn(),
1354
1354
  kickPlayer: import_vitest7.vi.fn(),
1355
1355
  changeMap: import_vitest7.vi.fn().mockResolvedValue(void 0),
1356
+ getClient: import_vitest7.vi.fn().mockReturnValue(null),
1357
+ broadcast: import_vitest7.vi.fn(),
1358
+ tick: import_vitest7.vi.fn(),
1356
1359
  ...overrides
1357
1360
  };
1358
1361
  }