@podium/schemas
Advanced tools
Comparing version 4.0.0-next.1 to 4.0.0-next.2
@@ -29,2 +29,3 @@ 'use strict'; | ||
}); | ||
const uriStrict = createValidator({type: 'string', format: 'uri'}) | ||
const uri = createValidator({type: 'string', format: 'uri-reference', 'minLength': 1}) | ||
@@ -41,2 +42,3 @@ const name = withTrimmer(createValidator(manifestSchema.properties.name)); | ||
module.exports.manifest = manifest; | ||
module.exports.uriStrict = uriStrict; | ||
module.exports.uri = uri; | ||
@@ -43,0 +45,0 @@ module.exports.name = name; |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.0.0-next.1", | ||
"version": "4.0.0-next.2", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
7392
146