@abtnode/constant 1.16.43-beta-20250424-125523-08a65a5c → 1.16.43-beta-20250425-130658-8da18f4d

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 +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -658,7 +658,8 @@ module.exports = Object.freeze({
658
658
  MAIN_CHAIN_ENDPOINT,
659
659
  USER_TYPE,
660
660
  SERVER_CACHE_TTL: 300 * 1000, // 5 minutes
661
- BLOCKLET_CACHE_TTL: 3600 * 1000, // 1 hour
661
+ RBAC_CACHE_TTL: 300 * 1000, // 5 minutes
662
+ BLOCKLET_CACHE_TTL: 300 * 1000, // 5 minutes
662
663
  SESSION_CACHE_TTL: 3600, // 1h: unit seconds
663
664
  SESSION_TTL: 7 * 86400, // 7d: unit seconds
664
665
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.43-beta-20250424-125523-08a65a5c",
6
+ "version": "1.16.43-beta-20250425-130658-8da18f4d",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "499de9f28770298a819122ba16a7f2b3cc78c7ee"
23
+ "gitHead": "b5195a0290d5ced00bb716a709548b1a56356134"
24
24
  }