@xuda.io/runtime-bundle 1.0.1396 → 1.0.1398
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.
- package/js/modules/xuda-studio-checker.min.mjs +1 -1
- package/js/modules/xuda-studio-checker.mjs +2 -1
- package/js/xuda-runtime-bundle.js +6 -6
- package/js/xuda-runtime-bundle.min.js +4 -4
- package/js/xuda-runtime-mini-bundle.js +1 -1
- package/js/xuda-runtime-mini-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +6 -6
- package/js/xuda-runtime-slim.min.es.js +6 -6
- package/js/xuda-runtime-slim.min.js +4 -4
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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/js/xuda-worker-bundle.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.
|
|
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
|
}
|