@headless-adminapp/app 1.5.7 → 1.5.8

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.
@@ -398,12 +398,12 @@ const lookupOperatorOptions = [
398
398
  ];
399
399
  const regardingOperatorOptions = [
400
400
  {
401
- value: 'in',
401
+ value: 'eq',
402
402
  labelKey: 'equals',
403
403
  controls: ['regarding'],
404
404
  },
405
405
  {
406
- value: 'not-in',
406
+ value: 'ne',
407
407
  labelKey: 'doesNotEqual',
408
408
  controls: ['regarding'],
409
409
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headless-adminapp/app",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -38,5 +38,5 @@
38
38
  "uuid": "11.0.3",
39
39
  "yup": "^1.4.0"
40
40
  },
41
- "gitHead": "85010c33721181b76d6973993ce504e3c5d54aef"
41
+ "gitHead": "126eb23deda9cba94b0d652bcd1dd29c9179d121"
42
42
  }