@xuda.io/xuda-worker-bundle 1.3.2540 → 1.3.2542

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.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5044,7 +5044,7 @@ func.utils.replace_studio_drive_url = function (SESSION_ID, val) {
5044
5044
  var _session = SESSION_OBJ[SESSION_ID];
5045
5045
  if (!_session.is_deployment) return val;
5046
5046
  try {
5047
- return val.replaceAll(`https://xuda.io/studio-drive/${APP_OBJ[_session.app_id].app_replicate}`, `https://${_session.domain}/studio-drive/${APP_OBJ[_session.app_id].app_replicate}`);
5047
+ return val.replaceAll(`https://xuda.ai/studio-drive/${APP_OBJ[_session.app_id].app_replicate}`, `https://${_session.domain}/studio-drive/${APP_OBJ[_session.app_id].app_replicate}`);
5048
5048
  } catch (err) {
5049
5049
  return val;
5050
5050
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2540",
3
+ "version": "1.3.2542",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {