abmp-npm 2.0.5 → 2.0.6

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.
@@ -20,7 +20,7 @@ async function updateContactInfo(contactId, updateInfoCallback, operationName) {
20
20
  const currentInfo = contact.info;
21
21
  const updatedInfo = updateInfoCallback(currentInfo);
22
22
 
23
- await elevatedUpdateContact(contactId, { info: updatedInfo }, contact.revision);
23
+ await elevatedUpdateContact(contactId, updatedInfo, contact.revision);
24
24
  } catch (error) {
25
25
  console.error(`Error in ${operationName}:`, error);
26
26
  throw new Error(`Failed to ${operationName}: ${error.message}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",
@@ -127,6 +127,8 @@ const createHomepageUtils = (_$w, filterProfiles) => {
127
127
 
128
128
  paginateSearchResults(searchResults, pagination);
129
129
  await updateUrlParams(filter, pagination);
130
+
131
+ _$w('#resultsStateBox').scrollTo();
130
132
  }
131
133
 
132
134
  async function onChangeMultiCheckbox({