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