@evoke-platform/context 1.0.0-dev.93 → 1.0.0-dev.94

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.
@@ -215,7 +215,7 @@ export type ActionInput = {
215
215
  json?: string;
216
216
  show?: boolean;
217
217
  when?: string;
218
- eq?: string | number;
218
+ eq?: string | number | boolean;
219
219
  };
220
220
  property?: {
221
221
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.0.0-dev.93",
3
+ "version": "1.0.0-dev.94",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",