@data-wrangling-components/utilities
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -156,3 +156,3 @@ /*! | ||
let name = cleanName(file.name); | ||
const count = fileNames[name]; | ||
const count = fileNames[name] || 0; | ||
--fileNames[name]; | ||
@@ -159,0 +159,0 @@ if (count > 1) { |
{ | ||
"name": "@data-wrangling-components/utilities", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -187,3 +187,3 @@ /*! | ||
let name = cleanName(file.name) | ||
const count = fileNames[name] | ||
const count = fileNames[name] || 0 | ||
--fileNames[name] | ||
@@ -190,0 +190,0 @@ if (count > 1) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97051