@makehq/forman-schema 1.3.0 → 1.3.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.
package/dist/index.cjs CHANGED
@@ -498,6 +498,7 @@ async function validateFormanValue(value, field, context) {
498
498
  case "keychain":
499
499
  case "datastore":
500
500
  case "aiagent":
501
+ case "udt":
501
502
  case "file":
502
503
  case "folder":
503
504
  return handleSelectType2(value, normalizedField, context);
package/dist/index.js CHANGED
@@ -469,6 +469,7 @@ async function validateFormanValue(value, field, context) {
469
469
  case "keychain":
470
470
  case "datastore":
471
471
  case "aiagent":
472
+ case "udt":
472
473
  case "file":
473
474
  case "folder":
474
475
  return handleSelectType2(value, normalizedField, context);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makehq/forman-schema",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Forman Schema Tools",
5
5
  "license": "MIT",
6
6
  "author": "Make",