@tradeport/sui-trading-sdk 0.1.50 → 0.1.51

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.js CHANGED
@@ -782,6 +782,7 @@ var resolveTransferPolicies = async ({
782
782
  }
783
783
  let canTransferOutsideKiosk = true;
784
784
  for (const policy of policies) {
785
+ policy.data.rules.sort();
785
786
  for (const rule of policy.data.rules) {
786
787
  const ruleDefinition = kioskClient_default.rules.find(
787
788
  (x) => (0, import_kiosk4.getNormalizedRuleType)(x.rule) === (0, import_kiosk4.getNormalizedRuleType)(rule)