quake2ts 0.0.680 → 0.0.683

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quake2ts",
3
- "version": "0.0.680",
3
+ "version": "0.0.683",
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": [
@@ -105,6 +105,7 @@
105
105
  "@types/pako": "^2.0.4",
106
106
  "@types/serve-handler": "^6.1.4",
107
107
  "@webgpu/types": "^0.1.68",
108
+ "cross-env": "^10.1.0",
108
109
  "fake-indexeddb": "^6.0.0",
109
110
  "jsdom": "^27.2.0",
110
111
  "playwright": "1.57.0",
@@ -125,6 +126,7 @@
125
126
  "build:workspace": "pnpm -r --filter=!#workspace-root --if-present run build",
126
127
  "test": "pnpm -r --if-present test",
127
128
  "test:unit": "TEST_TYPE=unit vitest run",
128
- "test:integration": "pnpm -r --if-present test:integration"
129
+ "test:integration": "pnpm -r --if-present test:integration",
130
+ "test:webgpu": "pnpm -r --if-present test:webgpu"
129
131
  }
130
132
  }