rez_core 5.0.198 → 5.0.199

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "5.0.198",
3
+ "version": "5.0.199",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -969,7 +969,7 @@ export class FilterService {
969
969
  case 'empty':
970
970
  return {
971
971
  query: `e.${attr} IS NULL`,
972
- params: {},
972
+ params: { [key]: '' },
973
973
  };
974
974
 
975
975
  case 'not_empty':