@abtnode/constant 1.16.10 → 1.16.11-beta-069c3537

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 +2 -2
package/index.js CHANGED
@@ -465,7 +465,7 @@ module.exports = Object.freeze({
465
465
  },
466
466
 
467
467
  LOG_RETAIN_IN_DAYS: 60,
468
- EXPIRED_BLOCKLET_DATA_RETENTION_DAYS: 7,
468
+ EXPIRED_BLOCKLET_DATA_RETENTION_DAYS: 30,
469
469
 
470
470
  BLOCKLET_INSTALL_TYPE: {
471
471
  STORE: 'store',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.10",
6
+ "version": "1.16.11-beta-069c3537",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "8f1d613ed04b1bd4a16a2b4109ac86a7848803a5"
23
+ "gitHead": "a89c7f13901d2c2d50b09d68d6088ca705648ff6"
24
24
  }