client_plugin_logic_deb 1.8.305 → 1.8.310

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.
Files changed (38) hide show
  1. package/Kosi-Kaverit-kaverit.js +58 -58
  2. package/Kosi-Kodein-kodein-di.js +519 -519
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +14 -14
  4. package/Logic_Debertz-client_plugin.d.ts +1 -0
  5. package/Logic_Debertz-client_plugin.js +2242 -2220
  6. package/Logic_Debertz-client_plugin.js.map +1 -1
  7. package/Logic_Debertz-core.js +1633 -1699
  8. package/Logic_Debertz-core.js.map +1 -1
  9. package/Logic_Debertz-engine.js +11173 -11175
  10. package/Logic_Debertz-engine.js.map +1 -1
  11. package/Logic_Debertz-game_client.js +5480 -5460
  12. package/Logic_Debertz-game_client.js.map +1 -1
  13. package/Logic_Debertz-game_server.js +872 -872
  14. package/kotlin-kotlin-stdlib.js +86 -73
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +1 -1
  17. package/kotlinx-coroutines-core.js +24 -24
  18. package/kotlinx-coroutines-core.js.map +1 -1
  19. package/kotlinx-io-kotlinx-io-core.js +316 -316
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +29 -29
  21. package/kotlinx-serialization-kotlinx-serialization-json.js +26 -26
  22. package/ktor-ktor-client-content-negotiation.js +4 -4
  23. package/ktor-ktor-client-core.js +17 -17
  24. package/ktor-ktor-client-logging.js +5 -5
  25. package/ktor-ktor-events.js +2 -2
  26. package/ktor-ktor-http.js +15 -15
  27. package/ktor-ktor-io.js +8 -8
  28. package/ktor-ktor-serialization-kotlinx.js +1 -1
  29. package/ktor-ktor-serialization.js +3 -3
  30. package/ktor-ktor-utils.js +11 -11
  31. package/ktor-ktor-websockets.js +3 -3
  32. package/package.json +1 -1
  33. package/raspberry-cardgame-lib-core.js +183 -183
  34. package/raspberry-cardgame-lib-logger.js +4 -4
  35. package/raspberry-cardgame-lib-random.js +332 -230
  36. package/raspberry-cardgame-lib-random.js.map +1 -1
  37. package/secure-random-secure-random.js +3 -3
  38. package/uuid.js +2 -2
@@ -110,8 +110,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
110
110
  }
111
111
  initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
112
112
  initMetadataForInterface(MutableIterable, 'MutableIterable');
113
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
114
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
113
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
114
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
115
115
  initMetadataForCompanion(Companion_1);
116
116
  initMetadataForInterface(Entry, 'Entry');
117
117
  initMetadataForCompanion(Companion_2);
@@ -140,7 +140,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
140
140
  initMetadataForObject(Letter, 'Letter');
141
141
  initMetadataForInterface(Comparator, 'Comparator');
142
142
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
143
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
143
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
144
144
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
145
145
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
146
146
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
@@ -153,7 +153,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
153
153
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
154
154
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
155
155
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
156
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
156
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
157
157
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
158
158
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
159
159
  initMetadataForClass(HashMapKeysDefault$iterator$1);
@@ -7677,6 +7677,18 @@ if (typeof String.prototype.startsWith === 'undefined') {
7677
7677
  _init_properties_stringJs_kt__bg7zye();
7678
7678
  return encodeUtf8(_this__u8e3s4, 0, _this__u8e3s4.length, false);
7679
7679
  }
7680
+ function toCharArray(_this__u8e3s4) {
7681
+ _init_properties_stringJs_kt__bg7zye();
7682
+ var tmp = 0;
7683
+ var tmp_0 = _this__u8e3s4.length;
7684
+ var tmp_1 = charArray(tmp_0);
7685
+ while (tmp < tmp_0) {
7686
+ var tmp_2 = tmp;
7687
+ tmp_1[tmp_2] = charSequenceGet(_this__u8e3s4, tmp_2);
7688
+ tmp = tmp + 1 | 0;
7689
+ }
7690
+ return tmp_1;
7691
+ }
7680
7692
  function sam$kotlin_Comparator$0(function_0) {
7681
7693
  this.mc_1 = function_0;
7682
7694
  }
@@ -15703,75 +15715,76 @@ if (typeof String.prototype.startsWith === 'undefined') {
15703
15715
  _.$_$.ff = substringBefore;
15704
15716
  _.$_$.gf = take_0;
15705
15717
  _.$_$.hf = toBooleanStrictOrNull;
15706
- _.$_$.if = toDoubleOrNull;
15707
- _.$_$.jf = toDouble;
15708
- _.$_$.kf = toIntOrNull;
15709
- _.$_$.lf = toInt;
15710
- _.$_$.mf = toLongOrNull;
15711
- _.$_$.nf = toLong_0;
15712
- _.$_$.of = toString_2;
15713
- _.$_$.pf = toUByte;
15714
- _.$_$.qf = toUInt;
15715
- _.$_$.rf = toULongOrNull;
15716
- _.$_$.sf = toULong;
15717
- _.$_$.tf = toUShort;
15718
- _.$_$.uf = trimIndent;
15719
- _.$_$.vf = trimMargin;
15720
- _.$_$.wf = trim;
15721
- _.$_$.xf = Duration;
15722
- _.$_$.yf = toDuration_1;
15723
- _.$_$.zf = toDuration_0;
15724
- _.$_$.ag = toDuration;
15725
- _.$_$.bg = Uuid;
15726
- _.$_$.cg = ArithmeticException;
15727
- _.$_$.dg = Char;
15728
- _.$_$.eg = Comparable;
15729
- _.$_$.fg = Comparator;
15730
- _.$_$.gg = DeepRecursiveFunction;
15731
- _.$_$.hg = DeepRecursiveScope;
15732
- _.$_$.ig = Enum;
15733
- _.$_$.jg = Error_0;
15734
- _.$_$.kg = Exception;
15735
- _.$_$.lg = IllegalArgumentException;
15736
- _.$_$.mg = IllegalStateException;
15737
- _.$_$.ng = Long;
15738
- _.$_$.og = NoSuchElementException;
15739
- _.$_$.pg = NotImplementedError;
15740
- _.$_$.qg = Pair;
15741
- _.$_$.rg = Result;
15742
- _.$_$.sg = RuntimeException;
15743
- _.$_$.tg = THROW_CCE;
15744
- _.$_$.ug = THROW_IAE;
15745
- _.$_$.vg = Triple;
15746
- _.$_$.wg = UByteArray;
15747
- _.$_$.xg = UByte;
15748
- _.$_$.yg = UIntArray;
15749
- _.$_$.zg = UInt;
15750
- _.$_$.ah = ULongArray;
15751
- _.$_$.bh = ULong;
15752
- _.$_$.ch = UShortArray;
15753
- _.$_$.dh = UShort;
15754
- _.$_$.eh = Unit;
15755
- _.$_$.fh = UnsupportedOperationException;
15756
- _.$_$.gh = addSuppressed;
15757
- _.$_$.hh = arrayOf;
15758
- _.$_$.ih = countTrailingZeroBits;
15759
- _.$_$.jh = createFailure;
15760
- _.$_$.kh = ensureNotNull;
15761
- _.$_$.lh = invoke;
15762
- _.$_$.mh = isFinite;
15763
- _.$_$.nh = isFinite_0;
15764
- _.$_$.oh = isNaN_0;
15765
- _.$_$.ph = lazy_0;
15766
- _.$_$.qh = lazy;
15767
- _.$_$.rh = noWhenBranchMatchedException;
15768
- _.$_$.sh = plus_4;
15769
- _.$_$.th = printStackTrace;
15770
- _.$_$.uh = stackTraceToString;
15771
- _.$_$.vh = throwOnFailure;
15772
- _.$_$.wh = throwUninitializedPropertyAccessException;
15773
- _.$_$.xh = toString_0;
15774
- _.$_$.yh = to;
15718
+ _.$_$.if = toCharArray;
15719
+ _.$_$.jf = toDoubleOrNull;
15720
+ _.$_$.kf = toDouble;
15721
+ _.$_$.lf = toIntOrNull;
15722
+ _.$_$.mf = toInt;
15723
+ _.$_$.nf = toLongOrNull;
15724
+ _.$_$.of = toLong_0;
15725
+ _.$_$.pf = toString_2;
15726
+ _.$_$.qf = toUByte;
15727
+ _.$_$.rf = toUInt;
15728
+ _.$_$.sf = toULongOrNull;
15729
+ _.$_$.tf = toULong;
15730
+ _.$_$.uf = toUShort;
15731
+ _.$_$.vf = trimIndent;
15732
+ _.$_$.wf = trimMargin;
15733
+ _.$_$.xf = trim;
15734
+ _.$_$.yf = Duration;
15735
+ _.$_$.zf = toDuration_1;
15736
+ _.$_$.ag = toDuration_0;
15737
+ _.$_$.bg = toDuration;
15738
+ _.$_$.cg = Uuid;
15739
+ _.$_$.dg = ArithmeticException;
15740
+ _.$_$.eg = Char;
15741
+ _.$_$.fg = Comparable;
15742
+ _.$_$.gg = Comparator;
15743
+ _.$_$.hg = DeepRecursiveFunction;
15744
+ _.$_$.ig = DeepRecursiveScope;
15745
+ _.$_$.jg = Enum;
15746
+ _.$_$.kg = Error_0;
15747
+ _.$_$.lg = Exception;
15748
+ _.$_$.mg = IllegalArgumentException;
15749
+ _.$_$.ng = IllegalStateException;
15750
+ _.$_$.og = Long;
15751
+ _.$_$.pg = NoSuchElementException;
15752
+ _.$_$.qg = NotImplementedError;
15753
+ _.$_$.rg = Pair;
15754
+ _.$_$.sg = Result;
15755
+ _.$_$.tg = RuntimeException;
15756
+ _.$_$.ug = THROW_CCE;
15757
+ _.$_$.vg = THROW_IAE;
15758
+ _.$_$.wg = Triple;
15759
+ _.$_$.xg = UByteArray;
15760
+ _.$_$.yg = UByte;
15761
+ _.$_$.zg = UIntArray;
15762
+ _.$_$.ah = UInt;
15763
+ _.$_$.bh = ULongArray;
15764
+ _.$_$.ch = ULong;
15765
+ _.$_$.dh = UShortArray;
15766
+ _.$_$.eh = UShort;
15767
+ _.$_$.fh = Unit;
15768
+ _.$_$.gh = UnsupportedOperationException;
15769
+ _.$_$.hh = addSuppressed;
15770
+ _.$_$.ih = arrayOf;
15771
+ _.$_$.jh = countTrailingZeroBits;
15772
+ _.$_$.kh = createFailure;
15773
+ _.$_$.lh = ensureNotNull;
15774
+ _.$_$.mh = invoke;
15775
+ _.$_$.nh = isFinite;
15776
+ _.$_$.oh = isFinite_0;
15777
+ _.$_$.ph = isNaN_0;
15778
+ _.$_$.qh = lazy_0;
15779
+ _.$_$.rh = lazy;
15780
+ _.$_$.sh = noWhenBranchMatchedException;
15781
+ _.$_$.th = plus_4;
15782
+ _.$_$.uh = printStackTrace;
15783
+ _.$_$.vh = stackTraceToString;
15784
+ _.$_$.wh = throwOnFailure;
15785
+ _.$_$.xh = throwUninitializedPropertyAccessException;
15786
+ _.$_$.yh = toString_0;
15787
+ _.$_$.zh = to;
15775
15788
  //endregion
15776
15789
  return _;
15777
15790
  }));