@xuda.io/xuda-worker-bundle 1.3.2150 → 1.3.2152

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1053,6 +1053,8 @@ func.common.sha256 = async function (str) {
1053
1053
  const bytes = new Uint8Array(buf);
1054
1054
  return [...bytes].map((b) => b.toString(16).padStart(2, '0')).join('');
1055
1055
  };
1056
+
1057
+ glb.new_xu_render = true;
1056
1058
  glb.DEBUG_INFO_OBJ = {};
1057
1059
  // var CONNECTION_ATTEMPTS = 0;
1058
1060
  glb.APP_INFO = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2150",
3
+ "version": "1.3.2152",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {