@embedreach/components 0.3.15 → 0.3.16

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.
@@ -18705,7 +18705,7 @@ const native = {
18705
18705
  randomUUID
18706
18706
  };
18707
18707
  function v4(options, buf, offset) {
18708
- if (native.randomUUID && true && !options) {
18708
+ if (native.randomUUID && !buf && !options) {
18709
18709
  return native.randomUUID();
18710
18710
  }
18711
18711
  options = options || {};