@zeit/schemas
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -52,3 +52,3 @@ module.exports = { | ||
maxLength: 2048, | ||
pattern: "^[a-zA-Z0-9_!#$%&'*+., =^`|~-]+$" | ||
pattern: "^[a-zA-Z0-9_!#$%&'*+.;/:, =^`|~-]+$" | ||
} | ||
@@ -55,0 +55,0 @@ }, |
{ | ||
"name": "@zeit/schemas", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "All schemas used for validation that are shared between our projects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
72804