@xuda.io/xuda-worker-bundle-min 1.3.936 → 1.3.937

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 +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7240,11 +7240,11 @@ func.utils.get_plugin_resource = function (
7240
7240
  );
7241
7241
  resolve(plugin_resource_res);
7242
7242
 
7243
- var doc = {
7244
- _id: `cache_plugin_${plugin_name}_${plugin_resource}`,
7245
- data: JSON.stringify(plugin_resource_res),
7246
- docType: "cache_plugin",
7247
- };
7243
+ // var doc = {
7244
+ // _id: `cache_plugin_${plugin_name}_${plugin_resource}`,
7245
+ // data: JSON.stringify(plugin_resource_res),
7246
+ // docType: "cache_plugin",
7247
+ // };
7248
7248
  // db.put(doc);
7249
7249
  } catch (err) {
7250
7250
  console.error(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.936",
3
+ "version": "1.3.937",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {