@xuda.io/ai_module 1.1.4839 → 1.1.4840

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 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -5729,6 +5729,7 @@ const create_ai_agent_image = async function (req, job_id, headers) {
5729
5729
  prompt,
5730
5730
  background: 'transparent',
5731
5731
  });
5732
+ report_ai_status(model);
5732
5733
  } catch (err) {
5733
5734
  report_ai_status(model, err);
5734
5735
  throw err;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4839",
3
+ "version": "1.1.4840",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",