react-rock 3.0.8 → 3.0.9

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -45,5 +45,5 @@ export type QueryValueType = {
45
45
  lte?: number;
46
46
  };
47
47
  export type QueryType<Row = {}> = {
48
- [key in keyof Row]?: string | number | null | undefined | QueryValueType;
48
+ [key in keyof Row]?: string | number | boolean | null | undefined | QueryValueType;
49
49
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.8",
2
+ "version": "3.0.9",
3
3
  "name": "react-rock",
4
4
  "author": "Naxrul Ahmed",
5
5
  "license": "MIT",