@xuda.io/xuda-worker-bundle-min 1.3.2285 → 1.3.2287

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1270,7 +1270,7 @@ glb.run_xu_before = [
1270
1270
  // "xu-ui-plugin",
1271
1271
  // "programParameters",
1272
1272
  ];
1273
- glb.run_xu_after = ['xu-bind', 'xu-class', 'xu-script', 'xu-ui-plugin'];
1273
+ glb.run_xu_after = ['xu-bind', 'xu-class', 'xu-script', 'xu-ui-plugin', 'xu-ref'];
1274
1274
  glb.attr_abbreviations_arr = ['xu-click', 'xu-dblclick', 'xu-contextmenu', 'xu-focus', 'xu-keyup', 'xu-change', 'xu-blur', 'xu-init'];
1275
1275
  glb.solid_attributes = ['disabled'];
1276
1276
  func.datasource = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.2285",
3
+ "version": "1.3.2287",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {