@xuda.io/ai_module 1.1.5471 → 1.1.5473

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 +0 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3006,7 +3006,6 @@ export const update_thumbnail = async function (type, doc, app_id, uid, job_id,
3006
3006
  }
3007
3007
 
3008
3008
  case 'mini_app': {
3009
- debugger;
3010
3009
  if (doc.studio_meta.agent_image) return;
3011
3010
  prompt = `create image: ${doc.properties.menuName}`;
3012
3011
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5471",
3
+ "version": "1.1.5473",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",