@trackunit/filters-graphql-hook 0.0.507 → 0.0.509

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/index.cjs.js CHANGED
@@ -288,7 +288,7 @@ const CustomFieldPrefix$1 = "cf__";
288
288
  * @param filters Custom field filters
289
289
  * @returns {CustomFieldFilter[]} Custom field filters in a format that can be used by the GraphQL API
290
290
  */
291
- // eslint-disable-next-line @typescript-eslint/ban-types
291
+ // eslint-disable-next-line @typescript-eslint/no-restricted-types
292
292
  const useCustomFieldFilters = (filters) => {
293
293
  return react.useMemo(() => {
294
294
  const result = [];
package/index.esm.js CHANGED
@@ -286,7 +286,7 @@ const CustomFieldPrefix$1 = "cf__";
286
286
  * @param filters Custom field filters
287
287
  * @returns {CustomFieldFilter[]} Custom field filters in a format that can be used by the GraphQL API
288
288
  */
289
- // eslint-disable-next-line @typescript-eslint/ban-types
289
+ // eslint-disable-next-line @typescript-eslint/no-restricted-types
290
290
  const useCustomFieldFilters = (filters) => {
291
291
  return useMemo(() => {
292
292
  const result = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-graphql-hook",
3
- "version": "0.0.507",
3
+ "version": "0.0.509",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {