rez_core 3.1.2 → 3.1.3

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": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -635,6 +635,8 @@ export class FilterService {
635
635
  const op = filter.filter_operator;
636
636
  const key = `param_${attr}_${Math.random().toString(36).substring(2, 8)}`;
637
637
 
638
+ console.log(meta, 'META');
639
+
638
640
  if (
639
641
  (meta.data_source_type === 'entity' ||
640
642
  meta.data_source_type === 'master') &&