@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.
- package/kotlin/Kermit-kermit-core.js +5 -5
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +1 -1
- package/kotlin/doordeck-sdk.js +3768 -3768
- package/kotlin/kotlin-kotlin-stdlib.js +7 -7
- package/kotlin/kotlinx-coroutines-core.js +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1671 -1671
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +306 -306
- package/kotlin/ktor-ktor-client-auth.js +52 -52
- package/kotlin/ktor-ktor-client-content-negotiation.js +43 -43
- package/kotlin/ktor-ktor-client-core.js +1568 -1578
- package/kotlin/ktor-ktor-client-logging.js +200 -200
- package/kotlin/ktor-ktor-events.js +5 -5
- package/kotlin/ktor-ktor-http-cio.js +314 -314
- package/kotlin/ktor-ktor-http.js +685 -683
- package/kotlin/ktor-ktor-io.js +468 -463
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx.js +17 -17
- package/kotlin/ktor-ktor-serialization.js +6 -6
- package/kotlin/ktor-ktor-utils.js +635 -635
- package/kotlin/ktor-ktor-websockets.js +36 -36
- package/package.json +2 -2
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
function BaseLogger(config) {
|
|
77
77
|
this.l5p_1 = config;
|
|
78
78
|
}
|
|
79
|
-
protoOf(BaseLogger).
|
|
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.
|
|
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.
|
|
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.
|
|
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).
|
|
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).
|
|
28
|
+
protoOf(StorageSettings).n2m = function (key) {
|
|
29
29
|
return this.d5p_1.removeItem(key);
|
|
30
30
|
};
|
|
31
31
|
protoOf(StorageSettings).e5p = function (key) {
|