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.
- package/Kosi-Kaverit-kaverit.js +78 -78
- package/Kosi-Kodein-kodein-di.js +653 -653
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1760 -1760
- package/Logic_Debertz-core.js +1706 -1706
- package/Logic_Debertz-engine.js +14599 -14593
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +4950 -4933
- package/Logic_Debertz-game_client.js.map +1 -1
- package/error-library-error.js +53 -0
- package/error-library-error.js.map +1 -0
- package/kotlin-kotlin-stdlib.js +3043 -2809
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +24 -24
- package/kotlinx-coroutines-core.js +2887 -2887
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +356 -356
- package/kotlinx-serialization-kotlinx-serialization-core.js +2044 -2044
- package/kotlinx-serialization-kotlinx-serialization-json.js +1583 -1583
- package/ktor-ktor-client-content-negotiation.js +221 -221
- package/ktor-ktor-client-core.js +2549 -2549
- package/ktor-ktor-client-logging.js +559 -559
- package/ktor-ktor-events.js +12 -12
- package/ktor-ktor-http.js +765 -765
- package/ktor-ktor-io.js +1645 -1645
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +279 -279
- package/ktor-ktor-serialization.js +134 -134
- package/ktor-ktor-utils.js +743 -743
- package/ktor-ktor-websockets.js +59 -59
- package/package.json +1 -1
- package/random-library-crypto-rand.js +251 -0
- package/random-library-crypto-rand.js.map +1 -0
- package/random-library-secure-random.js +93 -0
- package/random-library-secure-random.js.map +1 -0
- package/raspberry-cardgame-lib-core.js +296 -296
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +107 -107
- package/raspberry-cardgame-lib-random.js +1045 -981
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/uuid.js +33 -33
- package/secure-random-secure-random.js +0 -174
- package/secure-random-secure-random.js.map +0 -1
package/kotlinx-atomicfu.js
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}(function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
17
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
18
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
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.$_$.
|
|
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.
|
|
41
|
+
tmp.fq_1 = tmp_1;
|
|
42
42
|
}
|
|
43
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
44
|
-
return this.
|
|
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.
|
|
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).
|
|
75
|
+
protoOf(AtomicRef).hq = function (_set____db54di) {
|
|
76
76
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
77
77
|
};
|
|
78
|
-
protoOf(AtomicRef).
|
|
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).
|
|
101
|
+
protoOf(AtomicBoolean).jq = function (_set____db54di) {
|
|
102
102
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
103
103
|
};
|
|
104
|
-
protoOf(AtomicBoolean).
|
|
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).
|
|
127
|
+
protoOf(AtomicLong).kq = function (_set____db54di) {
|
|
128
128
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
129
129
|
};
|
|
130
|
-
protoOf(AtomicLong).
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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).
|
|
180
|
+
protoOf(AtomicInt).lq = function (_set____db54di) {
|
|
181
181
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
182
182
|
};
|
|
183
|
-
protoOf(AtomicInt).
|
|
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).
|
|
261
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).gq);
|
|
262
262
|
//endregion
|
|
263
263
|
//region block: exports
|
|
264
264
|
_.$_$ = _.$_$ || {};
|