quake2ts 0.0.533 → 0.0.534
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 +1 -1
- package/packages/client/dist/browser/index.global.js.map +1 -1
- package/packages/client/dist/tsconfig.tsbuildinfo +1 -1
- package/packages/game/dist/browser/index.global.js +4 -4
- package/packages/game/dist/browser/index.global.js.map +1 -1
- package/packages/game/dist/cjs/index.cjs +2 -0
- package/packages/game/dist/cjs/index.cjs.map +1 -1
- package/packages/game/dist/esm/index.js +1 -0
- package/packages/game/dist/esm/index.js.map +1 -1
- package/packages/game/dist/tsconfig.tsbuildinfo +1 -1
- package/packages/game/dist/types/index.d.ts +1 -0
- package/packages/game/dist/types/index.d.ts.map +1 -1
- package/packages/test-utils/dist/index.cjs +51 -11
- package/packages/test-utils/dist/index.cjs.map +1 -1
- package/packages/test-utils/dist/index.d.cts +4 -9
- package/packages/test-utils/dist/index.d.ts +4 -9
- package/packages/test-utils/dist/index.js +52 -12
- package/packages/test-utils/dist/index.js.map +1 -1
|
@@ -89,6 +89,7 @@ __export(index_exports, {
|
|
|
89
89
|
SV_StepDirection: () => SV_StepDirection,
|
|
90
90
|
SV_flystep: () => SV_flystep,
|
|
91
91
|
SaveStorage: () => SaveStorage,
|
|
92
|
+
ScriptHookRegistry: () => ScriptHookRegistry,
|
|
92
93
|
ServerFlags: () => ServerFlags,
|
|
93
94
|
Solid: () => Solid,
|
|
94
95
|
SpawnRegistry: () => SpawnRegistry,
|
|
@@ -28039,6 +28040,7 @@ function createGame(imports, engine, options) {
|
|
|
28039
28040
|
SV_StepDirection,
|
|
28040
28041
|
SV_flystep,
|
|
28041
28042
|
SaveStorage,
|
|
28043
|
+
ScriptHookRegistry,
|
|
28042
28044
|
ServerFlags,
|
|
28043
28045
|
Solid,
|
|
28044
28046
|
SpawnRegistry,
|