Comparing version 1.0.4 to 1.0.5
@@ -35,2 +35,6 @@ const joi = require('@hapi/joi'); | ||
direction: common.direction, | ||
distance: joi.array() | ||
.items(joi.number()) | ||
.min(1) | ||
.max(2), | ||
desc: joi.boolean(), | ||
@@ -37,0 +41,0 @@ entity: joi.string() |
{ | ||
"name": "graphed", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Minimum graph's data structure implemented with pluggable stores (redis, dynamodb, memory, ...) and compatible with AWS Firehose", | ||
@@ -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
176091
4663