@haex-space/vault-sdk 2.5.116 → 2.5.117

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/svelte.js CHANGED
@@ -1411,7 +1411,7 @@ var SpacesAPI = class {
1411
1411
  async getAssignmentsAsync(tableName, rowPks) {
1412
1412
  return this.client.request(
1413
1413
  SPACE_COMMANDS.getAssignments,
1414
- { tableName, rowPks }
1414
+ { tableName, rowPks: rowPks ? [rowPks] : void 0 }
1415
1415
  );
1416
1416
  }
1417
1417
  /**