game_client_logic_deb 1.8.374 → 1.8.376
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/Logic_Debertz-core.js +108 -79
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +9861 -9841
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -1
- package/Logic_Debertz-game_client.js +2712 -2682
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/package.json +1 -1
|
@@ -665,7 +665,7 @@ export declare namespace com.logic.utils.logger.outputs {
|
|
|
665
665
|
}
|
|
666
666
|
export declare namespace com.logic.utils.logger.outputs {
|
|
667
667
|
interface ObservableLoggerOutput extends games.raspberry.logger.output.LoggerOutput, games.raspberry.logger.LoggerEnabledTrigger {
|
|
668
|
-
payloadToKeyMapper: (p0: Nullable<any>) => Nullable<
|
|
668
|
+
payloadToKeyMapper: (p0: Nullable<any>) => Nullable<any>/* Nullable<com.logic.utils.logger.LoggerKey> */;
|
|
669
669
|
observe(types?: Array<com.logic.utils.logger.outputs.LogType>): any/* kotlinx.coroutines.flow.Flow<com.logic.utils.logger.outputs.LoggerOutputDataDto> */;
|
|
670
670
|
readonly __doNotUseOrImplementIt: {
|
|
671
671
|
readonly "com.logic.utils.logger.outputs.ObservableLoggerOutput": unique symbol;
|