@evoke-platform/context 1.1.0-dev.3 → 1.1.0-dev.4

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.
@@ -135,7 +135,7 @@ export type SelectOption = {
135
135
  };
136
136
  export type VisibilityCondition = {
137
137
  property: string;
138
- operator: 'eq' | 'neq';
138
+ operator: 'eq' | 'ne';
139
139
  value: string | number | boolean;
140
140
  isInstanceProperty?: boolean;
141
141
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.1.0-dev.3",
3
+ "version": "1.1.0-dev.4",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",