@unleash/client-specification
Advanced tools
Comparing version 4.4.0 to 4.5.0
{ | ||
"name": "@unleash/client-specification", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "A collection of test specifications to guide client implementations in various languages", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,2 +12,9 @@ const Joi = require('joi'); | ||
enabled: Joi.boolean().required(), | ||
dependencies: Joi.array().optional().items( | ||
Joi.object().keys({ | ||
feature: Joi.string().required(), | ||
enabled: Joi.bool().optional(), | ||
variants: Joi.array().items(Joi.string()).optional() | ||
}) | ||
), | ||
strategies: Joi.array().items( | ||
@@ -14,0 +21,0 @@ Joi.object().keys({ |
@@ -17,3 +17,4 @@ [ | ||
"15-global-constraints.json", | ||
"16-strategy-variants.json" | ||
"16-strategy-variants.json", | ||
"17-dependent-features.json" | ||
] |
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
162662
31
4773