@doordeck/doordeck-headless-sdk 0.34.0 → 0.36.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.
Files changed (27) hide show
  1. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1192 -1192
  2. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +14 -0
  3. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js.map +1 -1
  4. package/kotlin/MultiplatformSettings-multiplatform-settings.js +6 -6
  5. package/kotlin/Stately-stately-concurrency.js +6 -6
  6. package/kotlin/Stately-stately-concurrent-collections.js +53 -53
  7. package/kotlin/doordeck-sdk.js +7989 -7922
  8. package/kotlin/doordeck-sdk.js.map +1 -1
  9. package/kotlin/kotlinx-atomicfu.js +13 -13
  10. package/kotlin/kotlinx-coroutines-core.js +1555 -1555
  11. package/kotlin/kotlinx-coroutines-core.js.map +1 -1
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +412 -412
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1657 -1657
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1310 -1310
  15. package/kotlin/ktor-ktor-client-ktor-client-core.js +1696 -1696
  16. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +212 -212
  17. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +120 -120
  18. package/kotlin/ktor-ktor-http.js +629 -629
  19. package/kotlin/ktor-ktor-io.js +378 -378
  20. package/kotlin/ktor-ktor-shared-ktor-events.js +6 -6
  21. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +6 -6
  22. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +132 -132
  23. package/kotlin/ktor-ktor-shared-ktor-serialization.js +58 -58
  24. package/kotlin/ktor-ktor-shared-ktor-websockets.js +37 -37
  25. package/kotlin/ktor-ktor-utils.js +507 -507
  26. package/kotlin/projects-core-koin-core.js +246 -246
  27. package/package.json +1 -1
@@ -22,23 +22,23 @@
22
22
  function HandlerRegistration() {
23
23
  }
24
24
  function Events() {
25
- this.z2o_1 = new CopyOnWriteHashMap();
25
+ this.a2p_1 = new CopyOnWriteHashMap();
26
26
  }
27
- protoOf(Events).a2p = function (definition, value) {
27
+ protoOf(Events).b2p = function (definition, value) {
28
28
  var exception = null;
29
- var tmp0_safe_receiver = this.z2o_1.q28(definition);
29
+ var tmp0_safe_receiver = this.a2p_1.r28(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.xz();
34
+ var tmp = tmp0_safe_receiver.yz();
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
  // Inline function 'io.ktor.events.Events.raise.<anonymous>' call
39
39
  var registration = cur;
40
40
  try {
41
- var tmp_0 = registration.c2p_1;
41
+ var tmp_0 = registration.d2p_1;
42
42
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
43
43
  } catch ($p) {
44
44
  if ($p instanceof Error) {
@@ -61,7 +61,7 @@
61
61
  }
62
62
  }
63
63
  }
64
- cur = cur.p29();
64
+ cur = cur.q29();
65
65
  }
66
66
  }
67
67
  var tmp1_safe_receiver = exception;
@@ -16,18 +16,18 @@
16
16
  var DefaultJson;
17
17
  function json(_this__u8e3s4, json, contentType) {
18
18
  json = json === VOID ? get_DefaultJson() : json;
19
- contentType = contentType === VOID ? Application_getInstance().x2c_1 : contentType;
19
+ contentType = contentType === VOID ? Application_getInstance().y2c_1 : contentType;
20
20
  _init_properties_JsonSupport_kt__yf438r();
21
21
  serialization(_this__u8e3s4, contentType, json);
22
22
  }
23
23
  function DefaultJson$lambda($this$Json) {
24
24
  _init_properties_JsonSupport_kt__yf438r();
25
- $this$Json.p4e_1 = true;
26
- $this$Json.s4e_1 = true;
27
- $this$Json.d4f_1 = true;
25
+ $this$Json.q4e_1 = true;
26
+ $this$Json.t4e_1 = true;
28
27
  $this$Json.e4f_1 = true;
29
- $this$Json.t4e_1 = false;
30
- $this$Json.f4f_1 = false;
28
+ $this$Json.f4f_1 = true;
29
+ $this$Json.u4e_1 = false;
30
+ $this$Json.g4f_1 = false;
31
31
  return Unit_instance;
32
32
  }
33
33
  var properties_initialized_JsonSupport_kt_9cgd93;