@settlemint/sdk-utils 2.3.5-pr73f6894d → 2.3.5-pr850c58a6

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.
@@ -10921,8 +10921,7 @@ const DotEnvSchema = object({
10921
10921
  "warn",
10922
10922
  "error",
10923
10923
  "none"
10924
- ]).default("warn"),
10925
- NODE_TLS_REJECT_UNAUTHORIZED: _enum(["0", "1"]).optional()
10924
+ ]).default("warn")
10926
10925
  });
10927
10926
  /**
10928
10927
  * Partial version of the environment variables schema where all fields are optional.