abl-constants
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "abl-constants", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "title": "ABL - constants", |
@@ -12,2 +12,14 @@ "use strict"; | ||
export const fullNameMinLength = 2; | ||
export const fullNameMaxLength = 64; | ||
export const fullName = "Full Name"; | ||
export const companyNameMinLength = 2; | ||
export const companyNameMaxLength = 64; | ||
export const companyName = "Company Name"; | ||
export const domainNameMinLength = 2; | ||
export const domainNameMaxLength = 128; | ||
export const domainName = "adventurebucketlist.com"; | ||
export const notes = `${"long ".repeat(40)} notes`; | ||
@@ -14,0 +26,0 @@ export const password = "My5up3r5tr0ngP@55w0rd"; |
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
26834
1011