game_client_logic_deb 1.8.347 → 1.8.349

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 (43) hide show
  1. package/Kosi-Kaverit-kaverit.js +78 -78
  2. package/Kosi-Kodein-kodein-di.js +653 -653
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1760 -1760
  4. package/Logic_Debertz-core.js +1706 -1706
  5. package/Logic_Debertz-engine.js +14599 -14593
  6. package/Logic_Debertz-engine.js.map +1 -1
  7. package/Logic_Debertz-game_client.d.ts +1 -0
  8. package/Logic_Debertz-game_client.js +4950 -4933
  9. package/Logic_Debertz-game_client.js.map +1 -1
  10. package/error-library-error.js +53 -0
  11. package/error-library-error.js.map +1 -0
  12. package/kotlin-kotlin-stdlib.js +3043 -2809
  13. package/kotlin-kotlin-stdlib.js.map +1 -1
  14. package/kotlinx-atomicfu.js +24 -24
  15. package/kotlinx-coroutines-core.js +2887 -2887
  16. package/kotlinx-coroutines-core.js.map +1 -1
  17. package/kotlinx-io-kotlinx-io-core.js +356 -356
  18. package/kotlinx-serialization-kotlinx-serialization-core.js +2044 -2044
  19. package/kotlinx-serialization-kotlinx-serialization-json.js +1583 -1583
  20. package/ktor-ktor-client-content-negotiation.js +221 -221
  21. package/ktor-ktor-client-core.js +2549 -2549
  22. package/ktor-ktor-client-logging.js +559 -559
  23. package/ktor-ktor-events.js +12 -12
  24. package/ktor-ktor-http.js +765 -765
  25. package/ktor-ktor-io.js +1645 -1645
  26. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  27. package/ktor-ktor-serialization-kotlinx.js +279 -279
  28. package/ktor-ktor-serialization.js +134 -134
  29. package/ktor-ktor-utils.js +743 -743
  30. package/ktor-ktor-websockets.js +59 -59
  31. package/package.json +1 -1
  32. package/random-library-crypto-rand.js +251 -0
  33. package/random-library-crypto-rand.js.map +1 -0
  34. package/random-library-secure-random.js +93 -0
  35. package/random-library-secure-random.js.map +1 -0
  36. package/raspberry-cardgame-lib-core.js +296 -296
  37. package/raspberry-cardgame-lib-core.js.map +1 -1
  38. package/raspberry-cardgame-lib-logger.js +107 -107
  39. package/raspberry-cardgame-lib-random.js +1045 -981
  40. package/raspberry-cardgame-lib-random.js.map +1 -1
  41. package/uuid.js +33 -33
  42. package/secure-random-secure-random.js +0 -174
  43. package/secure-random-secure-random.js.map +0 -1
@@ -12,12 +12,12 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.oc;
16
- var defineProp = kotlin_kotlin.$_$.fb;
17
- var initMetadataForClass = kotlin_kotlin.$_$.nb;
18
- var initMetadataForObject = kotlin_kotlin.$_$.sb;
15
+ var protoOf = kotlin_kotlin.$_$.qc;
16
+ var defineProp = kotlin_kotlin.$_$.hb;
17
+ var initMetadataForClass = kotlin_kotlin.$_$.pb;
18
+ var initMetadataForObject = kotlin_kotlin.$_$.ub;
19
19
  var VOID = kotlin_kotlin.$_$.f;
20
- var toString = kotlin_kotlin.$_$.sh;
20
+ var toString = kotlin_kotlin.$_$.th;
21
21
  //endregion
22
22
  //region block: pre-declaration
23
23
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -38,13 +38,13 @@
38
38
  tmp_1[tmp_0] = atomic$ref$1(null);
39
39
  tmp_0 = tmp_0 + 1 | 0;
40
40
  }
41
- tmp.rp_1 = tmp_1;
41
+ tmp.fq_1 = tmp_1;
42
42
  }
43
- protoOf(atomicfu$AtomicRefArray$ref).sp = function () {
44
- return this.rp_1.length;
43
+ protoOf(atomicfu$AtomicRefArray$ref).gq = function () {
44
+ return this.fq_1.length;
45
45
  };
46
46
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
47
- return this.rp_1[index];
47
+ return this.fq_1[index];
48
48
  };
49
49
  function atomicfu$AtomicRefArray$ofNulls(size) {
50
50
  return new atomicfu$AtomicRefArray$ref(size);
@@ -72,10 +72,10 @@
72
72
  function AtomicRef(value) {
73
73
  this.kotlinx$atomicfu$value = value;
74
74
  }
75
- protoOf(AtomicRef).tp = function (_set____db54di) {
75
+ protoOf(AtomicRef).hq = function (_set____db54di) {
76
76
  this.kotlinx$atomicfu$value = _set____db54di;
77
77
  };
78
- protoOf(AtomicRef).up = function () {
78
+ protoOf(AtomicRef).iq = function () {
79
79
  return this.kotlinx$atomicfu$value;
80
80
  };
81
81
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -98,10 +98,10 @@
98
98
  function AtomicBoolean(value) {
99
99
  this.kotlinx$atomicfu$value = value;
100
100
  }
101
- protoOf(AtomicBoolean).vp = function (_set____db54di) {
101
+ protoOf(AtomicBoolean).jq = function (_set____db54di) {
102
102
  this.kotlinx$atomicfu$value = _set____db54di;
103
103
  };
104
- protoOf(AtomicBoolean).up = function () {
104
+ protoOf(AtomicBoolean).iq = function () {
105
105
  return this.kotlinx$atomicfu$value;
106
106
  };
107
107
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -124,10 +124,10 @@
124
124
  function AtomicLong(value) {
125
125
  this.kotlinx$atomicfu$value = value;
126
126
  }
127
- protoOf(AtomicLong).wp = function (_set____db54di) {
127
+ protoOf(AtomicLong).kq = function (_set____db54di) {
128
128
  this.kotlinx$atomicfu$value = _set____db54di;
129
129
  };
130
- protoOf(AtomicLong).up = function () {
130
+ protoOf(AtomicLong).iq = function () {
131
131
  return this.kotlinx$atomicfu$value;
132
132
  };
133
133
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -143,29 +143,29 @@
143
143
  };
144
144
  protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
145
145
  var _unary__edvuaz = this.kotlinx$atomicfu$value;
146
- this.kotlinx$atomicfu$value = _unary__edvuaz.b3();
146
+ this.kotlinx$atomicfu$value = _unary__edvuaz.e3();
147
147
  return _unary__edvuaz;
148
148
  };
149
149
  protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
150
150
  var _unary__edvuaz = this.kotlinx$atomicfu$value;
151
- this.kotlinx$atomicfu$value = _unary__edvuaz.c3();
151
+ this.kotlinx$atomicfu$value = _unary__edvuaz.f3();
152
152
  return _unary__edvuaz;
153
153
  };
154
154
  protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
155
155
  var oldValue = this.kotlinx$atomicfu$value;
156
- this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.w2(delta);
156
+ this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.z2(delta);
157
157
  return oldValue;
158
158
  };
159
159
  protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
160
- this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.w2(delta);
160
+ this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.z2(delta);
161
161
  return this.kotlinx$atomicfu$value;
162
162
  };
163
163
  protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
164
- this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.b3();
164
+ this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.e3();
165
165
  return this.kotlinx$atomicfu$value;
166
166
  };
167
167
  protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
168
- this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.c3();
168
+ this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.f3();
169
169
  return this.kotlinx$atomicfu$value;
170
170
  };
171
171
  protoOf(AtomicLong).toString = function () {
@@ -177,10 +177,10 @@
177
177
  function AtomicInt(value) {
178
178
  this.kotlinx$atomicfu$value = value;
179
179
  }
180
- protoOf(AtomicInt).xp = function (_set____db54di) {
180
+ protoOf(AtomicInt).lq = function (_set____db54di) {
181
181
  this.kotlinx$atomicfu$value = _set____db54di;
182
182
  };
183
- protoOf(AtomicInt).up = function () {
183
+ protoOf(AtomicInt).iq = function () {
184
184
  return this.kotlinx$atomicfu$value;
185
185
  };
186
186
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -258,7 +258,7 @@
258
258
  }
259
259
  }
260
260
  //region block: post-declaration
261
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).sp);
261
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).gq);
262
262
  //endregion
263
263
  //region block: exports
264
264
  _.$_$ = _.$_$ || {};