blue-button-match
Advanced tools
Comparing version 1.1.0-beta.6 to 1.1.0-beta.7
@@ -7,3 +7,3 @@ "use strict"; | ||
var supportedSections = _.filter(blueButtonMeta.supported_sections, function (input) { | ||
if (input === 'plan_of_care' || input === 'payers') { | ||
if (input === 'plan_of_care' || input === 'payers' || input === 'providers') { | ||
return false; | ||
@@ -10,0 +10,0 @@ } else { |
{ | ||
"name": "blue-button-match", | ||
"version": "1.1.0-beta.6", | ||
"version": "1.1.0-beta.7", | ||
"description": "Automatic matching of Blue Button JSON data (detection of new, duplicate and partial match entries).", | ||
@@ -5,0 +5,0 @@ "main": "/index.js", |
2371485