@doordeck/doordeck-headless-sdk 0.84.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.
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2250 -1528
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +16 -16
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +8 -8
- package/kotlin/doordeck-sdk.js +6246 -6177
- package/kotlin/kotlin-kotlin-stdlib.js +1270 -1334
- package/kotlin/kotlinx-atomicfu.js +4 -5
- package/kotlin/kotlinx-coroutines-core.js +212 -411
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +14 -15
- package/kotlin/kotlinx-io-kotlinx-io-core.js +44 -138
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +302 -345
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +160 -243
- package/kotlin/ktor-ktor-client-ktor-client-core.js +86 -122
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +28 -34
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +23 -23
- package/kotlin/ktor-ktor-http-ktor-http-cio.js +42 -72
- package/kotlin/ktor-ktor-http.js +107 -170
- package/kotlin/ktor-ktor-io.js +61 -84
- package/kotlin/ktor-ktor-shared-ktor-events.js +5 -7
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +1 -1
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +29 -39
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +10 -10
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +13 -19
- package/kotlin/ktor-ktor-utils.js +84 -114
- package/package.json +3 -3
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
var imul = Math.imul;
|
|
5
5
|
var _sodium_init = $module$libsodium_sumo_a6nla1._sodium_init;
|
|
6
6
|
var ready = $module$libsodium_sumo_a6nla1.ready;
|
|
7
|
-
var UByteArray__toString_impl_ukpl97 = kotlin_kotlin.$_$.
|
|
8
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
9
|
-
var UByteArray__hashCode_impl_ip8jx2 = kotlin_kotlin.$_$.
|
|
10
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
11
|
-
var equals = kotlin_kotlin.$_$.
|
|
7
|
+
var UByteArray__toString_impl_ukpl97 = kotlin_kotlin.$_$.p3;
|
|
8
|
+
var protoOf = kotlin_kotlin.$_$.tb;
|
|
9
|
+
var UByteArray__hashCode_impl_ip8jx2 = kotlin_kotlin.$_$.l3;
|
|
10
|
+
var THROW_CCE = kotlin_kotlin.$_$.nf;
|
|
11
|
+
var equals = kotlin_kotlin.$_$.ka;
|
|
12
12
|
var initMetadataForClass = kotlin_kotlin.$_$.ra;
|
|
13
|
-
var RuntimeException = kotlin_kotlin.$_$.
|
|
14
|
-
var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.
|
|
15
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
16
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
13
|
+
var RuntimeException = kotlin_kotlin.$_$.mf;
|
|
14
|
+
var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.j2;
|
|
15
|
+
var captureStack = kotlin_kotlin.$_$.ca;
|
|
16
|
+
var Unit_instance = kotlin_kotlin.$_$.k5;
|
|
17
17
|
var initMetadataForObject = kotlin_kotlin.$_$.xa;
|
|
18
18
|
var VOID = kotlin_kotlin.$_$.h;
|
|
19
|
-
var _UByteArray___get_storage__impl__d4kctt = kotlin_kotlin.$_$.
|
|
20
|
-
var toTypedArray = kotlin_kotlin.$_$.
|
|
21
|
-
var println = kotlin_kotlin.$_$.
|
|
22
|
-
var _UByteArray___init__impl__ip4y9n = kotlin_kotlin.$_$.
|
|
23
|
-
var _UByte___init__impl__g9hnc4 = kotlin_kotlin.$_$.
|
|
24
|
-
var UByteArray__set_impl_jvcicn = kotlin_kotlin.$_$.
|
|
19
|
+
var _UByteArray___get_storage__impl__d4kctt = kotlin_kotlin.$_$.o3;
|
|
20
|
+
var toTypedArray = kotlin_kotlin.$_$.z8;
|
|
21
|
+
var println = kotlin_kotlin.$_$.x9;
|
|
22
|
+
var _UByteArray___init__impl__ip4y9n = kotlin_kotlin.$_$.j3;
|
|
23
|
+
var _UByte___init__impl__g9hnc4 = kotlin_kotlin.$_$.f3;
|
|
24
|
+
var UByteArray__set_impl_jvcicn = kotlin_kotlin.$_$.m3;
|
|
25
25
|
//endregion
|
|
26
26
|
//region block: pre-declaration
|
|
27
27
|
initMetadataForClass(SignatureKeyPair, 'SignatureKeyPair');
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
var tmp = JsSodiumLoader_instance;
|
|
175
175
|
tmp.nn(LibsodiumInitializer$initializeWithCallback$lambda(done));
|
|
176
176
|
};
|
|
177
|
-
protoOf(LibsodiumInitializer).
|
|
177
|
+
protoOf(LibsodiumInitializer).hl = function () {
|
|
178
178
|
return this.on_1;
|
|
179
179
|
};
|
|
180
180
|
var LibsodiumInitializer_instance;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
4
|
+
var Unit_instance = kotlin_kotlin.$_$.k5;
|
|
5
5
|
var VOID = kotlin_kotlin.$_$.h;
|
|
6
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
6
|
+
var protoOf = kotlin_kotlin.$_$.tb;
|
|
7
7
|
var initMetadataForClass = kotlin_kotlin.$_$.ra;
|
|
8
8
|
//endregion
|
|
9
9
|
//region block: pre-declaration
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
tmp = delegate;
|
|
19
19
|
}
|
|
20
20
|
delegate = tmp;
|
|
21
|
-
this.
|
|
21
|
+
this.d5n_1 = delegate;
|
|
22
22
|
}
|
|
23
23
|
protoOf(StorageSettings).e2 = function () {
|
|
24
|
-
return this.
|
|
24
|
+
return this.d5n_1.clear();
|
|
25
25
|
};
|
|
26
|
-
protoOf(StorageSettings).
|
|
26
|
+
protoOf(StorageSettings).e5n = function (key, value) {
|
|
27
27
|
// Inline function 'com.russhwolf.settings.set' call
|
|
28
|
-
this.
|
|
28
|
+
this.d5n_1.setItem(key, value);
|
|
29
29
|
};
|
|
30
|
-
protoOf(StorageSettings).
|
|
30
|
+
protoOf(StorageSettings).f5n = function (key) {
|
|
31
31
|
// Inline function 'com.russhwolf.settings.get' call
|
|
32
|
-
return this.
|
|
32
|
+
return this.d5n_1.getItem(key);
|
|
33
33
|
};
|
|
34
34
|
//region block: exports
|
|
35
35
|
_.$_$ = _.$_$ || {};
|