@xuda.io/account_module 1.2.1519 → 1.2.1520

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.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2991,6 +2991,7 @@ export const save_picture_cache = async function (uid, docType, name, file, meta
2991
2991
  file,
2992
2992
  date_created_ts: Date.now(),
2993
2993
  metadata,
2994
+ hits: 0,
2994
2995
  };
2995
2996
  const save_ret = await db_module.save_couch_doc('xuda_cache', doc);
2996
2997
  return save_ret;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1519",
3
+ "version": "1.2.1520",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {