@abtnode/constant 1.16.49-beta-20250819-084933-3bcbd851 → 1.16.49-beta-20250822-070545-6d3344cc

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 +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -574,7 +574,6 @@ module.exports = Object.freeze({
574
574
  // Time and dates
575
575
  DAY_IN_MS,
576
576
  DAEMON_MAX_MEM_LIMIT_IN_MB: 800,
577
- PROXY_MAX_MEM_LIMIT_IN_MB: 800,
578
577
  BLOCKLET_MAX_MEM_LIMIT_IN_MB: 800,
579
578
  CERTIFICATE_EXPIRES_OFFSET: 10 * DAY_IN_MS,
580
579
  ROUTING_RESPONSE_TYPES,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.49-beta-20250819-084933-3bcbd851",
6
+ "version": "1.16.49-beta-20250822-070545-6d3344cc",
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": "b8bbf2279e9a29bd58eac7b66e1db16e851a183c"
23
+ "gitHead": "c5560fe749fe495b03003ac7325da29c71f5e62b"
24
24
  }