@evoke-platform/context 1.2.0-testing.4 → 1.2.0-testing.5

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.
@@ -258,7 +258,6 @@ export type ActionInput = {
258
258
  */
259
259
  values?: SelectOption[];
260
260
  };
261
- nonStrictEnum?: boolean;
262
261
  inputMask?: string;
263
262
  inputMaskPlaceholderChar?: string;
264
263
  tableView?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.2.0-testing.4",
3
+ "version": "1.2.0-testing.5",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",