@xuda.io/account_module 1.2.2059 → 1.2.2060

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.
@@ -1,3 +1,5 @@
1
+ const db_module = await import(`${module_path}/db_module/index.mjs`);
2
+
1
3
  export const get_active_account_profile_info = async function (uid, profile_id) {
2
4
  try {
3
5
  const acc_obj = await db_module.get_couch_doc_native('xuda_accounts', uid);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.2059",
3
+ "version": "1.2.2060",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {