haystack-core
Advanced tools
Comparing version 2.0.22 to 2.0.23
@@ -553,2 +553,10 @@ import { HGrid } from './HGrid'; | ||
/** | ||
* Validates kind for a tag. Tag values that are null are skipped. | ||
* | ||
* @param name The name of the tag. | ||
* @param dict The dict used for validation. | ||
* @throws An error if the kind is invalid. | ||
*/ | ||
private validateKind; | ||
/** | ||
* Validates all of the tags on the dict. Any tags that don't exist in the namespcae | ||
@@ -555,0 +563,0 @@ * will be skipped. |
@@ -14,3 +14,3 @@ { | ||
"email": "support@j2inn.com", | ||
"version": "2.0.22", | ||
"version": "2.0.23", | ||
"module": "dist/index.es.js", | ||
@@ -17,0 +17,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
1158232
37483