abmp-npm 1.8.43 → 1.8.44

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.
@@ -179,8 +179,4 @@ async function profileSiteMap(_sitemapRequest, _dependencies) {
179
179
  module.exports = {
180
180
  profileRouter,
181
181
  profileSiteMap,
182
- // Re-export utilities for backward compatibility
183
- getMemberProfileData,
184
- generateSEOTitle,
185
- stripHtmlTags,
186
182
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.8.43",
3
+ "version": "1.8.44",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",