@msafe/sui-app-store 0.0.16 → 0.0.17
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 +7 -7
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -568,8 +568,9 @@ function isSameTarget(target1, target2) {
|
|
|
568
568
|
var GAS_OBJECT_SPEC = "txn.gas";
|
|
569
569
|
|
|
570
570
|
// src/apps/mpay/utils/random.ts
|
|
571
|
+
var import_nanoid = require("nanoid");
|
|
571
572
|
function generateGroupId() {
|
|
572
|
-
return
|
|
573
|
+
return (0, import_nanoid.nanoid)();
|
|
573
574
|
}
|
|
574
575
|
|
|
575
576
|
// src/apps/mpay/builder/CreateStreamHelper.ts
|