@platformatic/config
Advanced tools
Comparing version 1.33.0 to 1.35.0
@@ -222,2 +222,3 @@ 'use strict' | ||
} catch (err) { | ||
console.log(err) | ||
if (err.name === 'MissingValueError') { | ||
@@ -311,4 +312,4 @@ if (!this.#isEnvVariable(err.key)) { | ||
/* c8 ignore next 8 */ | ||
async parseAndValidate () { | ||
const validationResult = await this.parse() | ||
async parseAndValidate (replaceEnv = true) { | ||
const validationResult = await this.parse(replaceEnv) | ||
if (!validationResult) { | ||
@@ -315,0 +316,0 @@ throw new errors.ValidationErrors(this.validationErrors.map((err) => { |
{ | ||
"name": "@platformatic/config", | ||
"version": "1.33.0", | ||
"version": "1.35.0", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"@matteo.collina/tspl": "^0.1.1", | ||
"borp": "^0.10.0", | ||
"borp": "^0.11.0", | ||
"c8": "^9.1.0", | ||
@@ -40,3 +40,3 @@ "fastify": "^4.26.2", | ||
"semver": "^7.6.0", | ||
"@platformatic/utils": "1.33.0" | ||
"@platformatic/utils": "1.35.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41726
824
+ Added@platformatic/utils@1.35.0(transitive)
- Removed@platformatic/utils@1.33.0(transitive)
Updated@platformatic/utils@1.35.0