git-csv-diff
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "git-csv-diff", | ||
"author": "Valor-Software", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"license": "GPL-3.0", | ||
@@ -6,0 +6,0 @@ "description": "Library generate difference between csv-files based on Git commit hash", |
@@ -269,3 +269,3 @@ 'use strict'; | ||
if(isTranslations && gidChangeDetection) { | ||
if(isTranslations && gidChangeDetection && !isDataPointsFile) { | ||
@@ -272,0 +272,0 @@ // custom flow for translations with changed gid (split `change` to `remove` + `create`) |
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
71811