@wbg-mde/repository
Advanced tools
Comparing version 3.0.19 to 3.0.20
@@ -199,3 +199,3 @@ "use strict"; | ||
let summaryObj = {}; | ||
if (status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute] && status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"]) { | ||
if (status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute] && status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"] && !status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["wgtd"]) { | ||
if (status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"] == "mean" || status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"] == "stdev") { | ||
@@ -202,0 +202,0 @@ if (!varDescr[export_master_config_1.Export_Master_Config.variableDescriptionProps.validRange]) { |
@@ -15,3 +15,8 @@ "use strict"; | ||
if (datum.length > 0) { | ||
const grantNos = [...new Set(datum.map(x => x.grant))]; | ||
let grantNos = [...new Set(datum.map(x => x.grant))]; | ||
grantNos = grantNos.filter((n) => { | ||
if (n !== null) { | ||
return n; | ||
} | ||
}); | ||
const fundAg = datum.map((x) => { | ||
@@ -18,0 +23,0 @@ var obj = {}; |
{ | ||
"name": "@wbg-mde/repository", | ||
"version": "3.0.19", | ||
"version": "3.0.20", | ||
"description": "Managing all common method for file system CRUD operations.", | ||
"main": "dist/index.js", | ||
"main": "dist/index.js", | ||
"keywords": [ | ||
@@ -14,2 +14,3 @@ "metadata editor", | ||
"Anoop Xaviour", | ||
"Ghanashyam C Kartha", | ||
"Libin Thomas" | ||
@@ -39,4 +40,4 @@ ], | ||
"type": "git", | ||
"url": "ssh://git@gitlab.assyst.in:6969/wb-dev/MetadataEditor.git" | ||
"url": "ssh://git@gitlab.assyst.in:6969/wb-dev/MDE.git" | ||
} | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
419682
52
9055
3
39