@doordeck/doordeck-headless-sdk 0.207.0 → 0.208.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.
@@ -927,7 +927,7 @@
927
927
  initMetadataForClass(TileLocksResponse, 'TileLocksResponse');
928
928
  //endregion
929
929
  function ProjectVersion() {
930
- this.s68_1 = '0.207.0';
930
+ this.s68_1 = '0.208.0';
931
931
  }
932
932
  var ProjectVersion_instance;
933
933
  function ProjectVersion_getInstance() {
@@ -233,11 +233,6 @@
233
233
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
234
234
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
235
235
  initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
236
- function close$default(cause, $super) {
237
- cause = cause === VOID ? null : cause;
238
- return $super === VOID ? this.b1d(cause) : $super.b1d.call(this, cause);
239
- }
240
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
241
236
  function cancel$default_0(cause, $super) {
242
237
  cause = cause === VOID ? null : cause;
243
238
  var tmp;
@@ -250,7 +245,12 @@
250
245
  return tmp;
251
246
  }
252
247
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
253
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
248
+ function close$default(cause, $super) {
249
+ cause = cause === VOID ? null : cause;
250
+ return $super === VOID ? this.b1d(cause) : $super.b1d.call(this, cause);
251
+ }
252
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
253
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
254
254
  initMetadataForClass(WaiterEB, 'WaiterEB');
255
255
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
256
256
  initMetadataForObject(Factory, 'Factory');
@@ -260,7 +260,7 @@
260
260
  initMetadataForClass(ChannelResult, 'ChannelResult');
261
261
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
262
262
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
263
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [SendChannel, ReceiveChannel], [1, 0]);
263
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [ReceiveChannel, SendChannel], [1, 0]);
264
264
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
265
265
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
266
266
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ProducerScope], [1, 0]);
@@ -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, SelectInstance, Waiter], [0, 2]);
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]);
@@ -83,8 +83,8 @@
83
83
  var _ChannelResult___get_isClosed__impl__mg7kuu = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a;
84
84
  var close$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t;
85
85
  var cancel$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
86
- var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a1;
87
86
  var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z;
87
+ var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a1;
88
88
  var RuntimeException = kotlin_kotlin.$_$.ig;
89
89
  var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.a5;
90
90
  var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.i3;
@@ -128,7 +128,7 @@
128
128
  initMetadataForClass(ChannelConfig, 'ChannelConfig');
129
129
  initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
130
130
  initMetadataForCompanion(Companion_4);
131
- initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
131
+ initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
132
132
  initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
133
133
  initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
134
134
  initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.207.0",
3
+ "version": "0.208.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.18.3",
19
+ "ws": "8.21.0",
20
20
  "@js-joda/core": "3.2.0"
21
21
  },
22
22
  "peerDependencies": {},