@xuda.io/xuda-worker-bundle-min 1.3.1398 → 1.3.1400

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5319,6 +5319,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
5319
5319
  }
5320
5320
 
5321
5321
  if (typeof val === 'object') {
5322
+ debugger;
5322
5323
  let str = JSON.stringify(val);
5323
5324
  if (str.includes('.') && str.includes('drv_') && str.length > 30) {
5324
5325
  let new_val = replaceFiletoURL(str);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1398",
3
+ "version": "1.3.1400",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {