abstract-chart
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -161,3 +161,3 @@ "use strict"; | ||
default: | ||
return ts_exhaustive_check_1.exhaustiveCheck(chart.labelLayout); | ||
return (0, ts_exhaustive_check_1.exhaustiveCheck)(chart.labelLayout); | ||
} | ||
@@ -186,3 +186,3 @@ return AbstractImage.createGroup("XAxisBottom", [xLines, xLabels, xLabel]); | ||
default: | ||
return ts_exhaustive_check_1.exhaustiveCheck(chart.labelLayout); | ||
return (0, ts_exhaustive_check_1.exhaustiveCheck)(chart.labelLayout); | ||
} | ||
@@ -212,3 +212,3 @@ return AbstractImage.createGroup("XAxisTop", [xLines2, xLabels2, xLabel2]); | ||
default: | ||
return ts_exhaustive_check_1.exhaustiveCheck(chart.labelLayout); | ||
return (0, ts_exhaustive_check_1.exhaustiveCheck)(chart.labelLayout); | ||
} | ||
@@ -238,3 +238,3 @@ return AbstractImage.createGroup("YAxisLeft", [yLines, yLabels, yLabel]); | ||
default: | ||
return ts_exhaustive_check_1.exhaustiveCheck(chart.labelLayout); | ||
return (0, ts_exhaustive_check_1.exhaustiveCheck)(chart.labelLayout); | ||
} | ||
@@ -241,0 +241,0 @@ return AbstractImage.createGroup("YAxisRight", [yLines2, yLabels2, yLabel2]); |
{ | ||
"name": "abstract-chart", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Drawing charts using multiple unit of measure axes as coordinate system", | ||
@@ -18,3 +18,3 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-chart", | ||
"dependencies": { | ||
"abstract-image": "^3.1.0", | ||
"abstract-image": "^3.1.1", | ||
"ramda": "^0.22.1", | ||
@@ -26,3 +26,3 @@ "ts-exhaustive-check": "^1.0.0" | ||
}, | ||
"gitHead": "eb933700e3c4dcfc42c17ecac358f6d9007605cd" | ||
"gitHead": "71b7c32a8054abdd0a30c5662067b6e1dd41dbac" | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
101610
0
Updatedabstract-image@^3.1.1