@quake2ts/engine 0.0.765 → 0.0.766
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quake2ts/engine",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.766",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/cjs/index.cjs",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"gl-matrix": "^3.4.4",
|
|
33
|
-
"@quake2ts/shared": "0.0.
|
|
33
|
+
"@quake2ts/shared": "0.0.766"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@wasm-audio-decoders/ogg-vorbis": "^0.1.20"
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"tsup": "^8.1.0",
|
|
48
48
|
"vitest": "^1.5.3",
|
|
49
49
|
"webgpu": "^0.3.8",
|
|
50
|
-
"@quake2ts/game": "0.0.
|
|
51
|
-
"@quake2ts/
|
|
52
|
-
"@quake2ts/
|
|
50
|
+
"@quake2ts/game": "0.0.766",
|
|
51
|
+
"@quake2ts/shared": "0.0.766",
|
|
52
|
+
"@quake2ts/test-utils": "^0.0.766"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "pnpm run build:types && pnpm run build:bundles",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"test:unit": "TEST_TYPE=unit vitest run --passWithNoTests",
|
|
60
60
|
"test:integration": "TEST_TYPE=integration vitest run --passWithNoTests",
|
|
61
61
|
"test:webgpu": "cross-env TEST_TYPE=webgpu vitest run",
|
|
62
|
-
"test:webgl": "cross-env TEST_TYPE=webgl vitest run",
|
|
62
|
+
"test:webgl": "cross-env TEST_TYPE=webgl vitest run --passWithNoTests",
|
|
63
63
|
"test:visual": "vitest run tests/integration/visual",
|
|
64
64
|
"test:visual:update": "vitest run tests/integration/visual --update-snapshots",
|
|
65
65
|
"test:visual:watch": "vitest tests/integration/visual"
|