game_client_logic_deb 1.4.71 → 1.4.84

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.71",
4
+ "version": "1.4.84",
5
5
  "name": "game_client_logic_deb",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0"
package/uuid-js-ir.js CHANGED
@@ -20,7 +20,7 @@
20
20
  var Default_getInstance = kotlin_kotlin.$_$.b4;
21
21
  var protoOf = kotlin_kotlin.$_$.ba;
22
22
  var objectMeta = kotlin_kotlin.$_$.aa;
23
- var VOID = kotlin_kotlin.$_$.sd;
23
+ var VOID = kotlin_kotlin.$_$.td;
24
24
  var setMetadataFor = kotlin_kotlin.$_$.ca;
25
25
  var Unit_getInstance = kotlin_kotlin.$_$.m4;
26
26
  var toString = kotlin_kotlin.$_$.ga;
@@ -30,8 +30,8 @@
30
30
  var contentEquals = kotlin_kotlin.$_$.i5;
31
31
  var contentHashCode = kotlin_kotlin.$_$.j5;
32
32
  var compareTo = kotlin_kotlin.$_$.z8;
33
- var THROW_CCE = kotlin_kotlin.$_$.oc;
34
- var Comparable = kotlin_kotlin.$_$.zb;
33
+ var THROW_CCE = kotlin_kotlin.$_$.pc;
34
+ var Comparable = kotlin_kotlin.$_$.ac;
35
35
  var classMeta = kotlin_kotlin.$_$.y8;
36
36
  var toByte = kotlin_kotlin.$_$.da;
37
37
  //endregion
@@ -72,7 +72,7 @@
72
72
  }
73
73
  function Companion() {
74
74
  Companion_instance = this;
75
- this.b2f_1 = listOf([until(0, 4), until(4, 6), until(6, 8), until(8, 10), until(10, 16)]);
75
+ this.x2e_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.c2f_1 = uuidBytes;
85
+ this.y2e_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.c2f_1;
89
+ var tmp0_count = this.y2e_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.c2f_1;
99
+ var tmp0_count_0 = this.y2e_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().b2f_1.f();
110
+ var tmp0_iterator = Companion_getInstance().x2e_1.f();
111
111
  while (tmp0_iterator.g()) {
112
112
  var range = tmp0_iterator.h();
113
113
  var inductionVariable = range.u_1;
@@ -116,7 +116,7 @@
116
116
  do {
117
117
  var i = inductionVariable;
118
118
  inductionVariable = inductionVariable + 1 | 0;
119
- var octetPair = this.c2f_1[i];
119
+ var octetPair = this.y2e_1[i];
120
120
  var left = octetPair >> 4 & 15;
121
121
  var right = octetPair & 15;
122
122
  var tmp2 = charIndex;
@@ -138,23 +138,23 @@
138
138
  protoOf(Uuid).equals = function (other) {
139
139
  var tmp;
140
140
  if (other instanceof Uuid) {
141
- tmp = contentEquals(this.c2f_1, other.c2f_1);
141
+ tmp = contentEquals(this.y2e_1, other.y2e_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.c2f_1);
148
+ return contentHashCode(this.y2e_1);
149
149
  };
150
- protoOf(Uuid).d2f = function (other) {
150
+ protoOf(Uuid).z2e = 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.c2f_1[i], other.c2f_1[i]);
157
+ var compareResult = compareTo(this.y2e_1[i], other.y2e_1[i]);
158
158
  if (!(compareResult === 0))
159
159
  return compareResult;
160
160
  }
@@ -162,7 +162,7 @@
162
162
  return 0;
163
163
  };
164
164
  protoOf(Uuid).o8 = function (other) {
165
- return this.d2f(other instanceof Uuid ? other : THROW_CCE());
165
+ return this.z2e(other instanceof Uuid ? other : THROW_CCE());
166
166
  };
167
167
  function uuid4() {
168
168
  var tmp$ret$1;