d2l-lms-launch-darkly-feature-converter-plugin
Advanced tools
Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "d2l-lms-launch-darkly-feature-converter-plugin", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -23,2 +23,4 @@ const _ = require( 'lodash' ); | ||
const farmMultivariateSchemaV1_0 = require( '../schemas/farm-multivariate/v1_0.json' ); | ||
const instanceBooleanSchemaV1_0 = require( '../schemas/instance-boolean/v1_0.json' ); | ||
@@ -85,2 +87,12 @@ const instanceBooleanSchemaV1_1 = require( '../schemas/instance-boolean/v1_1.json' ); | ||
); | ||
yield new Converter( | ||
multivariateFeatureKind, | ||
createSchemaValiators( [ | ||
farmMultivariateSchemaV1_0 | ||
] ), | ||
multiVariationMapper, | ||
farmEnvironmentMapper, | ||
[ generateFlagTag, farmFlagTag ] | ||
); | ||
@@ -87,0 +99,0 @@ yield new Converter( |
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
178421
72
7639