@doordeck/doordeck-headless-sdk 0.177.0 → 0.179.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.
@@ -921,7 +921,7 @@
921
921
  initMetadataForClass(TileLocksResponse, 'TileLocksResponse');
922
922
  //endregion
923
923
  function ProjectVersion() {
924
- this.d5u_1 = '0.177.0';
924
+ this.d5u_1 = '0.179.0';
925
925
  }
926
926
  var ProjectVersion_instance;
927
927
  function ProjectVersion_getInstance() {
@@ -271,7 +271,7 @@
271
271
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
272
272
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
273
273
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
274
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
274
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
275
275
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
276
276
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
277
277
  initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
@@ -21,6 +21,7 @@
21
21
  var ReadChannelContent = kotlin_io_ktor_ktor_http.$_$.t;
22
22
  var initMetadataForCompanion = kotlin_kotlin.$_$.cb;
23
23
  var println = kotlin_kotlin.$_$.m9;
24
+ var initMetadataForObject = kotlin_kotlin.$_$.hb;
24
25
  var ArrayList_init_$Create$ = kotlin_kotlin.$_$.j;
25
26
  var OutgoingContent = kotlin_io_ktor_ktor_http.$_$.v;
26
27
  var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.r1;
@@ -35,7 +36,6 @@
35
36
  var initMetadataForLambda = kotlin_kotlin.$_$.gb;
36
37
  var Phases_getInstance = kotlin_io_ktor_ktor_client_core.$_$.d;
37
38
  var isSuspendFunction = kotlin_kotlin.$_$.tb;
38
- var initMetadataForObject = kotlin_kotlin.$_$.hb;
39
39
  var HttpResponse = kotlin_io_ktor_ktor_client_core.$_$.i1;
40
40
  var PipelinePhase = kotlin_io_ktor_ktor_utils.$_$.k;
41
41
  var Phases_getInstance_0 = kotlin_io_ktor_ktor_client_core.$_$.e;
@@ -121,7 +121,7 @@
121
121
  initMetadataForClass(LogLevel, 'LogLevel', VOID, Enum);
122
122
  initMetadataForClass(LoggedContent, 'LoggedContent', VOID, ReadChannelContent);
123
123
  initMetadataForCompanion(Companion);
124
- initMetadataForClass(SimpleLogger, 'SimpleLogger', SimpleLogger);
124
+ initMetadataForObject(SimpleLogger, 'SimpleLogger');
125
125
  initMetadataForClass(LoggingConfig, 'LoggingConfig', LoggingConfig);
126
126
  initMetadataForClass(LoggingFormat, 'LoggingFormat', VOID, Enum);
127
127
  initMetadataForClass(Context, 'Context', VOID, VOID, VOID, [1, 0]);
@@ -405,13 +405,17 @@
405
405
  return Companion_instance;
406
406
  }
407
407
  function get_SIMPLE(_this__u8e3s4) {
408
- return new SimpleLogger();
408
+ return SimpleLogger_instance;
409
409
  }
410
410
  function SimpleLogger() {
411
411
  }
412
412
  protoOf(SimpleLogger).v4v = function (message) {
413
413
  println('HttpClient: ' + message);
414
414
  };
415
+ var SimpleLogger_instance;
416
+ function SimpleLogger_getInstance() {
417
+ return SimpleLogger_instance;
418
+ }
415
419
  function get_ClientCallLogger() {
416
420
  _init_properties_Logging_kt__66pui5();
417
421
  return ClientCallLogger;
@@ -3180,6 +3184,7 @@
3180
3184
  //endregion
3181
3185
  //region block: init
3182
3186
  Companion_instance = new Companion();
3187
+ SimpleLogger_instance = new SimpleLogger();
3183
3188
  SendHook_instance = new SendHook();
3184
3189
  ResponseAfterEncodingHook_instance = new ResponseAfterEncodingHook();
3185
3190
  ResponseHook_instance = new ResponseHook();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.177.0",
3
+ "version": "0.179.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "types": "kotlin/doordeck-sdk.d.ts",
6
6
  "devDependencies": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "asn1js": "3.0.6",
17
- "pkijs": "3.2.5",
17
+ "pkijs": "3.3.3",
18
18
  "ws": "8.18.3",
19
19
  "@js-joda/core": "3.2.0",
20
20
  "libsodium-wrappers-sumo": "0.7.13",