mrs-toolbox-cli 0.0.119 → 0.0.120

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.
Files changed (38) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js.map +1 -1
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +71 -71
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
  4. package/clikt-clikt.js +1139 -1139
  5. package/clikt-clikt.js.map +1 -1
  6. package/colormath-root-colormath.js +363 -363
  7. package/colormath-root-colormath.js.map +1 -1
  8. package/com.mrs.platform.configuration.dto.js +721 -2380
  9. package/com.mrs.platform.configuration.dto.js.map +1 -1
  10. package/kotlin-kotlin-stdlib.js +4 -4
  11. package/kotlin-kotlin-stdlib.js.map +1 -1
  12. package/kotlin-logging-js-ir.js +34 -34
  13. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  14. package/kotlinx-serialization-kotlinx-serialization-json.js +75 -70
  15. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  16. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
  17. package/ktor-ktor-client-content-negotiation.js +125 -125
  18. package/ktor-ktor-client-content-negotiation.js.map +1 -1
  19. package/ktor-ktor-client-core.js +1411 -1411
  20. package/ktor-ktor-client-core.js.map +1 -1
  21. package/ktor-ktor-events.js +4 -4
  22. package/ktor-ktor-events.js.map +1 -1
  23. package/ktor-ktor-http.js.map +1 -1
  24. package/ktor-ktor-io.js.map +1 -1
  25. package/ktor-ktor-serialization-kotlinx-json.js +1 -1
  26. package/ktor-ktor-serialization-kotlinx.js.map +1 -1
  27. package/ktor-ktor-utils.js.map +1 -1
  28. package/ktor-ktor-websockets.js.map +1 -1
  29. package/markdown.js +1804 -1804
  30. package/markdown.js.map +1 -1
  31. package/mordant-mordant.js +1672 -1672
  32. package/mordant-mordant.js.map +1 -1
  33. package/mrs-toolbox-cli.d.ts +5 -208
  34. package/mrs-toolbox-cli.js +90 -90
  35. package/mrs-toolbox-cli.js.map +1 -1
  36. package/package.json +1 -1
  37. package/toolbox.js +2073 -2073
  38. package/toolbox.js.map +1 -1
@@ -428,6 +428,9 @@
428
428
  var jsonUnquotedLiteralDescriptor;
429
429
  function Companion() {
430
430
  }
431
+ protoOf(Companion).c2x = function () {
432
+ return JsonObjectSerializer_getInstance();
433
+ };
431
434
  var Companion_instance_0;
432
435
  function Companion_getInstance_4() {
433
436
  return Companion_instance_0;
@@ -450,22 +453,22 @@
450
453
  }
451
454
  function JsonObject(content) {
452
455
  JsonElement.call(this);
453
- this.c2x_1 = content;
456
+ this.d2x_1 = content;
454
457
  }
455
458
  protoOf(JsonObject).o2 = function () {
456
- return this.c2x_1.o2();
459
+ return this.d2x_1.o2();
457
460
  };
458
461
  protoOf(JsonObject).m2 = function () {
459
- return this.c2x_1.m2();
462
+ return this.d2x_1.m2();
460
463
  };
461
464
  protoOf(JsonObject).n = function () {
462
- return this.c2x_1.n();
465
+ return this.d2x_1.n();
463
466
  };
464
467
  protoOf(JsonObject).n2 = function () {
465
- return this.c2x_1.n2();
468
+ return this.d2x_1.n2();
466
469
  };
467
470
  protoOf(JsonObject).a1m = function (key) {
468
- return this.c2x_1.w2(key);
471
+ return this.d2x_1.w2(key);
469
472
  };
470
473
  protoOf(JsonObject).w2 = function (key) {
471
474
  if (!(!(key == null) ? typeof key === 'string' : false))
@@ -473,7 +476,7 @@
473
476
  return this.a1m((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
474
477
  };
475
478
  protoOf(JsonObject).r9 = function (key) {
476
- return this.c2x_1.z2(key);
479
+ return this.d2x_1.z2(key);
477
480
  };
478
481
  protoOf(JsonObject).z2 = function (key) {
479
482
  if (!(!(key == null) ? typeof key === 'string' : false))
@@ -481,16 +484,16 @@
481
484
  return this.r9((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
482
485
  };
483
486
  protoOf(JsonObject).e1 = function () {
484
- return this.c2x_1.e1();
487
+ return this.d2x_1.e1();
485
488
  };
486
489
  protoOf(JsonObject).equals = function (other) {
487
- return equals(this.c2x_1, other);
490
+ return equals(this.d2x_1, other);
488
491
  };
489
492
  protoOf(JsonObject).hashCode = function () {
490
- return hashCode(this.c2x_1);
493
+ return hashCode(this.d2x_1);
491
494
  };
492
495
  protoOf(JsonObject).toString = function () {
493
- var tmp = this.c2x_1.o2();
496
+ var tmp = this.d2x_1.o2();
494
497
  return joinToString(tmp, ',', '{', '}', VOID, VOID, JsonObject$toString$lambda);
495
498
  };
496
499
  function Companion_0() {
@@ -509,56 +512,56 @@
509
512
  }
510
513
  function JsonArray(content) {
511
514
  JsonElement.call(this);
512
- this.d2x_1 = content;
515
+ this.e2x_1 = content;
513
516
  }
514
517
  protoOf(JsonArray).n = function () {
515
- return this.d2x_1.n();
518
+ return this.e2x_1.n();
516
519
  };
517
- protoOf(JsonArray).e2x = function (element) {
518
- return this.d2x_1.r(element);
520
+ protoOf(JsonArray).f2x = function (element) {
521
+ return this.e2x_1.r(element);
519
522
  };
520
523
  protoOf(JsonArray).r = function (element) {
521
524
  if (!(element instanceof JsonElement))
522
525
  return false;
523
- return this.e2x(element instanceof JsonElement ? element : THROW_CCE());
526
+ return this.f2x(element instanceof JsonElement ? element : THROW_CCE());
524
527
  };
525
- protoOf(JsonArray).f2x = function (elements) {
526
- return this.d2x_1.d1(elements);
528
+ protoOf(JsonArray).g2x = function (elements) {
529
+ return this.e2x_1.d1(elements);
527
530
  };
528
531
  protoOf(JsonArray).d1 = function (elements) {
529
- return this.f2x(elements);
532
+ return this.g2x(elements);
530
533
  };
531
534
  protoOf(JsonArray).i1 = function (index) {
532
- return this.d2x_1.i1(index);
535
+ return this.e2x_1.i1(index);
533
536
  };
534
- protoOf(JsonArray).g2x = function (element) {
535
- return this.d2x_1.a2(element);
537
+ protoOf(JsonArray).h2x = function (element) {
538
+ return this.e2x_1.a2(element);
536
539
  };
537
540
  protoOf(JsonArray).a2 = function (element) {
538
541
  if (!(element instanceof JsonElement))
539
542
  return -1;
540
- return this.g2x(element instanceof JsonElement ? element : THROW_CCE());
543
+ return this.h2x(element instanceof JsonElement ? element : THROW_CCE());
541
544
  };
542
545
  protoOf(JsonArray).e1 = function () {
543
- return this.d2x_1.e1();
546
+ return this.e2x_1.e1();
544
547
  };
545
548
  protoOf(JsonArray).v = function () {
546
- return this.d2x_1.v();
549
+ return this.e2x_1.v();
547
550
  };
548
551
  protoOf(JsonArray).b2 = function (index) {
549
- return this.d2x_1.b2(index);
552
+ return this.e2x_1.b2(index);
550
553
  };
551
554
  protoOf(JsonArray).c2 = function (fromIndex, toIndex) {
552
- return this.d2x_1.c2(fromIndex, toIndex);
555
+ return this.e2x_1.c2(fromIndex, toIndex);
553
556
  };
554
557
  protoOf(JsonArray).equals = function (other) {
555
- return equals(this.d2x_1, other);
558
+ return equals(this.e2x_1, other);
556
559
  };
557
560
  protoOf(JsonArray).hashCode = function () {
558
- return hashCode(this.d2x_1);
561
+ return hashCode(this.e2x_1);
559
562
  };
560
563
  protoOf(JsonArray).toString = function () {
561
- return joinToString(this.d2x_1, ',', '[', ']');
564
+ return joinToString(this.e2x_1, ',', '[', ']');
562
565
  };
563
566
  function Companion_2() {
564
567
  }
@@ -570,10 +573,10 @@
570
573
  JsonElement.call(this);
571
574
  }
572
575
  protoOf(JsonPrimitive).toString = function () {
573
- return this.i2x();
576
+ return this.j2x();
574
577
  };
575
578
  function _get_$cachedSerializer__te6jhj($this) {
576
- return $this.k2x_1.s2();
579
+ return $this.l2x_1.s2();
577
580
  }
578
581
  function JsonNull$_anonymous__enib48() {
579
582
  return JsonNullSerializer_getInstance();
@@ -581,22 +584,22 @@
581
584
  function JsonNull() {
582
585
  JsonNull_instance = this;
583
586
  JsonPrimitive.call(this);
584
- this.j2x_1 = 'null';
587
+ this.k2x_1 = 'null';
585
588
  var tmp = this;
586
589
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
587
- tmp.k2x_1 = lazy(tmp_0, JsonNull$_anonymous__enib48);
590
+ tmp.l2x_1 = lazy(tmp_0, JsonNull$_anonymous__enib48);
588
591
  }
589
- protoOf(JsonNull).h2x = function () {
592
+ protoOf(JsonNull).i2x = function () {
590
593
  return false;
591
594
  };
592
- protoOf(JsonNull).i2x = function () {
593
- return this.j2x_1;
595
+ protoOf(JsonNull).j2x = function () {
596
+ return this.k2x_1;
594
597
  };
595
- protoOf(JsonNull).l2x = function () {
598
+ protoOf(JsonNull).c2x = function () {
596
599
  return _get_$cachedSerializer__te6jhj(this);
597
600
  };
598
601
  protoOf(JsonNull).y2h = function (typeParamsSerializers) {
599
- return this.l2x();
602
+ return this.c2x();
600
603
  };
601
604
  var JsonNull_instance;
602
605
  function JsonNull_getInstance() {
@@ -622,10 +625,10 @@
622
625
  }
623
626
  }
624
627
  }
625
- protoOf(JsonLiteral).h2x = function () {
628
+ protoOf(JsonLiteral).i2x = function () {
626
629
  return this.m2x_1;
627
630
  };
628
- protoOf(JsonLiteral).i2x = function () {
631
+ protoOf(JsonLiteral).j2x = function () {
629
632
  return this.o2x_1;
630
633
  };
631
634
  protoOf(JsonLiteral).toString = function () {
@@ -670,7 +673,7 @@
670
673
  }
671
674
  function get_booleanOrNull(_this__u8e3s4) {
672
675
  _init_properties_JsonElement_kt__7cbdc2();
673
- return toBooleanStrictOrNull_0(_this__u8e3s4.i2x());
676
+ return toBooleanStrictOrNull_0(_this__u8e3s4.j2x());
674
677
  }
675
678
  function get_int(_this__u8e3s4) {
676
679
  _init_properties_JsonElement_kt__7cbdc2();
@@ -678,7 +681,7 @@
678
681
  var tmp;
679
682
  try {
680
683
  // Inline function 'kotlinx.serialization.json.<get-int>.<anonymous>' call
681
- tmp = (new StringJsonLexer(_this__u8e3s4.i2x())).p2x();
684
+ tmp = (new StringJsonLexer(_this__u8e3s4.j2x())).p2x();
682
685
  } catch ($p) {
683
686
  var tmp_0;
684
687
  if ($p instanceof JsonDecodingException) {
@@ -692,7 +695,7 @@
692
695
  // Inline function 'kotlin.ranges.contains' call
693
696
  var this_0 = numberRangeToNumber(IntCompanionObject_instance.MIN_VALUE, IntCompanionObject_instance.MAX_VALUE);
694
697
  if (!contains(isInterface(this_0, ClosedRange) ? this_0 : THROW_CCE(), result))
695
- throw NumberFormatException_init_$Create$(_this__u8e3s4.i2x() + ' is not an Int');
698
+ throw NumberFormatException_init_$Create$(_this__u8e3s4.j2x() + ' is not an Int');
696
699
  return result.eb();
697
700
  }
698
701
  function get_long(_this__u8e3s4) {
@@ -701,7 +704,7 @@
701
704
  var tmp;
702
705
  try {
703
706
  // Inline function 'kotlinx.serialization.json.<get-long>.<anonymous>' call
704
- tmp = (new StringJsonLexer(_this__u8e3s4.i2x())).p2x();
707
+ tmp = (new StringJsonLexer(_this__u8e3s4.j2x())).p2x();
705
708
  } catch ($p) {
706
709
  var tmp_0;
707
710
  if ($p instanceof JsonDecodingException) {
@@ -716,14 +719,14 @@
716
719
  function get_float(_this__u8e3s4) {
717
720
  _init_properties_JsonElement_kt__7cbdc2();
718
721
  // Inline function 'kotlin.text.toFloat' call
719
- var this_0 = _this__u8e3s4.i2x();
722
+ var this_0 = _this__u8e3s4.j2x();
720
723
  // Inline function 'kotlin.js.unsafeCast' call
721
724
  // Inline function 'kotlin.js.asDynamic' call
722
725
  return toDouble(this_0);
723
726
  }
724
727
  function get_double(_this__u8e3s4) {
725
728
  _init_properties_JsonElement_kt__7cbdc2();
726
- return toDouble(_this__u8e3s4.i2x());
729
+ return toDouble(_this__u8e3s4.j2x());
727
730
  }
728
731
  function get_contentOrNull(_this__u8e3s4) {
729
732
  _init_properties_JsonElement_kt__7cbdc2();
@@ -731,7 +734,7 @@
731
734
  if (_this__u8e3s4 instanceof JsonNull) {
732
735
  tmp = null;
733
736
  } else {
734
- tmp = _this__u8e3s4.i2x();
737
+ tmp = _this__u8e3s4.j2x();
735
738
  }
736
739
  return tmp;
737
740
  }
@@ -952,15 +955,6 @@
952
955
  new JsonElementSerializer();
953
956
  return JsonElementSerializer_instance;
954
957
  }
955
- function verify(encoder) {
956
- asJsonEncoder(encoder);
957
- }
958
- function verify_0(decoder) {
959
- asJsonDecoder(decoder);
960
- }
961
- function defer(deferred) {
962
- return new defer$1(deferred);
963
- }
964
958
  function JsonPrimitiveSerializer() {
965
959
  JsonPrimitiveSerializer_instance = this;
966
960
  this.y2x_1 = buildSerialDescriptor('kotlinx.serialization.json.JsonPrimitive', STRING_getInstance(), []);
@@ -1024,6 +1018,15 @@
1024
1018
  new JsonNullSerializer();
1025
1019
  return JsonNullSerializer_instance;
1026
1020
  }
1021
+ function verify(encoder) {
1022
+ asJsonEncoder(encoder);
1023
+ }
1024
+ function verify_0(decoder) {
1025
+ asJsonDecoder(decoder);
1026
+ }
1027
+ function defer(deferred) {
1028
+ return new defer$1(deferred);
1029
+ }
1027
1030
  function JsonLiteralSerializer() {
1028
1031
  JsonLiteralSerializer_instance = this;
1029
1032
  this.a2y_1 = PrimitiveSerialDescriptor('kotlinx.serialization.json.JsonLiteral', STRING_getInstance());
@@ -3238,7 +3241,7 @@
3238
3241
  return tmp;
3239
3242
  };
3240
3243
  protoOf(AbstractJsonTreeDecoder).b33 = function (tag, enumDescriptor) {
3241
- return getJsonNameIndexOrThrow(enumDescriptor, this.a2x(), this.a33(tag).i2x());
3244
+ return getJsonNameIndexOrThrow(enumDescriptor, this.a2x(), this.a33(tag).j2x());
3242
3245
  };
3243
3246
  protoOf(AbstractJsonTreeDecoder).d2o = function (tag, enumDescriptor) {
3244
3247
  return this.b33((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE(), enumDescriptor);
@@ -3489,7 +3492,7 @@
3489
3492
  var this_0 = this.a33(tag);
3490
3493
  try {
3491
3494
  // Inline function 'kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedChar.<anonymous>' call
3492
- var tmp0_elvis_lhs = single(this_0.i2x());
3495
+ var tmp0_elvis_lhs = single(this_0.j2x());
3493
3496
  var tmp;
3494
3497
  var tmp_0 = tmp0_elvis_lhs;
3495
3498
  if ((tmp_0 == null ? null : new Char(tmp_0)) == null) {
@@ -3522,13 +3525,13 @@
3522
3525
  }
3523
3526
  if (value instanceof JsonNull)
3524
3527
  throw JsonDecodingException_0(-1, "Unexpected 'null' value instead of string literal", toString(this.y32()));
3525
- return value.i2x();
3528
+ return value.j2x();
3526
3529
  };
3527
3530
  protoOf(AbstractJsonTreeDecoder).c2o = function (tag) {
3528
3531
  return this.l33((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE());
3529
3532
  };
3530
3533
  protoOf(AbstractJsonTreeDecoder).m33 = function (tag, inlineDescriptor) {
3531
- return get_isUnsignedNumber(inlineDescriptor) ? new JsonDecoderForUnsignedTypes(new StringJsonLexer(this.a33(tag).i2x()), this.a2x()) : protoOf(NamedValueDecoder).e2o.call(this, tag, inlineDescriptor);
3534
+ return get_isUnsignedNumber(inlineDescriptor) ? new JsonDecoderForUnsignedTypes(new StringJsonLexer(this.a33(tag).j2x()), this.a2x()) : protoOf(NamedValueDecoder).e2o.call(this, tag, inlineDescriptor);
3532
3535
  };
3533
3536
  protoOf(AbstractJsonTreeDecoder).e2o = function (tag, inlineDescriptor) {
3534
3537
  return this.m33((!(tag == null) ? typeof tag === 'string' : false) ? tag : THROW_CCE(), inlineDescriptor);
@@ -4895,15 +4898,17 @@
4895
4898
  //endregion
4896
4899
  //region block: exports
4897
4900
  _.$_$ = _.$_$ || {};
4898
- _.$_$.a = JsonArraySerializer_getInstance;
4899
- _.$_$.b = JsonObjectSerializer_getInstance;
4900
- _.$_$.c = JsonArray;
4901
- _.$_$.d = JsonClassDiscriminator;
4902
- _.$_$.e = JsonNames;
4903
- _.$_$.f = JsonNull;
4904
- _.$_$.g = JsonObject;
4905
- _.$_$.h = JsonPrimitive;
4906
- _.$_$.i = Json_0;
4901
+ _.$_$.a = Default_getInstance;
4902
+ _.$_$.b = JsonArraySerializer_getInstance;
4903
+ _.$_$.c = Companion_instance_0;
4904
+ _.$_$.d = JsonObjectSerializer_getInstance;
4905
+ _.$_$.e = JsonArray;
4906
+ _.$_$.f = JsonClassDiscriminator;
4907
+ _.$_$.g = JsonNames;
4908
+ _.$_$.h = JsonNull;
4909
+ _.$_$.i = JsonObject;
4910
+ _.$_$.j = JsonPrimitive;
4911
+ _.$_$.k = Json_0;
4907
4912
  //endregion
4908
4913
  return _;
4909
4914
  }(module.exports, require('./kotlinx-serialization-kotlinx-serialization-core.js'), require('./kotlin-kotlin-stdlib.js')));