abmp-npm 1.10.13 → 1.10.14

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.
@@ -307,7 +307,7 @@ async function generateUrlsChunk(data) {
307
307
  try {
308
308
  const uniqueUrl = await ensureUniqueUrl({
309
309
  url: '',
310
- memberId: member._id,
310
+ memberId: member.memberId,
311
311
  fullName: name || '', // Let ensureUniqueUrl handle fallback for empty names
312
312
  });
313
313
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.10.13",
3
+ "version": "1.10.14",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",