@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.
- package/index.js +5 -5
- 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
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
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);
|