d2l-lms-launch-darkly-feature-converter-plugin
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "d2l-lms-launch-darkly-feature-converter-plugin", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,2 +21,3 @@ const _ = require( 'lodash' ); | ||
const farmBooleanSchemaV1_0 = require( '../schemas/farm-boolean/v1_0.json' ); | ||
const farmBooleanSchemaV1_1 = require( '../schemas/farm-boolean/v1_1.json' ); | ||
@@ -77,3 +78,4 @@ const instanceBooleanSchemaV1_0 = require( '../schemas/instance-boolean/v1_0.json' ); | ||
createSchemaValiators( [ | ||
farmBooleanSchemaV1_0 | ||
farmBooleanSchemaV1_0, | ||
farmBooleanSchemaV1_1 | ||
] ), | ||
@@ -80,0 +82,0 @@ booleanVariationMapper, |
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
169777
69
7208