raspberry_games_engine_helpers 1.8.495 → 1.8.497

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.
@@ -54,33 +54,33 @@
54
54
  return Js_instance;
55
55
  }
56
56
  function initHook$init$() {
57
- engines_getInstance().c24(Js_instance);
57
+ engines_getInstance().f24(Js_instance);
58
58
  return Unit_instance;
59
59
  }
60
60
  function Node(item, next) {
61
- this.d24_1 = item;
62
- this.e24_1 = next;
61
+ this.g24_1 = item;
62
+ this.h24_1 = next;
63
63
  }
64
64
  function engines$iterator$1() {
65
- this.f24_1 = engines_getInstance().b24_1.kotlinx$atomicfu$value;
65
+ this.i24_1 = engines_getInstance().e24_1.kotlinx$atomicfu$value;
66
66
  }
67
67
  protoOf(engines$iterator$1).v = function () {
68
- var result = ensureNotNull(this.f24_1);
69
- this.f24_1 = result.e24_1;
70
- return result.d24_1;
68
+ var result = ensureNotNull(this.i24_1);
69
+ this.i24_1 = result.h24_1;
70
+ return result.g24_1;
71
71
  };
72
72
  protoOf(engines$iterator$1).u = function () {
73
- return !(null == this.f24_1);
73
+ return !(null == this.i24_1);
74
74
  };
75
75
  function engines() {
76
76
  engines_instance = this;
77
- this.b24_1 = atomic$ref$1(null);
77
+ this.e24_1 = atomic$ref$1(null);
78
78
  }
79
- protoOf(engines).c24 = function (item) {
79
+ protoOf(engines).f24 = function (item) {
80
80
  $l$loop: while (true) {
81
- var current = this.b24_1.kotlinx$atomicfu$value;
81
+ var current = this.e24_1.kotlinx$atomicfu$value;
82
82
  var new_0 = new Node(item, current);
83
- if (this.b24_1.atomicfu$compareAndSet(current, new_0))
83
+ if (this.e24_1.atomicfu$compareAndSet(current, new_0))
84
84
  break $l$loop;
85
85
  }
86
86
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-engine.js",
3
3
  "types": "Logic_Debertz-engine.d.ts",
4
- "version": "1.8.495",
4
+ "version": "1.8.497",
5
5
  "name": "raspberry_games_engine_helpers",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",