@nsshunt/stsobservability 1.0.41 → 1.0.42

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.
@@ -5787,13 +5787,6 @@ function v4(options, buf, offset) {
5787
5787
  var rnds = options.random || (options.rng || rng)();
5788
5788
  rnds[6] = rnds[6] & 15 | 64;
5789
5789
  rnds[8] = rnds[8] & 63 | 128;
5790
- if (buf) {
5791
- offset = offset || 0;
5792
- for (var i = 0; i < 16; ++i) {
5793
- buf[offset + i] = rnds[i];
5794
- }
5795
- return buf;
5796
- }
5797
5790
  return unsafeStringify(rnds);
5798
5791
  }
5799
5792
  var messageStatus = /* @__PURE__ */ ((messageStatus2) => {