abl-constants
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "abl-constants", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "title": "ABL - constants", |
@@ -8,4 +8,4 @@ "use strict"; | ||
export const descriptionMinLength = 200; | ||
export const descriptionMaxLength = 1000; | ||
export const descriptionMinLength = 50; | ||
export const descriptionMaxLength = 2000; | ||
export const description = `${"long ".repeat(40)} description`; | ||
@@ -12,0 +12,0 @@ |
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
28345