@platformatic/config
Advanced tools
Comparing version 0.20.0 to 0.20.1
{ | ||
"name": "@platformatic/config", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -29,4 +29,4 @@ "main": "index.js", | ||
"pupa": "^3.1.0", | ||
"@platformatic/utils": "0.20.0", | ||
"@platformatic/metaconfig": "0.20.0" | ||
"@platformatic/utils": "0.20.1", | ||
"@platformatic/metaconfig": "0.20.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
@@ -6,2 +6,3 @@ 'use strict' | ||
const ConfigManager = require('..') | ||
const pkg = require('../package.json') | ||
@@ -121,3 +122,3 @@ test('should throw if file is not found', async ({ match, fail }) => { | ||
same(cm.current, { | ||
$schema: 'https://platformatic.dev/schemas/v0.19.0/db', | ||
$schema: `https://platformatic.dev/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`, | ||
server: { hostname: '127.0.0.1', port: '3042', logger: { level: 'info' } }, | ||
@@ -124,0 +125,0 @@ metrics: { auth: { username: 'plt-db', password: 'plt-db' } }, |
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
46254
1204
+ Added@platformatic/metaconfig@0.20.1(transitive)
+ Added@platformatic/utils@0.20.1(transitive)
- Removed@platformatic/metaconfig@0.20.0(transitive)
- Removed@platformatic/utils@0.20.0(transitive)
Updated@platformatic/utils@0.20.1