@dataloop-ai/components 0.19.169 → 0.19.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -96,8 +96,8 @@ const mergeWords = (words: string[]) => {
|
|
|
96
96
|
|
|
97
97
|
if (currentItem === 'IN' || currentItem === 'NOT-IN') {
|
|
98
98
|
merging = true
|
|
99
|
-
mergeIndex = i + 1
|
|
100
99
|
result.push(currentItem)
|
|
100
|
+
mergeIndex = result.length
|
|
101
101
|
continue
|
|
102
102
|
} else if (
|
|
103
103
|
Object.values(Logical).includes(currentItem as any) ||
|