Comparing version 1.0.5 to 1.0.6
@@ -44,3 +44,4 @@ const joi = require('@hapi/joi'); | ||
.required(), | ||
namespace: joi.string() | ||
namespace: joi.string(), | ||
limit: joi.number() | ||
}); | ||
@@ -47,0 +48,0 @@ |
{ | ||
"name": "graphed", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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", |
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
176820
4684