@abtnode/constant
Advanced tools
Comparing version 1.16.32-beta-4d47ae7f to 1.16.32-beta-5463e017
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-4d47ae7f", | ||
"version": "1.16.32-beta-5463e017", | ||
"description": "ABT Node constants", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "740b8032aa02e19b888bf6a257840089696613ef" | ||
"gitHead": "aff2d89d663ccd842757ff664fb80e1d7ae05029" | ||
} |
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