@abtnode/constant
Advanced tools
Comparing version 1.16.32-beta-04a5da00 to 1.16.32-beta-0593a408
15
index.js
const NODE_SERVICES = Object.freeze({ | ||
AUTH: 'auth', | ||
AUTH_SERVICE: '@abtnode/auth-service', // deprecated | ||
}); | ||
const NODE_SERVICES_PREFIX = Object.freeze({ | ||
AUTH_SERVICE: `/.service/${NODE_SERVICES.AUTH_SERVICE}`, // deprecated | ||
}); | ||
const ROLES = Object.freeze({ | ||
@@ -132,7 +127,2 @@ OWNER: 'owner', | ||
}, | ||
// for backward compatibility | ||
{ | ||
name: NODE_SERVICES.AUTH_SERVICE, | ||
title: 'Auth Service', | ||
}, | ||
]), | ||
@@ -589,3 +579,2 @@ permissions: Object.freeze([ | ||
NODE_SERVICES, | ||
NODE_SERVICES_PREFIX, | ||
@@ -673,2 +662,6 @@ DISK_ALERT_THRESHOLD_PERCENT: 80, | ||
STUDIO_CONNECTED_AND_DEVELOPED: 'studio_connected_and_developed', | ||
VERIFY_CODE_LENGTH: 6, | ||
VERIFY_CODE_TTL: 30 * 60 * 1000, | ||
VERIFY_SEND_TTL: 1 * 60 * 1000, | ||
}); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.16.32-beta-04a5da00", | ||
"version": "1.16.32-beta-0593a408", | ||
"description": "ABT Node constants", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f609e3593366aace895c936b00f9623002e29b32" | ||
"gitHead": "5cca981049ad04018d8d361d9cdd33748f47d7d7" | ||
} |
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
18915
599