@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.mjs CHANGED
@@ -503,9 +503,8 @@ function isSameTarget(target1, target2) {
503
503
  var GAS_OBJECT_SPEC = "txn.gas";
504
504
 
505
505
  // src/apps/mpay/utils/random.ts
506
- import { v4 as uuidv4 } from "uuid";
507
506
  function generateGroupId() {
508
- return uuidv4();
507
+ return crypto.randomUUID();
509
508
  }
510
509
 
511
510
  // src/apps/mpay/builder/CreateStreamHelper.ts