mrs-toolbox-cli 0.0.1 → 0.0.68

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 (64) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js +2 -2
  2. package/88b0986a7186d029-atomicfu-js-ir.js.hash +1 -1
  3. package/88b0986a7186d029-atomicfu-js-ir.js.map +1 -1
  4. package/clikt-clikt-js-ir.js +1006 -1006
  5. package/clikt-clikt-js-ir.js.hash +1 -1
  6. package/clikt-clikt-js-ir.js.map +1 -1
  7. package/com.mrs.platform.configuration.dto.js +702 -116
  8. package/com.mrs.platform.configuration.dto.js.hash +1 -1
  9. package/com.mrs.platform.configuration.dto.js.map +1 -1
  10. package/com.mrs.platform.configuration.dto.js.map.hash +1 -1
  11. package/kotlin-kotlin-stdlib-js-ir.js +74 -92
  12. package/kotlin-kotlin-stdlib-js-ir.js.hash +1 -1
  13. package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
  14. package/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -1
  15. package/kotlin-logging-js-ir.js +40 -40
  16. package/kotlin-logging-js-ir.js.hash +1 -1
  17. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +27 -27
  18. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -1
  19. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
  20. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +27 -27
  21. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -1
  22. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -1
  23. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +18 -18
  24. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.hash +1 -1
  25. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
  26. package/ktor-ktor-client-content-negotiation.js +5 -5
  27. package/ktor-ktor-client-content-negotiation.js.hash +1 -1
  28. package/ktor-ktor-client-content-negotiation.js.map +1 -1
  29. package/ktor-ktor-client-core.js +17 -17
  30. package/ktor-ktor-client-core.js.hash +1 -1
  31. package/ktor-ktor-client-core.js.map +1 -1
  32. package/ktor-ktor-events.js +3 -3
  33. package/ktor-ktor-events.js.hash +1 -1
  34. package/ktor-ktor-events.js.map +1 -1
  35. package/ktor-ktor-http.js +16 -16
  36. package/ktor-ktor-http.js.hash +1 -1
  37. package/ktor-ktor-http.js.map +1 -1
  38. package/ktor-ktor-io.js +7 -7
  39. package/ktor-ktor-io.js.hash +1 -1
  40. package/ktor-ktor-io.js.map +1 -1
  41. package/ktor-ktor-serialization-kotlinx-json.js +1 -1
  42. package/ktor-ktor-serialization-kotlinx-json.js.hash +1 -1
  43. package/ktor-ktor-serialization-kotlinx.js +2 -2
  44. package/ktor-ktor-serialization-kotlinx.js.hash +1 -1
  45. package/ktor-ktor-serialization-kotlinx.js.map +1 -1
  46. package/ktor-ktor-serialization.js +4 -4
  47. package/ktor-ktor-serialization.js.hash +1 -1
  48. package/ktor-ktor-utils.js +11 -11
  49. package/ktor-ktor-utils.js.hash +1 -1
  50. package/ktor-ktor-utils.js.map +1 -1
  51. package/ktor-ktor-websockets.js +4 -4
  52. package/ktor-ktor-websockets.js.hash +1 -1
  53. package/ktor-ktor-websockets.js.map +1 -1
  54. package/mrs-toolbox-cli.d.ts +67 -6
  55. package/mrs-toolbox-cli.d.ts.hash +1 -1
  56. package/mrs-toolbox-cli.js +67 -67
  57. package/mrs-toolbox-cli.js.hash +1 -1
  58. package/mrs-toolbox-cli.js.map +1 -1
  59. package/mrs-toolbox-cli.js.map.hash +1 -1
  60. package/package.json +1 -1
  61. package/toolbox.js +2562 -2560
  62. package/toolbox.js.hash +1 -1
  63. package/toolbox.js.map +1 -1
  64. package/toolbox.js.map.hash +1 -1
@@ -1 +1 @@
1
- eaa34bf96ded189ef21710ce2f37dbf1
1
+ ce53c1d55f4a55a5e6e65f5017eb1c51
@@ -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;
@@ -5047,23 +5047,6 @@ 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
- }
5067
5050
  function indexOfAny(_this__u8e3s4, chars, startIndex, ignoreCase) {
5068
5051
  startIndex = startIndex === VOID ? 0 : startIndex;
5069
5052
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -5574,7 +5557,7 @@ if (typeof Math.imul === 'undefined') {
5574
5557
  tmp$ret$1 = tmp$ret$0.substring(tmp0_substring, tmp1_substring);
5575
5558
  return tmp$ret$1;
5576
5559
  }
5577
- function substringBefore_0(_this__u8e3s4, delimiter, missingDelimiterValue) {
5560
+ function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
5578
5561
  missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
5579
5562
  var index = indexOf_7(_this__u8e3s4, delimiter);
5580
5563
  var tmp;
@@ -15714,74 +15697,73 @@ if (typeof Math.imul === 'undefined') {
15714
15697
  _.$_$.bd = startsWith_2;
15715
15698
  _.$_$.cd = startsWith_0;
15716
15699
  _.$_$.dd = substringAfterLast;
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;
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;
15785
15767
  //endregion
15786
15768
  return _;
15787
15769
  }(module.exports));
@@ -1 +1 @@
1
- bc690f2450e63c165db3ac1af88e31b5
1
+ 340cc3cf57b4034772587654ac781fea