@xuda.io/xuda-worker-bundle 1.3.2637 → 1.3.2639

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1751,7 +1751,6 @@ func.common.get_module = async function (SESSION_ID, module, paramsP = {}) {
1751
1751
  PROJECT_OBJ,
1752
1752
  DOCS_OBJ,
1753
1753
  SESSION_OBJ,
1754
- _,
1755
1754
  ...paramsP,
1756
1755
  };
1757
1756
  if (typeof IS_PROCESS_SERVER !== 'undefined') params.IS_PROCESS_SERVER = IS_PROCESS_SERVER;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2637",
3
+ "version": "1.3.2639",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {