client_plugin_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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-client_plugin.d.ts +1 -1
- package/Logic_Debertz-client_plugin.js +2057 -2064
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +200 -140
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11449 -11429
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6585 -6554
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +882 -866
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.q5z(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
384
384
|
initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
|
|
385
385
|
initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
|
|
386
386
|
function set_fractionOfSecond(value) {
|
|
@@ -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;
|