game_client_logic_deb 1.4.52 → 1.4.71

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_client.js",
3
3
  "types": "Logic_Debertz-game_client.d.ts",
4
- "version": "1.4.52",
4
+ "version": "1.4.71",
5
5
  "name": "game_client_logic_deb",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0"
package/uuid-js-ir.js CHANGED
@@ -12,28 +12,28 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var until = kotlin_kotlin.$_$.fa;
16
- var listOf = kotlin_kotlin.$_$.s6;
15
+ var until = kotlin_kotlin.$_$.ma;
16
+ var listOf = kotlin_kotlin.$_$.t6;
17
17
  var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.z1;
18
18
  var Char__rangeTo_impl_tkncvp = kotlin_kotlin.$_$.b2;
19
- var plus = kotlin_kotlin.$_$.y6;
19
+ var plus = kotlin_kotlin.$_$.b7;
20
20
  var Default_getInstance = kotlin_kotlin.$_$.b4;
21
- var protoOf = kotlin_kotlin.$_$.v9;
22
- var objectMeta = kotlin_kotlin.$_$.u9;
23
- var VOID = kotlin_kotlin.$_$.ld;
24
- var setMetadataFor = kotlin_kotlin.$_$.w9;
21
+ var protoOf = kotlin_kotlin.$_$.ba;
22
+ var objectMeta = kotlin_kotlin.$_$.aa;
23
+ var VOID = kotlin_kotlin.$_$.sd;
24
+ var setMetadataFor = kotlin_kotlin.$_$.ca;
25
25
  var Unit_getInstance = kotlin_kotlin.$_$.m4;
26
- var toString = kotlin_kotlin.$_$.aa;
26
+ var toString = kotlin_kotlin.$_$.ga;
27
27
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.i1;
28
- var charArray = kotlin_kotlin.$_$.p8;
29
- var concatToString = kotlin_kotlin.$_$.ra;
28
+ var charArray = kotlin_kotlin.$_$.u8;
29
+ var concatToString = kotlin_kotlin.$_$.ya;
30
30
  var contentEquals = kotlin_kotlin.$_$.i5;
31
31
  var contentHashCode = kotlin_kotlin.$_$.j5;
32
- var compareTo = kotlin_kotlin.$_$.u8;
33
- var THROW_CCE = kotlin_kotlin.$_$.hc;
34
- var Comparable = kotlin_kotlin.$_$.sb;
35
- var classMeta = kotlin_kotlin.$_$.t8;
36
- var toByte = kotlin_kotlin.$_$.x9;
32
+ var compareTo = kotlin_kotlin.$_$.z8;
33
+ var THROW_CCE = kotlin_kotlin.$_$.oc;
34
+ var Comparable = kotlin_kotlin.$_$.zb;
35
+ var classMeta = kotlin_kotlin.$_$.y8;
36
+ var toByte = kotlin_kotlin.$_$.da;
37
37
  //endregion
38
38
  //region block: pre-declaration
39
39
  setMetadataFor(Companion, 'Companion', objectMeta);
@@ -68,11 +68,11 @@
68
68
  return _this__u8e3s4;
69
69
  }
70
70
  function getRandomUuidBytes() {
71
- return Default_getInstance().q5(get_UUID_BYTES());
71
+ return Default_getInstance().w5(get_UUID_BYTES());
72
72
  }
73
73
  function Companion() {
74
74
  Companion_instance = this;
75
- this.h2e_1 = listOf([until(0, 4), until(4, 6), until(6, 8), until(8, 10), until(10, 16)]);
75
+ this.b2f_1 = listOf([until(0, 4), until(4, 6), until(6, 8), until(8, 10), until(10, 16)]);
76
76
  }
77
77
  var Companion_instance;
78
78
  function Companion_getInstance() {
@@ -82,11 +82,11 @@
82
82
  }
83
83
  function Uuid(uuidBytes) {
84
84
  Companion_getInstance();
85
- this.i2e_1 = uuidBytes;
85
+ this.c2f_1 = uuidBytes;
86
86
  // Inline function 'kotlin.require' call
87
87
  var tmp$ret$0;
88
88
  // Inline function 'kotlin.collections.count' call
89
- var tmp0_count = this.i2e_1;
89
+ var tmp0_count = this.c2f_1;
90
90
  tmp$ret$0 = tmp0_count.length;
91
91
  var tmp1_require = tmp$ret$0 === get_UUID_BYTES();
92
92
  // Inline function 'kotlin.contracts.contract' call
@@ -96,7 +96,7 @@
96
96
  var tmp = get_UUID_BYTES();
97
97
  var tmp$ret$1;
98
98
  // Inline function 'kotlin.collections.count' call
99
- var tmp0_count_0 = this.i2e_1;
99
+ var tmp0_count_0 = this.c2f_1;
100
100
  tmp$ret$1 = tmp0_count_0.length;
101
101
  tmp$ret$2 = 'Invalid UUID bytes. Expected ' + tmp + ' bytes; found ' + tmp$ret$1;
102
102
  var message = tmp$ret$2;
@@ -107,7 +107,7 @@
107
107
  protoOf(Uuid).toString = function () {
108
108
  var characters = charArray(get_UUID_STRING_LENGTH());
109
109
  var charIndex = 0;
110
- var tmp0_iterator = Companion_getInstance().h2e_1.f();
110
+ var tmp0_iterator = Companion_getInstance().b2f_1.f();
111
111
  while (tmp0_iterator.g()) {
112
112
  var range = tmp0_iterator.h();
113
113
  var inductionVariable = range.u_1;
@@ -116,15 +116,15 @@
116
116
  do {
117
117
  var i = inductionVariable;
118
118
  inductionVariable = inductionVariable + 1 | 0;
119
- var octetPair = this.i2e_1[i];
119
+ var octetPair = this.c2f_1[i];
120
120
  var left = octetPair >> 4 & 15;
121
121
  var right = octetPair & 15;
122
122
  var tmp2 = charIndex;
123
123
  charIndex = tmp2 + 1 | 0;
124
- characters[tmp2] = get_UUID_CHARS().k(left).g7_1;
124
+ characters[tmp2] = get_UUID_CHARS().k(left).n7_1;
125
125
  var tmp3 = charIndex;
126
126
  charIndex = tmp3 + 1 | 0;
127
- characters[tmp3] = get_UUID_CHARS().k(right).g7_1;
127
+ characters[tmp3] = get_UUID_CHARS().k(right).n7_1;
128
128
  }
129
129
  while (!(i === last));
130
130
  if (charIndex < get_UUID_STRING_LENGTH()) {
@@ -138,31 +138,31 @@
138
138
  protoOf(Uuid).equals = function (other) {
139
139
  var tmp;
140
140
  if (other instanceof Uuid) {
141
- tmp = contentEquals(this.i2e_1, other.i2e_1);
141
+ tmp = contentEquals(this.c2f_1, other.c2f_1);
142
142
  } else {
143
143
  tmp = false;
144
144
  }
145
145
  return tmp;
146
146
  };
147
147
  protoOf(Uuid).hashCode = function () {
148
- return contentHashCode(this.i2e_1);
148
+ return contentHashCode(this.c2f_1);
149
149
  };
150
- protoOf(Uuid).j2e = function (other) {
150
+ protoOf(Uuid).d2f = function (other) {
151
151
  var inductionVariable = 0;
152
152
  var last = get_UUID_BYTES();
153
153
  if (inductionVariable < last)
154
154
  do {
155
155
  var i = inductionVariable;
156
156
  inductionVariable = inductionVariable + 1 | 0;
157
- var compareResult = compareTo(this.i2e_1[i], other.i2e_1[i]);
157
+ var compareResult = compareTo(this.c2f_1[i], other.c2f_1[i]);
158
158
  if (!(compareResult === 0))
159
159
  return compareResult;
160
160
  }
161
161
  while (inductionVariable < last);
162
162
  return 0;
163
163
  };
164
- protoOf(Uuid).h8 = function (other) {
165
- return this.j2e(other instanceof Uuid ? other : THROW_CCE());
164
+ protoOf(Uuid).o8 = function (other) {
165
+ return this.d2f(other instanceof Uuid ? other : THROW_CCE());
166
166
  };
167
167
  function uuid4() {
168
168
  var tmp$ret$1;