@evoke-platform/context 1.6.0-dev.0 → 1.6.0-dev.1

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.
@@ -102,7 +102,7 @@ export type CriteriaValidation = {
102
102
  criteria?: Record<string, unknown>;
103
103
  };
104
104
  export type StringValidation = {
105
- operator: 'any' | 'all';
105
+ operator?: 'any' | 'all';
106
106
  rules?: RegexValidation[];
107
107
  };
108
108
  export type DocumentValidation = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.6.0-dev.0",
3
+ "version": "1.6.0-dev.1",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",