@abtnode/constant
Advanced tools
Comparing version 1.7.11 to 1.7.12
@@ -193,2 +193,3 @@ const NODE_SERVICES = Object.freeze({ | ||
CERT_ERROR: 'cert.error', | ||
RELOAD_GATEWAY: 'gateway.reload', | ||
}; | ||
@@ -330,2 +331,7 @@ | ||
WHO_CAN_ACCESS, | ||
GATEWAY_REQ_LIMIT: Object.freeze({ | ||
min: 10, | ||
max: 100, | ||
}), | ||
}); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.7.11", | ||
"version": "1.7.12", | ||
"description": "ABT Node constants", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "84e741e6b37e47d52bf834ce3ace8ed601d0896c" | ||
"gitHead": "afc78b9cb92448676149262fb02432bc256a5524" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10222
305