@xuda.io/xuda-worker-bundle 1.3.2543 → 1.3.2545

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
@@ -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.io/ppi/${plugin_nameP}`, {
6036
+ fetch(`https://xuda.ai/ppi/${plugin_nameP}`, {
6037
6037
  method: 'POST',
6038
6038
  headers: {
6039
6039
  Accept: 'application/json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2543",
3
+ "version": "1.3.2545",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {