@nomalism-com/types 0.40.93 → 0.40.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.
package/dist/index.cjs CHANGED
@@ -4396,7 +4396,7 @@ var senEmailBodyKeys = {
4396
4396
  ).optional()
4397
4397
  // REMOVED .allow([]) here
4398
4398
  }),
4399
- address: joi77.string().optional().allow("").empty(""),
4399
+ address: joi77.string().optional().allow("", null),
4400
4400
  email: joi77.string().trim(true).lowercase().email({ tlds: { allow: false } }),
4401
4401
  origin: joi77.string().valid(...ProjectInfoOriginTypes)
4402
4402
  };
package/dist/index.js CHANGED
@@ -4396,7 +4396,7 @@ var senEmailBodyKeys = {
4396
4396
  ).optional()
4397
4397
  // REMOVED .allow([]) here
4398
4398
  }),
4399
- address: joi77.string().optional().allow("").empty(""),
4399
+ address: joi77.string().optional().allow("", null),
4400
4400
  email: joi77.string().trim(true).lowercase().email({ tlds: { allow: false } }),
4401
4401
  origin: joi77.string().valid(...ProjectInfoOriginTypes)
4402
4402
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.40.93",
4
+ "version": "0.40.94",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",