@xuda.io/runtime-bundle 1.0.1398 → 1.0.1399
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 +13 -10
- package/js/xuda-runtime-bundle.js +3 -3
- package/js/xuda-runtime-bundle.min.js +3 -3
- 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 +3 -3
- package/js/xuda-runtime-slim.min.es.js +3 -3
- package/js/xuda-runtime-slim.min.js +3 -3
- 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
|
@@ -6033,7 +6033,7 @@ func.utils.call_plugin_api = function (SESSION_ID, plugin_nameP, dataP) {
|
|
|
6033
6033
|
|
|
6034
6034
|
data = _.assignIn(data, dataP);
|
|
6035
6035
|
|
|
6036
|
-
fetch(`https://xuda.
|
|
6036
|
+
fetch(`https://xuda.ai/ppi/${plugin_nameP}`, {
|
|
6037
6037
|
method: 'POST',
|
|
6038
6038
|
headers: {
|
|
6039
6039
|
Accept: 'application/json',
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -6033,7 +6033,7 @@ func.utils.call_plugin_api = function (SESSION_ID, plugin_nameP, dataP) {
|
|
|
6033
6033
|
|
|
6034
6034
|
data = _.assignIn(data, dataP);
|
|
6035
6035
|
|
|
6036
|
-
fetch(`https://xuda.
|
|
6036
|
+
fetch(`https://xuda.ai/ppi/${plugin_nameP}`, {
|
|
6037
6037
|
method: 'POST',
|
|
6038
6038
|
headers: {
|
|
6039
6039
|
Accept: 'application/json',
|