raspberry_games_server_game_logic 1.8.282 → 1.8.283

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 (36) hide show
  1. package/Kosi-Kaverit-kaverit.js +56 -56
  2. package/Kosi-Kodein-kodein-di.js +526 -526
  3. package/Kosi-Kodein-kodein-di.js.map +1 -1
  4. package/Kotlin-DateTime-library-kotlinx-datetime.js +1355 -1355
  5. package/Logic_Debertz-core.js +1510 -1510
  6. package/Logic_Debertz-engine.js +14655 -14595
  7. package/Logic_Debertz-engine.js.map +1 -1
  8. package/Logic_Debertz-game_server.d.ts +1 -1
  9. package/Logic_Debertz-game_server.js +941 -939
  10. package/Logic_Debertz-game_server.js.map +1 -1
  11. package/kotlin-kotlin-stdlib.js +10 -10
  12. package/kotlin-kotlin-stdlib.js.map +1 -1
  13. package/kotlinx-atomicfu.js +13 -13
  14. package/kotlinx-coroutines-core.js +2189 -2189
  15. package/kotlinx-coroutines-core.js.map +1 -1
  16. package/kotlinx-io-kotlinx-io-core.js +311 -311
  17. package/kotlinx-serialization-kotlinx-serialization-core.js +1720 -1720
  18. package/kotlinx-serialization-kotlinx-serialization-json.js +1306 -1306
  19. package/ktor-ktor-client-content-negotiation.js +133 -133
  20. package/ktor-ktor-client-core.js +1515 -1515
  21. package/ktor-ktor-client-logging.js +278 -278
  22. package/ktor-ktor-events.js +6 -6
  23. package/ktor-ktor-http.js +584 -584
  24. package/ktor-ktor-io.js +1246 -1246
  25. package/ktor-ktor-serialization-kotlinx-json.js +6 -6
  26. package/ktor-ktor-serialization-kotlinx.js +136 -136
  27. package/ktor-ktor-serialization.js +62 -62
  28. package/ktor-ktor-utils.js +489 -489
  29. package/ktor-ktor-websockets.js +42 -42
  30. package/package.json +1 -1
  31. package/raspberry-cardgame-lib-core.js +159 -159
  32. package/raspberry-cardgame-lib-logger.js +13 -24
  33. package/raspberry-cardgame-lib-logger.js.map +1 -1
  34. package/raspberry-cardgame-lib-random.js +773 -773
  35. package/secure-random-secure-random.js +5 -5
  36. package/uuid.js +11 -11
@@ -39,13 +39,13 @@
39
39
  tmp_1[tmp_0] = atomic$ref$1(null);
40
40
  tmp_0 = tmp_0 + 1 | 0;
41
41
  }
42
- tmp.xn_1 = tmp_1;
42
+ tmp.wn_1 = tmp_1;
43
43
  }
44
- protoOf(atomicfu$AtomicRefArray$ref).yn = function () {
45
- return this.xn_1.length;
44
+ protoOf(atomicfu$AtomicRefArray$ref).xn = function () {
45
+ return this.wn_1.length;
46
46
  };
47
47
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
48
- return this.xn_1[index];
48
+ return this.wn_1[index];
49
49
  };
50
50
  function atomicfu$AtomicRefArray$ofNulls(size) {
51
51
  return new atomicfu$AtomicRefArray$ref(size);
@@ -73,10 +73,10 @@
73
73
  function AtomicRef(value) {
74
74
  this.kotlinx$atomicfu$value = value;
75
75
  }
76
- protoOf(AtomicRef).zn = function (_set____db54di) {
76
+ protoOf(AtomicRef).yn = function (_set____db54di) {
77
77
  this.kotlinx$atomicfu$value = _set____db54di;
78
78
  };
79
- protoOf(AtomicRef).ao = function () {
79
+ protoOf(AtomicRef).zn = function () {
80
80
  return this.kotlinx$atomicfu$value;
81
81
  };
82
82
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -99,10 +99,10 @@
99
99
  function AtomicBoolean(value) {
100
100
  this.kotlinx$atomicfu$value = value;
101
101
  }
102
- protoOf(AtomicBoolean).bo = function (_set____db54di) {
102
+ protoOf(AtomicBoolean).ao = function (_set____db54di) {
103
103
  this.kotlinx$atomicfu$value = _set____db54di;
104
104
  };
105
- protoOf(AtomicBoolean).ao = function () {
105
+ protoOf(AtomicBoolean).zn = function () {
106
106
  return this.kotlinx$atomicfu$value;
107
107
  };
108
108
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -125,10 +125,10 @@
125
125
  function AtomicLong(value) {
126
126
  this.kotlinx$atomicfu$value = value;
127
127
  }
128
- protoOf(AtomicLong).co = function (_set____db54di) {
128
+ protoOf(AtomicLong).bo = function (_set____db54di) {
129
129
  this.kotlinx$atomicfu$value = _set____db54di;
130
130
  };
131
- protoOf(AtomicLong).ao = function () {
131
+ protoOf(AtomicLong).zn = function () {
132
132
  return this.kotlinx$atomicfu$value;
133
133
  };
134
134
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -178,10 +178,10 @@
178
178
  function AtomicInt(value) {
179
179
  this.kotlinx$atomicfu$value = value;
180
180
  }
181
- protoOf(AtomicInt).do = function (_set____db54di) {
181
+ protoOf(AtomicInt).co = function (_set____db54di) {
182
182
  this.kotlinx$atomicfu$value = _set____db54di;
183
183
  };
184
- protoOf(AtomicInt).ao = function () {
184
+ protoOf(AtomicInt).zn = function () {
185
185
  return this.kotlinx$atomicfu$value;
186
186
  };
187
187
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -259,7 +259,7 @@
259
259
  }
260
260
  }
261
261
  //region block: post-declaration
262
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).yn);
262
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).xn);
263
263
  //endregion
264
264
  //region block: exports
265
265
  _.$_$ = _.$_$ || {};