@zebec-network/exchange-card-sdk 1.10.0 → 1.10.1

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.
@@ -140,9 +140,6 @@ export class AleoService {
140
140
  default:
141
141
  throw new Error("Invalid or Unsupported transfer type");
142
142
  }
143
- if (functionName !== "transfer_public") {
144
- throw new Error("Only public transfers are currently supported for credits. Private and cross-type transfers require additional implementation.");
145
- }
146
143
  const result = await this.wallet.executeTransaction({
147
144
  program: PROGRAM_NAME,
148
145
  function: functionName,
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  },
64
64
  "type": "module",
65
65
  "types": "dist/index.d.ts",
66
- "version": "1.10.0"
66
+ "version": "1.10.1"
67
67
  }