@platformatic/config
Advanced tools
Comparing version 1.19.0 to 1.20.0
@@ -68,1 +68,3 @@ import { type InstanceOptions } from 'ajv' | ||
export function printAndExitLoadConfigError (err: any): void | ||
export function printAndExitValidationError (err: any): void |
{ | ||
"name": "@platformatic/config", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -18,26 +18,27 @@ "main": "index.js", | ||
"@iarna/toml": "^2.2.5", | ||
"c8": "^9.0.0", | ||
"borp": "^0.9.0", | ||
"c8": "^9.1.0", | ||
"fastify": "^4.26.0", | ||
"glob": "^10.3.10", | ||
"fastify": "^4.23.2", | ||
"json5": "^2.2.3", | ||
"snazzy": "^9.0.0", | ||
"standard": "^17.1.0", | ||
"yaml": "^2.3.2" | ||
"yaml": "^2.3.4" | ||
}, | ||
"dependencies": { | ||
"@fastify/deepmerge": "^1.3.0", | ||
"@fastify/error": "^3.3.0", | ||
"@fastify/error": "^3.4.1", | ||
"ajv": "^8.12.0", | ||
"dotenv": "^16.3.1", | ||
"dotenv": "^16.4.1", | ||
"minimist": "^1.2.8", | ||
"pupa": "^3.1.0", | ||
"semver": "^7.5.4", | ||
"undici": "^6.0.0", | ||
"@platformatic/metaconfig": "1.19.0", | ||
"@platformatic/utils": "1.19.0" | ||
"undici": "^6.6.0", | ||
"@platformatic/utils": "1.20.0", | ||
"@platformatic/metaconfig": "1.20.0" | ||
}, | ||
"scripts": { | ||
"test": "pnpm run lint && c8 --100 node ./test/runner.js", | ||
"test": "pnpm run lint && borp --coverage", | ||
"lint": "standard | snazzy" | ||
} | ||
} |
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
36691
684
9
+ Added@platformatic/metaconfig@1.20.0(transitive)
+ Added@platformatic/utils@1.20.0(transitive)
- Removed@platformatic/metaconfig@1.19.0(transitive)
- Removed@platformatic/utils@1.19.0(transitive)
Updated@fastify/error@^3.4.1
Updated@platformatic/utils@1.20.0
Updateddotenv@^16.4.1
Updatedundici@^6.6.0