game_client_logic_deb 1.8.147 → 1.8.181
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 +79 -79
- package/Kosi-Kodein-kodein-di.js +624 -624
- package/Kotlin-DateTime-library-kotlinx-datetime.js +5660 -307
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-core.js +1742 -1602
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +19640 -15510
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +337 -93
- package/Logic_Debertz-game_client.js +4974 -4762
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +2646 -2310
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +31 -31
- package/kotlinx-atomicfu.js.map +1 -1
- package/kotlinx-coroutines-core.js +2519 -2519
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +280 -280
- package/kotlinx-serialization-kotlinx-serialization-core.js +2050 -2049
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1466 -1466
- package/ktor-ktor-client-content-negotiation.js +15 -0
- package/ktor-ktor-client-content-negotiation.js.map +1 -0
- package/ktor-ktor-client-core.js +15 -0
- package/ktor-ktor-client-core.js.map +1 -0
- package/ktor-ktor-client-js.js +15 -0
- package/ktor-ktor-client-js.js.map +1 -0
- package/ktor-ktor-client-logging.js +57 -0
- package/ktor-ktor-client-logging.js.map +1 -0
- package/ktor-ktor-events.js +15 -0
- package/ktor-ktor-events.js.map +1 -0
- package/ktor-ktor-http.js +15 -0
- package/ktor-ktor-http.js.map +1 -0
- package/ktor-ktor-io.js +19 -0
- package/ktor-ktor-io.js.map +1 -0
- package/ktor-ktor-serialization-kotlinx-json.js +15 -0
- package/ktor-ktor-serialization-kotlinx-json.js.map +1 -0
- package/ktor-ktor-serialization-kotlinx.js +15 -0
- package/ktor-ktor-serialization-kotlinx.js.map +1 -0
- package/ktor-ktor-serialization.js +15 -0
- package/ktor-ktor-serialization.js.map +1 -0
- package/ktor-ktor-utils.js +19 -0
- package/ktor-ktor-utils.js.map +1 -0
- package/ktor-ktor-websocket-serialization.js +15 -0
- package/ktor-ktor-websocket-serialization.js.map +1 -0
- package/ktor-ktor-websockets.js +15 -0
- package/ktor-ktor-websockets.js.map +1 -0
- package/package.json +5 -2
- package/raspberry-cardgame-lib-core.js +217 -533
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +407 -0
- package/raspberry-cardgame-lib-logger.js.map +1 -0
- package/raspberry-cardgame-lib-random.js +403 -0
- package/raspberry-cardgame-lib-random.js.map +1 -0
- package/uuid.js +32 -32
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-client-content-negotiation'] = factory(typeof this['ktor-ktor-client-content-negotiation'] === 'undefined' ? {} : this['ktor-ktor-client-content-negotiation']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-client-content-negotiation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-client-core'] = factory(typeof this['ktor-ktor-client-core'] === 'undefined' ? {} : this['ktor-ktor-client-core']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-client-core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-client-js'] = factory(typeof this['ktor-ktor-client-js'] === 'undefined' ? {} : this['ktor-ktor-client-js']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-client-js.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
|
|
6
|
+
else {
|
|
7
|
+
if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
+
throw new Error("Error loading module 'ktor-ktor-client-logging'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'ktor-ktor-client-logging'.");
|
|
9
|
+
}
|
|
10
|
+
root['ktor-ktor-client-logging'] = factory(typeof this['ktor-ktor-client-logging'] === 'undefined' ? {} : this['ktor-ktor-client-logging'], this['kotlin-kotlin-stdlib']);
|
|
11
|
+
}
|
|
12
|
+
}(globalThis, function (_, kotlin_kotlin) {
|
|
13
|
+
'use strict';
|
|
14
|
+
//region block: imports
|
|
15
|
+
var Unit_instance = kotlin_kotlin.$_$.b5;
|
|
16
|
+
var Enum = kotlin_kotlin.$_$.le;
|
|
17
|
+
var protoOf = kotlin_kotlin.$_$.qb;
|
|
18
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ta;
|
|
19
|
+
var VOID = kotlin_kotlin.$_$.f;
|
|
20
|
+
//endregion
|
|
21
|
+
//region block: pre-declaration
|
|
22
|
+
initMetadataForClass(LogLevel, 'LogLevel', VOID, Enum);
|
|
23
|
+
//endregion
|
|
24
|
+
var LogLevel_ALL_instance;
|
|
25
|
+
var LogLevel_HEADERS_instance;
|
|
26
|
+
var LogLevel_BODY_instance;
|
|
27
|
+
var LogLevel_INFO_instance;
|
|
28
|
+
var LogLevel_NONE_instance;
|
|
29
|
+
var LogLevel_entriesInitialized;
|
|
30
|
+
function LogLevel_initEntries() {
|
|
31
|
+
if (LogLevel_entriesInitialized)
|
|
32
|
+
return Unit_instance;
|
|
33
|
+
LogLevel_entriesInitialized = true;
|
|
34
|
+
LogLevel_ALL_instance = new LogLevel('ALL', 0, true, true, true);
|
|
35
|
+
LogLevel_HEADERS_instance = new LogLevel('HEADERS', 1, true, true, false);
|
|
36
|
+
LogLevel_BODY_instance = new LogLevel('BODY', 2, true, false, true);
|
|
37
|
+
LogLevel_INFO_instance = new LogLevel('INFO', 3, true, false, false);
|
|
38
|
+
LogLevel_NONE_instance = new LogLevel('NONE', 4, false, false, false);
|
|
39
|
+
}
|
|
40
|
+
function LogLevel(name, ordinal, info, headers, body) {
|
|
41
|
+
Enum.call(this, name, ordinal);
|
|
42
|
+
this.q1g_1 = info;
|
|
43
|
+
this.r1g_1 = headers;
|
|
44
|
+
this.s1g_1 = body;
|
|
45
|
+
}
|
|
46
|
+
function LogLevel_ALL_getInstance() {
|
|
47
|
+
LogLevel_initEntries();
|
|
48
|
+
return LogLevel_ALL_instance;
|
|
49
|
+
}
|
|
50
|
+
//region block: exports
|
|
51
|
+
_.$_$ = _.$_$ || {};
|
|
52
|
+
_.$_$.a = LogLevel_ALL_getInstance;
|
|
53
|
+
//endregion
|
|
54
|
+
return _;
|
|
55
|
+
}));
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=ktor-ktor-client-logging.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-plugins/ktor-client-logging/common/src/io/ktor/client/plugins/logging/LogLevel.kt"],"sourcesContent":[null],"names":["<init>","info","headers","body"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mDAcQ,I,EAAM,I,EAAM,I;2DACR,I,EAAM,I,EAAM,K;qDACf,I,EAAM,K,EAAO,I;qDACb,I,EAAM,K,EAAO,K;qDACb,K,EAAO,K,EAAO,K;;mBATXA,C,eACRC,I,EACAC,O,EACAC,IAHQH,EAAZ;A;IACI,iB;IACA,oB;IACA,iB;EAHJ,C;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-events'] = factory(typeof this['ktor-ktor-events'] === 'undefined' ? {} : this['ktor-ktor-events']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-http'] = factory(typeof this['ktor-ktor-http'] === 'undefined' ? {} : this['ktor-ktor-http']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-http.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
package/ktor-ktor-io.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-io'] = factory(typeof this['ktor-ktor-io'] === 'undefined' ? {} : this['ktor-ktor-io']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
var PACKET_MAX_COPY_SIZE;
|
|
13
|
+
//region block: init
|
|
14
|
+
PACKET_MAX_COPY_SIZE = 200;
|
|
15
|
+
//endregion
|
|
16
|
+
return _;
|
|
17
|
+
}));
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=ktor-ktor-io.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-io/js/src/io/ktor/utils/io/core/PacketJS.kt"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;yBAI8C,G;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-serialization-kotlinx-json'] = factory(typeof this['ktor-ktor-serialization-kotlinx-json'] === 'undefined' ? {} : this['ktor-ktor-serialization-kotlinx-json']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-serialization-kotlinx-json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-serialization-kotlinx'] = factory(typeof this['ktor-ktor-serialization-kotlinx'] === 'undefined' ? {} : this['ktor-ktor-serialization-kotlinx']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-serialization-kotlinx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-serialization'] = factory(typeof this['ktor-ktor-serialization'] === 'undefined' ? {} : this['ktor-ktor-serialization']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-serialization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-utils'] = factory(typeof this['ktor-ktor-utils'] === 'undefined' ? {} : this['ktor-ktor-utils']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
var DISABLE_SFG;
|
|
13
|
+
//region block: init
|
|
14
|
+
DISABLE_SFG = false;
|
|
15
|
+
//endregion
|
|
16
|
+
return _;
|
|
17
|
+
}));
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=ktor-ktor-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-utils/js/src/io/ktor/util/pipeline/PipelineContext.js.kt"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;gBAM2C,K;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-websocket-serialization'] = factory(typeof this['ktor-ktor-websocket-serialization'] === 'undefined' ? {} : this['ktor-ktor-websocket-serialization']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-websocket-serialization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (root, factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports);
|
|
6
|
+
else
|
|
7
|
+
root['ktor-ktor-websockets'] = factory(typeof this['ktor-ktor-websockets'] === 'undefined' ? {} : this['ktor-ktor-websockets']);
|
|
8
|
+
}(globalThis, function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=ktor-ktor-websockets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "Logic_Debertz-game_client.js",
|
|
3
3
|
"types": "Logic_Debertz-game_client.d.ts",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.181",
|
|
5
5
|
"name": "game_client_logic_deb",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@js-joda/core": "3.2.0",
|
|
8
|
-
"format-util": "^1.0.5"
|
|
8
|
+
"format-util": "^1.0.5",
|
|
9
|
+
"node-fetch": "2.6.7",
|
|
10
|
+
"abort-controller": "3.0.0",
|
|
11
|
+
"ws": "8.5.0"
|
|
9
12
|
}
|
|
10
13
|
}
|