@vuu-ui/vuu-table-extras 0.8.0-debug → 0.8.1-debug

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/esm/index.js CHANGED
@@ -193,6 +193,7 @@ var columnExpressionLanguage = LRLanguage.define({
193
193
  Operator: tag.operator
194
194
  })
195
195
  ]
196
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
196
197
  })
197
198
  });
198
199
  var columnExpressionLanguageSupport = () => {