game_client_logic_deb 1.8.355 → 1.8.357
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/Kosi-Kaverit-kaverit.js +11 -11
- package/Kosi-Kodein-kodein-di.js +35 -35
- package/Kotlin-DateTime-library-kotlinx-datetime.js +72 -72
- package/Logic_Debertz-core.js +116 -85
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +2013 -1824
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -1
- package/Logic_Debertz-game_client.js +2551 -2551
- package/Logic_Debertz-game_client.js.map +1 -1
- package/error-library-error.js +5 -5
- package/kotlin-kotlin-stdlib.js +305 -277
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +5 -5
- package/kotlinx-coroutines-core.js +57 -57
- package/kotlinx-io-kotlinx-io-core.js +25 -25
- package/kotlinx-serialization-kotlinx-serialization-core.js +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json.js +77 -77
- package/ktor-ktor-client-content-negotiation.js +20 -20
- package/ktor-ktor-client-core.js +57 -57
- package/ktor-ktor-client-logging.js +23 -23
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http.js +69 -69
- package/ktor-ktor-io.js +45 -45
- package/ktor-ktor-serialization-kotlinx.js +14 -14
- package/ktor-ktor-serialization.js +15 -15
- package/ktor-ktor-utils.js +43 -43
- package/ktor-ktor-websockets.js +13 -13
- package/package.json +1 -1
- package/random-library-crypto-rand.js +11 -11
- package/random-library-secure-random.js +5 -5
- package/raspberry-cardgame-lib-core.js +35 -35
- package/raspberry-cardgame-lib-logger.js +13 -13
- package/raspberry-cardgame-lib-random.js +35 -35
- package/uuid.js +12 -12
|
@@ -2878,7 +2878,7 @@ export declare namespace games.jass.logic.client.domain.mechanic {
|
|
|
2878
2878
|
observeClientConfig(): any/* kotlinx.coroutines.flow.Flow<games.jass.logic.client.data.models.config.ClientConfig> */;
|
|
2879
2879
|
observePlayersHandsMetadata(): any/* kotlinx.coroutines.flow.Flow<games.jass.logic.client.data.models.PlayersHandsMetadataViewModel> */;
|
|
2880
2880
|
observeGameLifecycle(): any/* kotlinx.coroutines.flow.Flow<games.jass.logic.client.data.models.GameLifecycleViewModel> */;
|
|
2881
|
-
observeRestartGameExpectant(): any/* kotlinx.coroutines.flow.Flow<Nullable<games.jass.logic.client.data.models.
|
|
2881
|
+
observeRestartGameExpectant(): any/* kotlinx.coroutines.flow.Flow<Nullable<games.jass.logic.client.data.models.interceptors.RestartGameExpectant>> */;
|
|
2882
2882
|
observeScene(): any/* kotlinx.coroutines.flow.Flow<games.jass.logic.client.data.models.SceneViewModel> */;
|
|
2883
2883
|
observeSceneId(): any/* kotlinx.coroutines.flow.Flow<string> */;
|
|
2884
2884
|
observeError(): any/* kotlinx.coroutines.flow.Flow<Nullable<games.jass.logic.data.models.table.error.ErrorState>> */;
|