client_plugin_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 (47) hide show
  1. package/Kosi-Kaverit-kaverit.js +68 -68
  2. package/Kosi-Kodein-kodein-di.js +626 -626
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1709 -1709
  4. package/Logic_Debertz-client_plugin.d.ts +1 -0
  5. package/Logic_Debertz-client_plugin.js +5229 -5405
  6. package/Logic_Debertz-client_plugin.js.map +1 -1
  7. package/Logic_Debertz-core.js +2013 -2013
  8. package/Logic_Debertz-core.js.map +1 -1
  9. package/Logic_Debertz-engine.js +16770 -16756
  10. package/Logic_Debertz-engine.js.map +1 -1
  11. package/Logic_Debertz-game_client.js +13577 -13988
  12. package/Logic_Debertz-game_client.js.map +1 -1
  13. package/Logic_Debertz-game_server.js +1575 -1575
  14. package/error-library-error.js +53 -0
  15. package/error-library-error.js.map +1 -0
  16. package/kotlin-kotlin-stdlib.js +2871 -2644
  17. package/kotlin-kotlin-stdlib.js.map +1 -1
  18. package/kotlinx-atomicfu.js +20 -20
  19. package/kotlinx-coroutines-core.js +3133 -3133
  20. package/kotlinx-coroutines-core.js.map +1 -1
  21. package/kotlinx-io-kotlinx-io-core.js +342 -342
  22. package/kotlinx-serialization-kotlinx-serialization-core.js +1982 -1982
  23. package/kotlinx-serialization-kotlinx-serialization-json.js +1545 -1545
  24. package/ktor-ktor-client-content-negotiation.js +206 -206
  25. package/ktor-ktor-client-core.js +2507 -2507
  26. package/ktor-ktor-client-logging.js +540 -540
  27. package/ktor-ktor-events.js +9 -9
  28. package/ktor-ktor-http.js +721 -721
  29. package/ktor-ktor-io.js +1623 -1623
  30. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  31. package/ktor-ktor-serialization-kotlinx.js +263 -263
  32. package/ktor-ktor-serialization.js +122 -122
  33. package/ktor-ktor-utils.js +707 -707
  34. package/ktor-ktor-websockets.js +50 -50
  35. package/package.json +1 -1
  36. package/random-library-crypto-rand.js +251 -0
  37. package/random-library-crypto-rand.js.map +1 -0
  38. package/random-library-secure-random.js +93 -0
  39. package/random-library-secure-random.js.map +1 -0
  40. package/raspberry-cardgame-lib-core.js +264 -264
  41. package/raspberry-cardgame-lib-core.js.map +1 -1
  42. package/raspberry-cardgame-lib-logger.js +100 -100
  43. package/raspberry-cardgame-lib-random.js +1088 -1021
  44. package/raspberry-cardgame-lib-random.js.map +1 -1
  45. package/uuid.js +24 -24
  46. package/secure-random-secure-random.js +0 -174
  47. package/secure-random-secure-random.js.map +0 -1
@@ -17,7 +17,7 @@
17
17
  var initMetadataForClass = kotlin_kotlin.$_$.qb;
18
18
  var initMetadataForObject = kotlin_kotlin.$_$.vb;
19
19
  var VOID = kotlin_kotlin.$_$.f;
20
- var toString = kotlin_kotlin.$_$.vh;
20
+ var toString = kotlin_kotlin.$_$.uh;
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
  _.$_$ = _.$_$ || {};