client_plugin_logic_deb 1.8.346 → 1.8.348

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 (45) hide show
  1. package/Kosi-Kaverit-kaverit.js +74 -74
  2. package/Kosi-Kodein-kodein-di.js +635 -635
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1723 -1723
  4. package/Logic_Debertz-client_plugin.js +5066 -5066
  5. package/Logic_Debertz-core.js +2034 -2034
  6. package/Logic_Debertz-core.js.map +1 -1
  7. package/Logic_Debertz-engine.js +16798 -16798
  8. package/Logic_Debertz-engine.js.map +1 -1
  9. package/Logic_Debertz-game_client.js +12014 -12078
  10. package/Logic_Debertz-game_client.js.map +1 -1
  11. package/Logic_Debertz-game_server.js +1599 -1599
  12. package/error-library-error.js +53 -0
  13. package/error-library-error.js.map +1 -0
  14. package/kotlin-kotlin-stdlib.js +2906 -2673
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +23 -23
  17. package/kotlinx-coroutines-core.js +3149 -3149
  18. package/kotlinx-coroutines-core.js.map +1 -1
  19. package/kotlinx-io-kotlinx-io-core.js +343 -343
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +2006 -2006
  21. package/kotlinx-serialization-kotlinx-serialization-json.js +1537 -1537
  22. package/ktor-ktor-client-content-negotiation.js +214 -214
  23. package/ktor-ktor-client-core.js +2526 -2526
  24. package/ktor-ktor-client-logging.js +553 -553
  25. package/ktor-ktor-events.js +10 -10
  26. package/ktor-ktor-http.js +726 -726
  27. package/ktor-ktor-io.js +1626 -1626
  28. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  29. package/ktor-ktor-serialization-kotlinx.js +277 -277
  30. package/ktor-ktor-serialization.js +131 -131
  31. package/ktor-ktor-utils.js +729 -729
  32. package/ktor-ktor-websockets.js +53 -53
  33. package/package.json +1 -1
  34. package/random-library-crypto-rand.js +251 -0
  35. package/random-library-crypto-rand.js.map +1 -0
  36. package/random-library-secure-random.js +93 -0
  37. package/random-library-secure-random.js.map +1 -0
  38. package/raspberry-cardgame-lib-core.js +289 -289
  39. package/raspberry-cardgame-lib-core.js.map +1 -1
  40. package/raspberry-cardgame-lib-logger.js +101 -101
  41. package/raspberry-cardgame-lib-random.js +1107 -1040
  42. package/raspberry-cardgame-lib-random.js.map +1 -1
  43. package/uuid.js +27 -27
  44. package/secure-random-secure-random.js +0 -174
  45. package/secure-random-secure-random.js.map +0 -1
@@ -12,10 +12,10 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.rc;
16
- var defineProp = kotlin_kotlin.$_$.ib;
17
- var initMetadataForClass = kotlin_kotlin.$_$.qb;
18
- var initMetadataForObject = kotlin_kotlin.$_$.vb;
15
+ var protoOf = kotlin_kotlin.$_$.sc;
16
+ var defineProp = kotlin_kotlin.$_$.jb;
17
+ var initMetadataForClass = kotlin_kotlin.$_$.rb;
18
+ var initMetadataForObject = kotlin_kotlin.$_$.wb;
19
19
  var VOID = kotlin_kotlin.$_$.f;
20
20
  var toString = kotlin_kotlin.$_$.vh;
21
21
  //endregion
@@ -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
  _.$_$ = _.$_$ || {};