@xuda.io/xuda-worker-bundle-min 1.3.2444 → 1.3.2445

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 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2827,10 +2827,8 @@ func.datasource.create = async function (
2827
2827
 
2828
2828
  var run_at = _prog_obj?.properties?.runAt;
2829
2829
 
2830
- if (!['live_preview', 'miniapp'].includes(_session.engine_mode)) {
2831
- if (_session.opt.app_computing_mode === 'main') {
2832
- run_at = 'client';
2833
- }
2830
+ if (_session.opt.app_computing_mode === 'main') {
2831
+ run_at = 'client';
2834
2832
  }
2835
2833
 
2836
2834
  if (_prog_obj?.properties.menuType === 'globals') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.2444",
3
+ "version": "1.3.2445",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {