@skedulo/mex-types 1.3.17 → 1.3.18

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.
@@ -47,8 +47,8 @@ type MexBaseMetadata = {
47
47
  email?: string;
48
48
  /**
49
49
  * @label Mobile display order
50
- * min 0
51
- * max 999
50
+ * @min 0
51
+ * @max 999
52
52
  * @tooltip Please choose a number to determine the display priority of the form within the mobile app. A higher number will result in a lower display position for the form in the mobile app
53
53
  */
54
54
  displayOrder: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.3.17",
3
+ "version": "1.3.18",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },