screwdriver-data-schema
Advanced tools
Comparing version 10.1.1 to 10.1.2
@@ -19,3 +19,3 @@ 'use strict'; | ||
n: Joi | ||
.number().positive().integer() | ||
.number().integer() | ||
.description('Numbered line number since the start of the step') | ||
@@ -22,0 +22,0 @@ .example(15), |
{ | ||
"name": "screwdriver-data-schema", | ||
"version": "10.1.1", | ||
"version": "10.1.2", | ||
"description": "Internal Data Schema of Screwdriver", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
57700