@quake2ts/engine 0.0.866 → 0.0.868
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quake2ts/engine",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.868",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/cjs/index.cjs",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"_comment_gl": "gl is optional only in test-utils and installed on demand and in the webgl github action",
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"gl-matrix": "^3.4.4",
|
|
44
|
-
"@quake2ts/shared": "0.0.
|
|
44
|
+
"@quake2ts/shared": "0.0.868"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@wasm-audio-decoders/ogg-vorbis": "^0.1.20"
|
|
@@ -58,19 +58,19 @@
|
|
|
58
58
|
"tsup": "^8.5.1",
|
|
59
59
|
"vitest": "^4.0.16",
|
|
60
60
|
"webgpu": "^0.3.8",
|
|
61
|
-
"@quake2ts/game": "0.0.
|
|
62
|
-
"@quake2ts/shared": "0.0.
|
|
63
|
-
"@quake2ts/test-utils": "^0.0.
|
|
61
|
+
"@quake2ts/game": "0.0.868",
|
|
62
|
+
"@quake2ts/shared": "0.0.868",
|
|
63
|
+
"@quake2ts/test-utils": "^0.0.868"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "pnpm run build:types && pnpm run build:bundles",
|
|
67
67
|
"build:types": "tsc -b",
|
|
68
68
|
"build:bundles": "tsup",
|
|
69
|
-
"test": "
|
|
69
|
+
"test": "vitest run",
|
|
70
70
|
"test:unit": "pnpm run test:unit:node && pnpm run test:unit:jsdom",
|
|
71
|
-
"test:unit:node": "TEST_TYPE=unit vitest run --config vitest.node.ts --passWithNoTests",
|
|
72
|
-
"test:unit:jsdom": "TEST_TYPE=unit vitest run --config vitest.jsdom.ts --passWithNoTests",
|
|
73
|
-
"test:integration": "TEST_TYPE=integration vitest run --config vitest.integration.ts --passWithNoTests",
|
|
71
|
+
"test:unit:node": "cross-env TEST_TYPE=unit-node vitest run --config vitest.node.ts --passWithNoTests",
|
|
72
|
+
"test:unit:jsdom": "cross-env TEST_TYPE=unit-jsdom vitest run --config vitest.jsdom.ts --passWithNoTests",
|
|
73
|
+
"test:integration": "cross-env TEST_TYPE=integration vitest run --config vitest.integration.ts --passWithNoTests",
|
|
74
74
|
"test:webgpu": "cross-env TEST_TYPE=webgpu vitest run --config vitest.webgpu.ts --passWithNoTests",
|
|
75
75
|
"test:webgl": "cross-env TEST_TYPE=webgl vitest run --config vitest.webgl.ts --passWithNoTests",
|
|
76
76
|
"test:webgl:watch": "cross-env TEST_TYPE=webgl vitest watch --config vitest.webgl.ts",
|