@xuda.io/xuda-worker-bundle-min 1.3.1518 → 1.3.1520

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8278,7 +8278,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
8278
8278
  return endResults();
8279
8279
  };
8280
8280
 
8281
- func.expression.parse = function (strP) {
8281
+ func.expression.parse_org = function (strP) {
8282
8282
  var extract_str = function (strP, posP) {
8283
8283
  if (!posP) posP = 0;
8284
8284
  var clean_split_str = function (arrP) {
@@ -8373,7 +8373,7 @@ func.expression.parse = function (strP) {
8373
8373
  return res;
8374
8374
  };
8375
8375
 
8376
- func.expression.parse_bad = function (input) {
8376
+ func.expression.parse = function (input) {
8377
8377
  if (typeof input !== 'string') return [];
8378
8378
 
8379
8379
  const segments = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1518",
3
+ "version": "1.3.1520",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {