@doordeck/doordeck-headless-sdk 0.154.0 → 0.156.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.
@@ -76,12 +76,12 @@
76
76
  function BaseLogger(config) {
77
77
  this.l5p_1 = config;
78
78
  }
79
- protoOf(BaseLogger).j3d = function () {
79
+ protoOf(BaseLogger).m3d = function () {
80
80
  return this.l5p_1;
81
81
  };
82
82
  protoOf(BaseLogger).m5p = function () {
83
83
  // Inline function 'kotlin.let' call
84
- var it = this.j3d();
84
+ var it = this.m3d();
85
85
  if (!isInterface(it, MutableLoggerConfig)) {
86
86
  throw IllegalStateException_init_$Create$('Logger config is not mutable');
87
87
  }
@@ -89,7 +89,7 @@
89
89
  };
90
90
  protoOf(BaseLogger).n5p = function (severity, tag, throwable, message) {
91
91
  // Inline function 'kotlin.collections.forEach' call
92
- var _iterator__ex2g4s = this.j3d().o5p().r();
92
+ var _iterator__ex2g4s = this.m3d().o5p().r();
93
93
  while (_iterator__ex2g4s.s()) {
94
94
  var element = _iterator__ex2g4s.t();
95
95
  if (element.q5p(tag, severity)) {
@@ -239,7 +239,7 @@
239
239
  this.x5p_1.y5p(output);
240
240
  break;
241
241
  case 3:
242
- this.x5p_1.q2q(output);
242
+ this.x5p_1.r2q(output);
243
243
  break;
244
244
  case 2:
245
245
  this.x5p_1.z5p(output);
@@ -278,7 +278,7 @@
278
278
  protoOf(ConsoleActual).y5p = function (output) {
279
279
  console.error(output);
280
280
  };
281
- protoOf(ConsoleActual).q2q = function (output) {
281
+ protoOf(ConsoleActual).r2q = function (output) {
282
282
  console.warn(output);
283
283
  };
284
284
  protoOf(ConsoleActual).z5p = function (output) {
@@ -25,7 +25,7 @@
25
25
  protoOf(StorageSettings).b2 = function () {
26
26
  return this.d5p_1.clear();
27
27
  };
28
- protoOf(StorageSettings).m2m = function (key) {
28
+ protoOf(StorageSettings).n2m = function (key) {
29
29
  return this.d5p_1.removeItem(key);
30
30
  };
31
31
  protoOf(StorageSettings).e5p = function (key) {