@skedulo/mex-types 1.6.14 → 1.6.15

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.
@@ -410,6 +410,7 @@ export interface BaseSelectEditor {
410
410
  * @typeAdhoc textarea
411
411
  * @label Add your drop down choices
412
412
  * @placeholder Each choice must be on a separate line
413
+ * @required true
413
414
  */
414
415
  options?: string;
415
416
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.6.14",
3
+ "version": "1.6.15",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },