@msafe/sui-app-store 0.0.19 → 0.0.20
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 +9 -9
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -533,9 +533,9 @@ function isSameTarget(target1, target2) {
|
|
|
533
533
|
var GAS_OBJECT_SPEC = "txn.gas";
|
|
534
534
|
|
|
535
535
|
// src/apps/mpay/utils/random.ts
|
|
536
|
-
var
|
|
536
|
+
var import_uuid = require("uuid");
|
|
537
537
|
function generateGroupId() {
|
|
538
|
-
return (0,
|
|
538
|
+
return (0, import_uuid.v4)();
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
// src/apps/mpay/builder/CreateStreamHelper.ts
|