@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.
@@ -10450,8 +10450,7 @@ const DotEnvSchema = object({
10450
10450
  "warn",
10451
10451
  "error",
10452
10452
  "none"
10453
- ]).default("warn"),
10454
- NODE_TLS_REJECT_UNAUTHORIZED: _enum(["0", "1"]).optional()
10453
+ ]).default("warn")
10455
10454
  });
10456
10455
  /**
10457
10456
  * Partial version of the environment variables schema where all fields are optional.