mrs-toolbox-cli 0.0.81 → 0.0.83

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 +1004 -1004
  4. package/clikt-clikt-js-ir.js.hash +1 -1
  5. package/com.mrs.platform.configuration.dto.js +2452 -2188
  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 +45 -45
  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 +54 -29
  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 +3602 -3117
  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
- bf42e463e2cbc7a6a9abf8e48bdd305a
1
+ dc620ff97b4cd8e70143e311135ed719
@@ -43,12 +43,6 @@ 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
- }
52
46
  if (typeof String.prototype.endsWith === 'undefined') {
53
47
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
54
48
  var subjectString = this.toString();
@@ -60,6 +54,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
60
54
  return lastIndex !== -1 && lastIndex === position;
61
55
  }});
62
56
  }
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;
@@ -5054,6 +5054,23 @@ if (typeof Math.imul === 'undefined') {
5054
5054
  }
5055
5055
  return tmp;
5056
5056
  }
5057
+ function substringBeforeLast(_this__u8e3s4, delimiter, missingDelimiterValue) {
5058
+ missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
5059
+ var index = lastIndexOf(_this__u8e3s4, delimiter);
5060
+ var tmp;
5061
+ if (index === -1) {
5062
+ tmp = missingDelimiterValue;
5063
+ } else {
5064
+ var tmp$ret$1;
5065
+ // Inline function 'kotlin.text.substring' call
5066
+ var tmp$ret$0;
5067
+ // Inline function 'kotlin.js.asDynamic' call
5068
+ tmp$ret$0 = _this__u8e3s4;
5069
+ tmp$ret$1 = tmp$ret$0.substring(0, index);
5070
+ tmp = tmp$ret$1;
5071
+ }
5072
+ return tmp;
5073
+ }
5057
5074
  function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
5058
5075
  missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
5059
5076
  var index = indexOf_7(_this__u8e3s4, delimiter);
@@ -15720,74 +15737,75 @@ if (typeof Math.imul === 'undefined') {
15720
15737
  _.$_$.ed = startsWith_2;
15721
15738
  _.$_$.fd = startsWith;
15722
15739
  _.$_$.gd = substringAfterLast;
15723
- _.$_$.hd = substringBefore;
15724
- _.$_$.id = substringBefore_0;
15725
- _.$_$.jd = take_1;
15726
- _.$_$.kd = titlecase;
15727
- _.$_$.ld = toDoubleOrNull;
15728
- _.$_$.md = toDouble;
15729
- _.$_$.nd = toIntOrNull;
15730
- _.$_$.od = toInt;
15731
- _.$_$.pd = toLongOrNull;
15732
- _.$_$.qd = toLong;
15733
- _.$_$.rd = toUByte;
15734
- _.$_$.sd = toUInt;
15735
- _.$_$.td = toULongOrNull;
15736
- _.$_$.ud = toULong;
15737
- _.$_$.vd = toUShort;
15738
- _.$_$.wd = trimEnd_0;
15739
- _.$_$.xd = trimIndent;
15740
- _.$_$.yd = trimMargin;
15741
- _.$_$.zd = trimStart;
15742
- _.$_$.ae = trim;
15743
- _.$_$.be = Duration;
15744
- _.$_$.ce = Char;
15745
- _.$_$.de = ClassCastException;
15746
- _.$_$.ee = Comparable;
15747
- _.$_$.fe = DeepRecursiveFunction;
15748
- _.$_$.ge = DeepRecursiveScope;
15749
- _.$_$.he = Enum;
15750
- _.$_$.ie = Error_0;
15751
- _.$_$.je = Exception;
15752
- _.$_$.ke = IllegalArgumentException;
15753
- _.$_$.le = IllegalStateException;
15754
- _.$_$.me = Long;
15755
- _.$_$.ne = NoSuchElementException;
15756
- _.$_$.oe = NullPointerException;
15757
- _.$_$.pe = Pair;
15758
- _.$_$.qe = Result;
15759
- _.$_$.re = RuntimeException;
15760
- _.$_$.se = THROW_CCE;
15761
- _.$_$.te = THROW_ISE;
15762
- _.$_$.ue = Triple;
15763
- _.$_$.ve = UByteArray;
15764
- _.$_$.we = UByte;
15765
- _.$_$.xe = UIntArray;
15766
- _.$_$.ye = UInt;
15767
- _.$_$.ze = ULongArray;
15768
- _.$_$.af = ULong;
15769
- _.$_$.bf = UShortArray;
15770
- _.$_$.cf = UShort;
15771
- _.$_$.df = Unit;
15772
- _.$_$.ef = UnsupportedOperationException;
15773
- _.$_$.ff = addSuppressed;
15774
- _.$_$.gf = arrayOf;
15775
- _.$_$.hf = countTrailingZeroBits;
15776
- _.$_$.if = createFailure;
15777
- _.$_$.jf = ensureNotNull;
15778
- _.$_$.kf = invoke;
15779
- _.$_$.lf = isFinite;
15780
- _.$_$.mf = isFinite_0;
15781
- _.$_$.nf = isNaN_0;
15782
- _.$_$.of = lazy_0;
15783
- _.$_$.pf = lazy;
15784
- _.$_$.qf = noWhenBranchMatchedException;
15785
- _.$_$.rf = plus_6;
15786
- _.$_$.sf = stackTraceToString;
15787
- _.$_$.tf = throwUninitializedPropertyAccessException;
15788
- _.$_$.uf = toString_1;
15789
- _.$_$.vf = to;
15790
- _.$_$.wf = VOID;
15740
+ _.$_$.hd = substringBeforeLast;
15741
+ _.$_$.id = substringBefore;
15742
+ _.$_$.jd = substringBefore_0;
15743
+ _.$_$.kd = take_1;
15744
+ _.$_$.ld = titlecase;
15745
+ _.$_$.md = toDoubleOrNull;
15746
+ _.$_$.nd = toDouble;
15747
+ _.$_$.od = toIntOrNull;
15748
+ _.$_$.pd = toInt;
15749
+ _.$_$.qd = toLongOrNull;
15750
+ _.$_$.rd = toLong;
15751
+ _.$_$.sd = toUByte;
15752
+ _.$_$.td = toUInt;
15753
+ _.$_$.ud = toULongOrNull;
15754
+ _.$_$.vd = toULong;
15755
+ _.$_$.wd = toUShort;
15756
+ _.$_$.xd = trimEnd_0;
15757
+ _.$_$.yd = trimIndent;
15758
+ _.$_$.zd = trimMargin;
15759
+ _.$_$.ae = trimStart;
15760
+ _.$_$.be = trim;
15761
+ _.$_$.ce = Duration;
15762
+ _.$_$.de = Char;
15763
+ _.$_$.ee = ClassCastException;
15764
+ _.$_$.fe = Comparable;
15765
+ _.$_$.ge = DeepRecursiveFunction;
15766
+ _.$_$.he = DeepRecursiveScope;
15767
+ _.$_$.ie = Enum;
15768
+ _.$_$.je = Error_0;
15769
+ _.$_$.ke = Exception;
15770
+ _.$_$.le = IllegalArgumentException;
15771
+ _.$_$.me = IllegalStateException;
15772
+ _.$_$.ne = Long;
15773
+ _.$_$.oe = NoSuchElementException;
15774
+ _.$_$.pe = NullPointerException;
15775
+ _.$_$.qe = Pair;
15776
+ _.$_$.re = Result;
15777
+ _.$_$.se = RuntimeException;
15778
+ _.$_$.te = THROW_CCE;
15779
+ _.$_$.ue = THROW_ISE;
15780
+ _.$_$.ve = Triple;
15781
+ _.$_$.we = UByteArray;
15782
+ _.$_$.xe = UByte;
15783
+ _.$_$.ye = UIntArray;
15784
+ _.$_$.ze = UInt;
15785
+ _.$_$.af = ULongArray;
15786
+ _.$_$.bf = ULong;
15787
+ _.$_$.cf = UShortArray;
15788
+ _.$_$.df = UShort;
15789
+ _.$_$.ef = Unit;
15790
+ _.$_$.ff = UnsupportedOperationException;
15791
+ _.$_$.gf = addSuppressed;
15792
+ _.$_$.hf = arrayOf;
15793
+ _.$_$.if = countTrailingZeroBits;
15794
+ _.$_$.jf = createFailure;
15795
+ _.$_$.kf = ensureNotNull;
15796
+ _.$_$.lf = invoke;
15797
+ _.$_$.mf = isFinite;
15798
+ _.$_$.nf = isFinite_0;
15799
+ _.$_$.of = isNaN_0;
15800
+ _.$_$.pf = lazy_0;
15801
+ _.$_$.qf = lazy;
15802
+ _.$_$.rf = noWhenBranchMatchedException;
15803
+ _.$_$.sf = plus_6;
15804
+ _.$_$.tf = stackTraceToString;
15805
+ _.$_$.uf = throwUninitializedPropertyAccessException;
15806
+ _.$_$.vf = toString_1;
15807
+ _.$_$.wf = to;
15808
+ _.$_$.xf = VOID;
15791
15809
  //endregion
15792
15810
  return _;
15793
15811
  }(module.exports));
@@ -1 +1 @@
1
- e7758caccee6ddf0b8073ebb8d25cf40
1
+ 361018e091b0d4d531e9579510e59d7a