mrs-toolbox-cli 0.0.69 → 0.0.70

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 (49) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js +2 -2
  2. package/88b0986a7186d029-atomicfu-js-ir.js.hash +1 -1
  3. package/clikt-clikt-js-ir.js +988 -988
  4. package/clikt-clikt-js-ir.js.hash +1 -1
  5. package/com.mrs.platform.configuration.dto.js +1529 -1527
  6. package/com.mrs.platform.configuration.dto.js.hash +1 -1
  7. package/com.mrs.platform.configuration.dto.js.map +1 -1
  8. package/com.mrs.platform.configuration.dto.js.map.hash +1 -1
  9. package/kotlin-kotlin-stdlib-js-ir.js +92 -74
  10. package/kotlin-kotlin-stdlib-js-ir.js.hash +1 -1
  11. package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
  12. package/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -1
  13. package/kotlin-logging-js-ir.js +40 -40
  14. package/kotlin-logging-js-ir.js.hash +1 -1
  15. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +27 -27
  16. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -1
  17. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +27 -27
  18. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -1
  19. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +18 -18
  20. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.hash +1 -1
  21. package/ktor-ktor-client-content-negotiation.js +5 -5
  22. package/ktor-ktor-client-content-negotiation.js.hash +1 -1
  23. package/ktor-ktor-client-core.js +17 -17
  24. package/ktor-ktor-client-core.js.hash +1 -1
  25. package/ktor-ktor-events.js +3 -3
  26. package/ktor-ktor-events.js.hash +1 -1
  27. package/ktor-ktor-http.js +16 -16
  28. package/ktor-ktor-http.js.hash +1 -1
  29. package/ktor-ktor-io.js +7 -7
  30. package/ktor-ktor-io.js.hash +1 -1
  31. package/ktor-ktor-serialization-kotlinx-json.js +1 -1
  32. package/ktor-ktor-serialization-kotlinx-json.js.hash +1 -1
  33. package/ktor-ktor-serialization-kotlinx.js +2 -2
  34. package/ktor-ktor-serialization-kotlinx.js.hash +1 -1
  35. package/ktor-ktor-serialization.js +4 -4
  36. package/ktor-ktor-serialization.js.hash +1 -1
  37. package/ktor-ktor-utils.js +11 -11
  38. package/ktor-ktor-utils.js.hash +1 -1
  39. package/ktor-ktor-websockets.js +4 -4
  40. package/ktor-ktor-websockets.js.hash +1 -1
  41. package/mrs-toolbox-cli.d.ts +5 -4
  42. package/mrs-toolbox-cli.d.ts.hash +1 -1
  43. package/mrs-toolbox-cli.js +70 -70
  44. package/mrs-toolbox-cli.js.hash +1 -1
  45. package/package.json +1 -1
  46. package/toolbox.js +2251 -2102
  47. package/toolbox.js.hash +1 -1
  48. package/toolbox.js.map +1 -1
  49. package/toolbox.js.map.hash +1 -1
@@ -1 +1 @@
1
- ce53c1d55f4a55a5e6e65f5017eb1c51
1
+ 74b9fa66a3082fbd63c612e237d4f24b
@@ -43,6 +43,12 @@ if (typeof Math.clz32 === 'undefined') {
43
43
  };
44
44
  }(Math.log, Math.LN2);
45
45
  }
46
+ if (typeof String.prototype.startsWith === 'undefined') {
47
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
48
+ position = position || 0;
49
+ return this.lastIndexOf(searchString, position) === position;
50
+ }});
51
+ }
46
52
  if (typeof String.prototype.endsWith === 'undefined') {
47
53
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
48
54
  var subjectString = this.toString();
@@ -54,12 +60,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
54
60
  return lastIndex !== -1 && lastIndex === position;
55
61
  }});
56
62
  }
57
- if (typeof String.prototype.startsWith === 'undefined') {
58
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
59
- position = position || 0;
60
- return this.lastIndexOf(searchString, position) === position;
61
- }});
62
- }
63
63
  if (typeof Math.imul === 'undefined') {
64
64
  Math.imul = function imul(a, b) {
65
65
  return (a & 4.29490176E9) * (b & 65535) + (a & 65535) * (b | 0) | 0;
@@ -5047,6 +5047,23 @@ if (typeof Math.imul === 'undefined') {
5047
5047
  }
5048
5048
  return tmp;
5049
5049
  }
5050
+ function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
5051
+ missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
5052
+ var index = indexOf_6(_this__u8e3s4, delimiter);
5053
+ var tmp;
5054
+ if (index === -1) {
5055
+ tmp = missingDelimiterValue;
5056
+ } else {
5057
+ var tmp$ret$1;
5058
+ // Inline function 'kotlin.text.substring' call
5059
+ var tmp$ret$0;
5060
+ // Inline function 'kotlin.js.asDynamic' call
5061
+ tmp$ret$0 = _this__u8e3s4;
5062
+ tmp$ret$1 = tmp$ret$0.substring(0, index);
5063
+ tmp = tmp$ret$1;
5064
+ }
5065
+ return tmp;
5066
+ }
5050
5067
  function indexOfAny(_this__u8e3s4, chars, startIndex, ignoreCase) {
5051
5068
  startIndex = startIndex === VOID ? 0 : startIndex;
5052
5069
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -5557,7 +5574,7 @@ if (typeof Math.imul === 'undefined') {
5557
5574
  tmp$ret$1 = tmp$ret$0.substring(tmp0_substring, tmp1_substring);
5558
5575
  return tmp$ret$1;
5559
5576
  }
5560
- function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
5577
+ function substringBefore_0(_this__u8e3s4, delimiter, missingDelimiterValue) {
5561
5578
  missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
5562
5579
  var index = indexOf_7(_this__u8e3s4, delimiter);
5563
5580
  var tmp;
@@ -15697,73 +15714,74 @@ if (typeof Math.imul === 'undefined') {
15697
15714
  _.$_$.bd = startsWith_2;
15698
15715
  _.$_$.cd = startsWith_0;
15699
15716
  _.$_$.dd = substringAfterLast;
15700
- _.$_$.ed = substringBefore;
15701
- _.$_$.fd = take_1;
15702
- _.$_$.gd = titlecase;
15703
- _.$_$.hd = toDoubleOrNull;
15704
- _.$_$.id = toDouble;
15705
- _.$_$.jd = toIntOrNull;
15706
- _.$_$.kd = toInt;
15707
- _.$_$.ld = toLongOrNull;
15708
- _.$_$.md = toLong;
15709
- _.$_$.nd = toUByte;
15710
- _.$_$.od = toUInt;
15711
- _.$_$.pd = toULongOrNull;
15712
- _.$_$.qd = toULong;
15713
- _.$_$.rd = toUShort;
15714
- _.$_$.sd = trimEnd_0;
15715
- _.$_$.td = trimIndent;
15716
- _.$_$.ud = trimMargin;
15717
- _.$_$.vd = trimStart;
15718
- _.$_$.wd = trim;
15719
- _.$_$.xd = Duration;
15720
- _.$_$.yd = Char;
15721
- _.$_$.zd = ClassCastException;
15722
- _.$_$.ae = Comparable;
15723
- _.$_$.be = DeepRecursiveFunction;
15724
- _.$_$.ce = DeepRecursiveScope;
15725
- _.$_$.de = Enum;
15726
- _.$_$.ee = Error_0;
15727
- _.$_$.fe = Exception;
15728
- _.$_$.ge = IllegalArgumentException;
15729
- _.$_$.he = IllegalStateException;
15730
- _.$_$.ie = Long;
15731
- _.$_$.je = NoSuchElementException;
15732
- _.$_$.ke = NullPointerException;
15733
- _.$_$.le = Pair;
15734
- _.$_$.me = Result;
15735
- _.$_$.ne = RuntimeException;
15736
- _.$_$.oe = THROW_CCE;
15737
- _.$_$.pe = THROW_ISE;
15738
- _.$_$.qe = Triple;
15739
- _.$_$.re = UByteArray;
15740
- _.$_$.se = UByte;
15741
- _.$_$.te = UIntArray;
15742
- _.$_$.ue = UInt;
15743
- _.$_$.ve = ULongArray;
15744
- _.$_$.we = ULong;
15745
- _.$_$.xe = UShortArray;
15746
- _.$_$.ye = UShort;
15747
- _.$_$.ze = Unit;
15748
- _.$_$.af = UnsupportedOperationException;
15749
- _.$_$.bf = addSuppressed;
15750
- _.$_$.cf = arrayOf;
15751
- _.$_$.df = countTrailingZeroBits;
15752
- _.$_$.ef = createFailure;
15753
- _.$_$.ff = ensureNotNull;
15754
- _.$_$.gf = invoke;
15755
- _.$_$.hf = isFinite;
15756
- _.$_$.if = isFinite_0;
15757
- _.$_$.jf = isNaN_0;
15758
- _.$_$.kf = lazy_0;
15759
- _.$_$.lf = lazy;
15760
- _.$_$.mf = noWhenBranchMatchedException;
15761
- _.$_$.nf = plus_6;
15762
- _.$_$.of = stackTraceToString;
15763
- _.$_$.pf = throwUninitializedPropertyAccessException;
15764
- _.$_$.qf = toString_1;
15765
- _.$_$.rf = to;
15766
- _.$_$.sf = VOID;
15717
+ _.$_$.ed = substringBefore_0;
15718
+ _.$_$.fd = substringBefore;
15719
+ _.$_$.gd = take_1;
15720
+ _.$_$.hd = titlecase;
15721
+ _.$_$.id = toDoubleOrNull;
15722
+ _.$_$.jd = toDouble;
15723
+ _.$_$.kd = toIntOrNull;
15724
+ _.$_$.ld = toInt;
15725
+ _.$_$.md = toLongOrNull;
15726
+ _.$_$.nd = toLong;
15727
+ _.$_$.od = toUByte;
15728
+ _.$_$.pd = toUInt;
15729
+ _.$_$.qd = toULongOrNull;
15730
+ _.$_$.rd = toULong;
15731
+ _.$_$.sd = toUShort;
15732
+ _.$_$.td = trimEnd_0;
15733
+ _.$_$.ud = trimIndent;
15734
+ _.$_$.vd = trimMargin;
15735
+ _.$_$.wd = trimStart;
15736
+ _.$_$.xd = trim;
15737
+ _.$_$.yd = Duration;
15738
+ _.$_$.zd = Char;
15739
+ _.$_$.ae = ClassCastException;
15740
+ _.$_$.be = Comparable;
15741
+ _.$_$.ce = DeepRecursiveFunction;
15742
+ _.$_$.de = DeepRecursiveScope;
15743
+ _.$_$.ee = Enum;
15744
+ _.$_$.fe = Error_0;
15745
+ _.$_$.ge = Exception;
15746
+ _.$_$.he = IllegalArgumentException;
15747
+ _.$_$.ie = IllegalStateException;
15748
+ _.$_$.je = Long;
15749
+ _.$_$.ke = NoSuchElementException;
15750
+ _.$_$.le = NullPointerException;
15751
+ _.$_$.me = Pair;
15752
+ _.$_$.ne = Result;
15753
+ _.$_$.oe = RuntimeException;
15754
+ _.$_$.pe = THROW_CCE;
15755
+ _.$_$.qe = THROW_ISE;
15756
+ _.$_$.re = Triple;
15757
+ _.$_$.se = UByteArray;
15758
+ _.$_$.te = UByte;
15759
+ _.$_$.ue = UIntArray;
15760
+ _.$_$.ve = UInt;
15761
+ _.$_$.we = ULongArray;
15762
+ _.$_$.xe = ULong;
15763
+ _.$_$.ye = UShortArray;
15764
+ _.$_$.ze = UShort;
15765
+ _.$_$.af = Unit;
15766
+ _.$_$.bf = UnsupportedOperationException;
15767
+ _.$_$.cf = addSuppressed;
15768
+ _.$_$.df = arrayOf;
15769
+ _.$_$.ef = countTrailingZeroBits;
15770
+ _.$_$.ff = createFailure;
15771
+ _.$_$.gf = ensureNotNull;
15772
+ _.$_$.hf = invoke;
15773
+ _.$_$.if = isFinite;
15774
+ _.$_$.jf = isFinite_0;
15775
+ _.$_$.kf = isNaN_0;
15776
+ _.$_$.lf = lazy_0;
15777
+ _.$_$.mf = lazy;
15778
+ _.$_$.nf = noWhenBranchMatchedException;
15779
+ _.$_$.of = plus_6;
15780
+ _.$_$.pf = stackTraceToString;
15781
+ _.$_$.qf = throwUninitializedPropertyAccessException;
15782
+ _.$_$.rf = toString_1;
15783
+ _.$_$.sf = to;
15784
+ _.$_$.tf = VOID;
15767
15785
  //endregion
15768
15786
  return _;
15769
15787
  }(module.exports));
@@ -1 +1 @@
1
- 340cc3cf57b4034772587654ac781fea
1
+ bc690f2450e63c165db3ac1af88e31b5