raspberry_games_engine_helpers 1.8.277 → 1.8.289
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 +56 -56
- package/Kosi-Kodein-kodein-di.js +488 -488
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1377 -1377
- package/Logic_Debertz-core.js +1401 -1355
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +18 -6
- package/Logic_Debertz-engine.js +11739 -11474
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core.js +1813 -1813
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1328 -1328
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +39 -39
- package/raspberry-cardgame-lib-logger.js +223 -26
- package/raspberry-cardgame-lib-logger.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +42 -42
|
@@ -225,20 +225,20 @@
|
|
|
225
225
|
}
|
|
226
226
|
var SystemPathSeparator$delegate;
|
|
227
227
|
function Path(rawPath, any) {
|
|
228
|
-
this.
|
|
228
|
+
this.o25_1 = removeTrailingSeparators(rawPath);
|
|
229
229
|
}
|
|
230
230
|
protoOf(Path).toString = function () {
|
|
231
|
-
return this.
|
|
231
|
+
return this.o25_1;
|
|
232
232
|
};
|
|
233
233
|
protoOf(Path).equals = function (other) {
|
|
234
234
|
if (this === other)
|
|
235
235
|
return true;
|
|
236
236
|
if (!(other instanceof Path))
|
|
237
237
|
return false;
|
|
238
|
-
return this.
|
|
238
|
+
return this.o25_1 === other.o25_1;
|
|
239
239
|
};
|
|
240
240
|
protoOf(Path).hashCode = function () {
|
|
241
|
-
return getStringHashCode(this.
|
|
241
|
+
return getStringHashCode(this.o25_1);
|
|
242
242
|
};
|
|
243
243
|
function Path_0(path) {
|
|
244
244
|
_init_properties_PathsNodeJs_kt__bvvvsp();
|