@quake2ts/test-utils 0.0.793 → 0.0.795
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/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
- package/src/engine/mocks/lighting.ts +4 -2
package/dist/index.cjs
CHANGED
|
@@ -9284,7 +9284,6 @@ var index_exports = {};
|
|
|
9284
9284
|
__export(index_exports, {
|
|
9285
9285
|
BrowserInputSource: () => BrowserInputSource,
|
|
9286
9286
|
Cvar: () => import_engine3.Cvar,
|
|
9287
|
-
DLight: () => import_engine6.DLight,
|
|
9288
9287
|
DynamicLightManager: () => import_engine6.DynamicLightManager,
|
|
9289
9288
|
FakeAudioContext: () => FakeAudioContext,
|
|
9290
9289
|
FakeAudioNode: () => FakeAudioNode,
|
|
@@ -14766,7 +14765,6 @@ function createVisualTestScenario(sceneName) {
|
|
|
14766
14765
|
0 && (module.exports = {
|
|
14767
14766
|
BrowserInputSource,
|
|
14768
14767
|
Cvar,
|
|
14769
|
-
DLight,
|
|
14770
14768
|
DynamicLightManager,
|
|
14771
14769
|
FakeAudioContext,
|
|
14772
14770
|
FakeAudioNode,
|