@doordeck/doordeck-headless-sdk 0.207.0 → 0.209.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/doordeck-sdk.js
CHANGED
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
initMetadataForClass(TileLocksResponse, 'TileLocksResponse');
|
|
928
928
|
//endregion
|
|
929
929
|
function ProjectVersion() {
|
|
930
|
-
this.s68_1 = '0.
|
|
930
|
+
this.s68_1 = '0.209.0';
|
|
931
931
|
}
|
|
932
932
|
var ProjectVersion_instance;
|
|
933
933
|
function ProjectVersion_getInstance() {
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
287
287
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
288
288
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
289
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
289
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
290
290
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
291
291
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
292
292
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doordeck/doordeck-headless-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.209.0",
|
|
4
4
|
"main": "kotlin/doordeck-sdk.js",
|
|
5
5
|
"types": "kotlin/doordeck-sdk.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"libsodium-wrappers-sumo": "0.8.2",
|
|
17
17
|
"asn1js": "3.0.6",
|
|
18
18
|
"pkijs": "3.3.3",
|
|
19
|
-
"ws": "8.
|
|
19
|
+
"ws": "8.21.0",
|
|
20
20
|
"@js-joda/core": "3.2.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {},
|