@xuda.io/account_module 1.2.1341 → 1.2.1342

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.
Files changed (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2480,8 +2480,8 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
2480
2480
  };
2481
2481
 
2482
2482
  // Usage examples:
2483
- console.log(stringToColour('User A')); // -> Consistent color for "User A"
2484
- console.log(stringToColour('Project Z')); // -> Consistent color for "Project Z"
2483
+ // console.log(stringToColour('User A')); // -> Consistent color for "User A"
2484
+ // console.log(stringToColour('Project Z')); // -> Consistent color for "Project Z"
2485
2485
 
2486
2486
  doc.avatar_source = account_info_ret.data.avatar_source;
2487
2487
  doc.icon_pattern = await get_pattern(doc);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1341",
3
+ "version": "1.2.1342",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {