@doordeck/doordeck-headless-sdk 0.85.0 → 0.86.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,13 +1,12 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var fillArrayVal = kotlin_kotlin.$_$.ma;
5
- var protoOf = kotlin_kotlin.$_$.ub;
4
+ var protoOf = kotlin_kotlin.$_$.tb;
6
5
  var defineProp = kotlin_kotlin.$_$.ja;
7
- var initMetadataForClass = kotlin_kotlin.$_$.sa;
8
- var initMetadataForObject = kotlin_kotlin.$_$.ya;
6
+ var initMetadataForClass = kotlin_kotlin.$_$.ra;
7
+ var initMetadataForObject = kotlin_kotlin.$_$.xa;
9
8
  var VOID = kotlin_kotlin.$_$.h;
10
- var toString = kotlin_kotlin.$_$.rg;
9
+ var toString = kotlin_kotlin.$_$.qg;
11
10
  //endregion
12
11
  //region block: pre-declaration
13
12
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -22,7 +21,7 @@
22
21
  var tmp = this;
23
22
  var tmp_0 = 0;
24
23
  // Inline function 'kotlin.arrayOfNulls' call
25
- var tmp_1 = fillArrayVal(Array(size), null);
24
+ var tmp_1 = Array(size);
26
25
  while (tmp_0 < size) {
27
26
  tmp_1[tmp_0] = atomic$ref$1(null);
28
27
  tmp_0 = tmp_0 + 1 | 0;