@msafe/sui-app-store 0.0.20 → 0.0.21

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.
package/dist/index.js CHANGED
@@ -533,9 +533,8 @@ function isSameTarget(target1, target2) {
533
533
  var GAS_OBJECT_SPEC = "txn.gas";
534
534
 
535
535
  // src/apps/mpay/utils/random.ts
536
- var import_uuid = require("uuid");
537
536
  function generateGroupId() {
538
- return (0, import_uuid.v4)();
537
+ return crypto.randomUUID();
539
538
  }
540
539
 
541
540
  // src/apps/mpay/builder/CreateStreamHelper.ts