@platformatic/config
Advanced tools
Comparing version 0.33.1 to 0.34.0
{ | ||
"name": "@platformatic/config", | ||
"version": "0.33.1", | ||
"version": "0.34.0", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -31,4 +31,4 @@ "main": "index.js", | ||
"undici": "^5.22.1", | ||
"@platformatic/metaconfig": "0.33.1", | ||
"@platformatic/utils": "0.33.1" | ||
"@platformatic/metaconfig": "0.34.0", | ||
"@platformatic/utils": "0.34.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
@@ -131,3 +131,3 @@ 'use strict' | ||
mockPool.intercept({ | ||
path: `/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`, | ||
path: `/schemas/v${pkg.version}/db`, | ||
method: 'GET' | ||
@@ -149,3 +149,3 @@ }).reply(404, () => { | ||
same(cm.current, { | ||
$schema: `https://platformatic.dev/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`, | ||
$schema: `https://platformatic.dev/schemas/v${pkg.version}/db`, | ||
server: { hostname: '127.0.0.1', port: '3042', logger: { level: 'info' } }, | ||
@@ -186,3 +186,3 @@ metrics: { auth: { username: 'plt-db', password: 'plt-db' } }, | ||
mockPool.intercept({ | ||
path: `/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`, | ||
path: `/schemas/v${pkg.version}/db`, | ||
method: 'GET' | ||
@@ -202,3 +202,3 @@ }).reply(200, () => { | ||
same(cm.current, { | ||
$schema: `https://platformatic.dev/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`, | ||
$schema: `https://platformatic.dev/schemas/v${pkg.version}/db`, | ||
server: { hostname: '127.0.0.1', port: '3042', logger: { level: 'info' } }, | ||
@@ -205,0 +205,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
55757
+ Added@platformatic/metaconfig@0.34.0(transitive)
+ Added@platformatic/utils@0.34.0(transitive)
- Removed@platformatic/metaconfig@0.33.1(transitive)
- Removed@platformatic/utils@0.33.1(transitive)
Updated@platformatic/utils@0.34.0