@akta/sdk 1.3.7-canary → 1.3.8-canary
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/{chunk-C7F3SKSJ.mjs → chunk-EX4R7ZMZ.mjs} +3 -2
- package/dist/{chunk-C7F3SKSJ.mjs.map → chunk-EX4R7ZMZ.mjs.map} +1 -1
- package/dist/{chunk-X2MYAE57.mjs → chunk-FDMK4A33.mjs} +2 -2
- package/dist/{chunk-67RAZCII.js → chunk-OH2GZYJT.js} +3 -3
- package/dist/{chunk-67RAZCII.js.map → chunk-OH2GZYJT.js.map} +1 -1
- package/dist/{chunk-ZJTCE7QQ.js → chunk-QP3XWD7X.js} +3 -2
- package/dist/chunk-QP3XWD7X.js.map +1 -0
- package/dist/dao/index.js +3 -3
- package/dist/dao/index.mjs +2 -2
- package/dist/dao-deployable/index.js +5 -5
- package/dist/dao-deployable/index.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/wallet/index.js +2 -2
- package/dist/wallet/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-ZJTCE7QQ.js.map +0 -1
- /package/dist/{chunk-X2MYAE57.mjs.map → chunk-FDMK4A33.mjs.map} +0 -0
|
@@ -13572,7 +13572,8 @@ var MarketplacePluginSDK = class extends BaseSDK {
|
|
|
13572
13572
|
type: "methodCall",
|
|
13573
13573
|
...params
|
|
13574
13574
|
}];
|
|
13575
|
-
}
|
|
13575
|
+
},
|
|
13576
|
+
opUpCount: 1
|
|
13576
13577
|
});
|
|
13577
13578
|
}
|
|
13578
13579
|
delist(args) {
|
|
@@ -24919,4 +24920,4 @@ export {
|
|
|
24919
24920
|
getPluginAppId,
|
|
24920
24921
|
WalletSDK
|
|
24921
24922
|
};
|
|
24922
|
-
//# sourceMappingURL=chunk-
|
|
24923
|
+
//# sourceMappingURL=chunk-EX4R7ZMZ.mjs.map
|