@doordeck/doordeck-headless-sdk 0.138.0 → 0.140.0

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.
@@ -1,15 +1,15 @@
1
1
  (function (_, kotlin_kotlin, kotlin_io_ktor_ktor_utils, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.hb;
5
- var initMetadataForClass = kotlin_kotlin.$_$.ha;
4
+ var protoOf = kotlin_kotlin.$_$.jb;
5
+ var initMetadataForClass = kotlin_kotlin.$_$.ja;
6
6
  var LockFreeLinkedListNode = kotlin_io_ktor_ktor_utils.$_$.g;
7
7
  var DisposableHandle = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b1;
8
8
  var VOID = kotlin_kotlin.$_$.h;
9
9
  var CopyOnWriteHashMap = kotlin_io_ktor_ktor_utils.$_$.e;
10
- var THROW_CCE = kotlin_kotlin.$_$.bf;
11
- var equals = kotlin_kotlin.$_$.aa;
12
- var addSuppressed = kotlin_kotlin.$_$.of;
10
+ var THROW_CCE = kotlin_kotlin.$_$.df;
11
+ var equals = kotlin_kotlin.$_$.ca;
12
+ var addSuppressed = kotlin_kotlin.$_$.qf;
13
13
  var Unit_instance = kotlin_kotlin.$_$.f5;
14
14
  //endregion
15
15
  //region block: pre-declaration
@@ -22,22 +22,22 @@
22
22
  function HandlerRegistration() {
23
23
  }
24
24
  function Events() {
25
- this.a3h_1 = new CopyOnWriteHashMap();
25
+ this.g3h_1 = new CopyOnWriteHashMap();
26
26
  }
27
- protoOf(Events).b3h = function (definition, value) {
27
+ protoOf(Events).h3h = function (definition, value) {
28
28
  var exception = null;
29
- var tmp0_safe_receiver = this.a3h_1.e2q(definition);
29
+ var tmp0_safe_receiver = this.g3h_1.k2q(definition);
30
30
  if (tmp0_safe_receiver == null)
31
31
  null;
32
32
  else {
33
33
  // Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
34
- var tmp = tmp0_safe_receiver.e14();
34
+ var tmp = tmp0_safe_receiver.j14();
35
35
  var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
36
36
  while (!equals(cur, tmp0_safe_receiver)) {
37
37
  if (cur instanceof HandlerRegistration) {
38
38
  var registration = cur;
39
39
  try {
40
- var tmp_0 = registration.d3h_1;
40
+ var tmp_0 = registration.j3h_1;
41
41
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
42
42
  } catch ($p) {
43
43
  if ($p instanceof Error) {
@@ -59,7 +59,7 @@
59
59
  }
60
60
  }
61
61
  }
62
- cur = cur.d2r();
62
+ cur = cur.j2r();
63
63
  }
64
64
  }
65
65
  var tmp1_safe_receiver = exception;