@xuda.io/ai_module 1.1.4939 → 1.1.4940

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 +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1815,7 +1815,7 @@ export const get_ai_agent_info = async function (uid, job_id, headers, doc, from
1815
1815
  }
1816
1816
 
1817
1817
  if (doc?.studio_meta?.createdByUid) {
1818
- // doc.user_contact = await account_ms.get_user_card(uid, doc.studio_meta.createdByUid);
1818
+ doc.user_contact = await account_ms.get_user_card(uid, doc.studio_meta.createdByUid);
1819
1819
  }
1820
1820
  if (!from_marketplace) {
1821
1821
  doc.interactions = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4939",
3
+ "version": "1.1.4940",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",