@xuda.io/xuda-worker-bundle-min 1.3.2240 → 1.3.2242

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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6056,6 +6056,9 @@ func.utils.remove_cached_objects = async function (SESSION_ID) {
6056
6056
  {
6057
6057
  docType: 'cache_app',
6058
6058
  },
6059
+ {
6060
+ docType: 'cache_build_info',
6061
+ },
6059
6062
  ],
6060
6063
  };
6061
6064
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.2240",
3
+ "version": "1.3.2242",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {