git-csv-diff
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "git-csv-diff", | ||
"author": "Valor-Software", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "GPL-3.0", | ||
@@ -6,0 +6,0 @@ "description": "Library generate difference between csv-files based on Git commit hash", |
@@ -61,3 +61,3 @@ 'use strict'; | ||
setMetaDataType(modelDiff.metadata); | ||
setMetaDataLanguage(modelDiff, metaData.fileName); | ||
setMetaDataLanguage(modelDiff.metadata, metaData.fileName); | ||
@@ -64,0 +64,0 @@ /* Slice Groupd of Changes */ |
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
69953