@msafe/sui-app-store 0.0.19 → 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.global.js +6 -6
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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 { nanoid } from "nanoid";
|
|
507
506
|
function generateGroupId() {
|
|
508
|
-
return
|
|
507
|
+
return crypto.randomUUID();
|
|
509
508
|
}
|
|
510
509
|
|
|
511
510
|
// src/apps/mpay/builder/CreateStreamHelper.ts
|