@hybr1d-tech/charizard 1.1.21 → 1.1.22

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/dist/index.d.ts CHANGED
@@ -866,7 +866,7 @@ declare type FilterConfig = {
866
866
  */
867
867
  declare type FilterConfig_2 = {
868
868
  initialFilters?: {
869
- [key: string]: string | string[];
869
+ [key: string]: string;
870
870
  };
871
871
  filters?: TableFilters;
872
872
  isLoading: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"