estimate-library
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -32,3 +32,3 @@ "use strict"; | ||
tasks: [(0, row_1.createRow)(departments)], | ||
total: (0, row_1.createRow)(departments, 'Subtotal'), | ||
total: (0, row_1.createRow)(departments, "Subtotal by ".concat(sectionName)), | ||
}; | ||
@@ -57,3 +57,3 @@ } | ||
var updateNameSection = function (section, name) { | ||
return __assign(__assign({}, section), { name: name }); | ||
return __assign(__assign({}, section), { name: name, total: __assign(__assign({}, section.total), { name: "Subtotal by ".concat(name) }) }); | ||
}; | ||
@@ -60,0 +60,0 @@ exports.updateNameSection = updateNameSection; |
{ | ||
"name": "estimate-library", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
32904