@pdfme/common
Advanced tools
Comparing version 1.0.2 to 1.0.3
/*! | ||
* @name @pdfme/common | ||
* @version 1.0.2 | Tue Mar 08 2022 | ||
* @version 1.0.3 | Thu Mar 10 2022 | ||
* @author hand-dot | ||
* @license MIT | ||
*/ |
{ | ||
"name": "@pdfme/common", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "hand-dot", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -209,3 +209,3 @@ import { z } from 'zod'; | ||
return !input.match( | ||
/([\u30a0-\u30ff\u3040-\u309f\u3005-\u3006\u30e0-\u9fcf]|[A-Za-z0-9!"#$%&'()*+,-./:;<=>?@[\]^_`{|}〜])+/ | ||
/([\u30a0-\u30ff\u3040-\u309f\u3005-\u3006\u30e0-\u9fcf]|[A-Za-z0-9!"#$%&'()*+,-./:;<=>?@[\]^_`{|}〜 ])+/ | ||
); | ||
@@ -212,0 +212,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1525162