@xuda.io/ai_module 1.1.4941 → 1.1.4942

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 +3 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -10708,4 +10708,6 @@ export const get_person_info = async function (uid, name, email, account_profile
10708
10708
 
10709
10709
  export const open_ai_alive_check = async function () {};
10710
10710
 
10711
- const get_active_account_profile_info = function (uid) {};
10711
+ const get_active_account_profile_info = async function (uid) {
10712
+ const account_profile_info = await account_ms.get_active_account_profile_info(uid);
10713
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4941",
3
+ "version": "1.1.4942",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",