@monolith-forensics/monolith-ui 1.7.0 → 1.7.1

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.
@@ -598,7 +598,7 @@ const TableProvider = (_a) => {
598
598
  },
599
599
  sortState,
600
600
  searchState: search,
601
- filterState: _filterState,
601
+ _filterState,
602
602
  };
603
603
  },
604
604
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolith-forensics/monolith-ui",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Matt Danner (Monolith Forensics LLC)",