d2l-lms-launch-darkly-feature-converter-plugin
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "d2l-lms-launch-darkly-feature-converter-plugin", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -36,3 +36,3 @@ { | ||
"patternProperties": { | ||
"^[a-zA-Z_-]+": { | ||
"^[a-zA-Z0-9_-]+$": { | ||
"$ref": "#/definitions/variation", | ||
@@ -86,3 +86,3 @@ "title": "The variation key" | ||
"minLength": 1, | ||
"pattern": "^[a-zA-Z_-]+" | ||
"pattern": "^[a-zA-Z0-9_-]+$" | ||
}, | ||
@@ -181,3 +181,3 @@ "targets": { | ||
"minLength": 1, | ||
"pattern": "^[a-zA-Z_-]+" | ||
"pattern": "^[a-zA-Z0-9_-]+$" | ||
} | ||
@@ -222,3 +222,3 @@ } | ||
"minLength": 1, | ||
"pattern": "^[a-zA-Z_-]+" | ||
"pattern": "^[a-zA-Z0-9_-]+$" | ||
} | ||
@@ -225,0 +225,0 @@ } |
@@ -36,3 +36,3 @@ { | ||
"patternProperties": { | ||
"^[a-zA-Z_-]+": { | ||
"^[a-zA-Z0-9_-]+$": { | ||
"$ref": "#/definitions/variation", | ||
@@ -86,3 +86,3 @@ "title": "The variation key" | ||
"minLength": 1, | ||
"pattern": "^[a-zA-Z_-]+" | ||
"pattern": "^[a-zA-Z0-9_-]+$" | ||
}, | ||
@@ -199,3 +199,3 @@ "targets": { | ||
"minLength": 1, | ||
"pattern": "^[a-zA-Z_-]+" | ||
"pattern": "^[a-zA-Z0-9_-]+$" | ||
} | ||
@@ -240,3 +240,3 @@ } | ||
"minLength": 1, | ||
"pattern": "^[a-zA-Z_-]+" | ||
"pattern": "^[a-zA-Z0-9_-]+$" | ||
} | ||
@@ -243,0 +243,0 @@ } |
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
74789