@xuda.io/ai_module 1.1.4803 → 1.1.4804

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 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -11373,3 +11373,5 @@ export const get_person_info = async function (uid, name, email, account_profile
11373
11373
  return getDefaultPersonInfo(name, email, email_context, error.message);
11374
11374
  }
11375
11375
  };
11376
+
11377
+ export const open_ai_alive_check = async function () {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4803",
3
+ "version": "1.1.4804",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",