game_client_logic_deb 1.8.310 → 1.8.318
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.
- package/Kosi-Kaverit-kaverit.js +78 -78
- package/Kosi-Kodein-kodein-di.js +647 -647
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1507 -1507
- package/Logic_Debertz-core.js +2256 -2206
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +15455 -15298
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +21 -15
- package/Logic_Debertz-game_client.js +5437 -4793
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +2877 -2635
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +25 -25
- package/kotlinx-coroutines-core.js +2852 -2852
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +362 -362
- package/kotlinx-serialization-kotlinx-serialization-core.js +2038 -2038
- package/kotlinx-serialization-kotlinx-serialization-json.js +1569 -1569
- package/ktor-ktor-client-content-negotiation.js +219 -219
- package/ktor-ktor-client-core.js +2528 -2528
- package/ktor-ktor-client-logging.js +553 -553
- package/ktor-ktor-events.js +12 -12
- package/ktor-ktor-http.js +762 -762
- package/ktor-ktor-io.js +1659 -1659
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +271 -271
- package/ktor-ktor-serialization.js +130 -130
- package/ktor-ktor-utils.js +741 -741
- package/ktor-ktor-websockets.js +60 -60
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +341 -318
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +102 -102
- package/raspberry-cardgame-lib-random.js +993 -978
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/secure-random-secure-random.js +18 -18
- package/uuid.js +33 -33
package/kotlinx-atomicfu.js
CHANGED
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
}(function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
17
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
18
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
19
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
15
|
+
var fillArrayVal = kotlin_kotlin.$_$.pb;
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.wc;
|
|
17
|
+
var defineProp = kotlin_kotlin.$_$.mb;
|
|
18
|
+
var initMetadataForClass = kotlin_kotlin.$_$.vb;
|
|
19
|
+
var initMetadataForObject = kotlin_kotlin.$_$.ac;
|
|
20
20
|
var VOID = kotlin_kotlin.$_$.f;
|
|
21
|
-
var toString = kotlin_kotlin.$_$.
|
|
21
|
+
var toString = kotlin_kotlin.$_$.yh;
|
|
22
22
|
//endregion
|
|
23
23
|
//region block: pre-declaration
|
|
24
24
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
@@ -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.
|
|
42
|
+
tmp.lo_1 = tmp_1;
|
|
43
43
|
}
|
|
44
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
45
|
-
return this.
|
|
44
|
+
protoOf(atomicfu$AtomicRefArray$ref).mo = function () {
|
|
45
|
+
return this.lo_1.length;
|
|
46
46
|
};
|
|
47
47
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
48
|
-
return this.
|
|
48
|
+
return this.lo_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).
|
|
76
|
+
protoOf(AtomicRef).no = function (_set____db54di) {
|
|
77
77
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
78
78
|
};
|
|
79
|
-
protoOf(AtomicRef).
|
|
79
|
+
protoOf(AtomicRef).oo = 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).
|
|
102
|
+
protoOf(AtomicBoolean).po = function (_set____db54di) {
|
|
103
103
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
104
104
|
};
|
|
105
|
-
protoOf(AtomicBoolean).
|
|
105
|
+
protoOf(AtomicBoolean).oo = 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).
|
|
128
|
+
protoOf(AtomicLong).qo = function (_set____db54di) {
|
|
129
129
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
130
130
|
};
|
|
131
|
-
protoOf(AtomicLong).
|
|
131
|
+
protoOf(AtomicLong).oo = function () {
|
|
132
132
|
return this.kotlinx$atomicfu$value;
|
|
133
133
|
};
|
|
134
134
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -144,29 +144,29 @@
|
|
|
144
144
|
};
|
|
145
145
|
protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
|
|
146
146
|
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
147
|
-
this.kotlinx$atomicfu$value = _unary__edvuaz.
|
|
147
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.e3();
|
|
148
148
|
return _unary__edvuaz;
|
|
149
149
|
};
|
|
150
150
|
protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
|
|
151
151
|
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
152
|
-
this.kotlinx$atomicfu$value = _unary__edvuaz.
|
|
152
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.f3();
|
|
153
153
|
return _unary__edvuaz;
|
|
154
154
|
};
|
|
155
155
|
protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
|
|
156
156
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
157
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
157
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.z2(delta);
|
|
158
158
|
return oldValue;
|
|
159
159
|
};
|
|
160
160
|
protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
|
|
161
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
161
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.z2(delta);
|
|
162
162
|
return this.kotlinx$atomicfu$value;
|
|
163
163
|
};
|
|
164
164
|
protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
|
|
165
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
165
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.e3();
|
|
166
166
|
return this.kotlinx$atomicfu$value;
|
|
167
167
|
};
|
|
168
168
|
protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
|
|
169
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
169
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.f3();
|
|
170
170
|
return this.kotlinx$atomicfu$value;
|
|
171
171
|
};
|
|
172
172
|
protoOf(AtomicLong).toString = function () {
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
function AtomicInt(value) {
|
|
179
179
|
this.kotlinx$atomicfu$value = value;
|
|
180
180
|
}
|
|
181
|
-
protoOf(AtomicInt).
|
|
181
|
+
protoOf(AtomicInt).ro = function (_set____db54di) {
|
|
182
182
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
183
183
|
};
|
|
184
|
-
protoOf(AtomicInt).
|
|
184
|
+
protoOf(AtomicInt).oo = 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).
|
|
262
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).mo);
|
|
263
263
|
//endregion
|
|
264
264
|
//region block: exports
|
|
265
265
|
_.$_$ = _.$_$ || {};
|