@platformatic/config
Advanced tools
Comparing version 0.40.0 to 0.41.0
{ | ||
"name": "@platformatic/config", | ||
"version": "0.40.0", | ||
"version": "0.41.0", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -33,4 +33,4 @@ "main": "index.js", | ||
"undici": "^5.22.1", | ||
"@platformatic/metaconfig": "0.40.0", | ||
"@platformatic/utils": "0.40.0" | ||
"@platformatic/metaconfig": "0.41.0", | ||
"@platformatic/utils": "0.41.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
@@ -30,5 +30,2 @@ { | ||
}, | ||
"dashboard": { | ||
"path": "/" | ||
}, | ||
"authorization": { | ||
@@ -35,0 +32,0 @@ "adminSecret": "plt-db" |
@@ -29,6 +29,2 @@ { | ||
}, | ||
"dashboard": { | ||
"enabled": true, | ||
"path": "/" | ||
}, | ||
"authorization": { | ||
@@ -35,0 +31,0 @@ "adminSecret": "plt-db" |
@@ -58,3 +58,2 @@ 'use strict' | ||
migrations: { dir: './demo/auth/migrations', validateChecksums: false }, | ||
dashboard: { enabled: true, path: '/' }, | ||
authorization: { adminSecret: 'plt-db' }, | ||
@@ -85,3 +84,2 @@ foobar: 'foobar' | ||
migrations: { dir: './demo/auth/migrations', validateChecksums: false }, | ||
dashboard: { enabled: true, path: '/' }, | ||
authorization: { adminSecret: 'plt-db' }, | ||
@@ -112,3 +110,2 @@ foobar: 'foobar' | ||
migrations: { dir: './demo/auth/migrations', validateChecksums: false }, | ||
dashboard: { enabled: true, path: '/' }, | ||
authorization: { adminSecret: 'plt-db' }, | ||
@@ -164,3 +161,2 @@ foobar: 'foobar' | ||
}, | ||
dashboard: { path: '/' }, | ||
authorization: { adminSecret: 'plt-db' }, | ||
@@ -216,3 +212,2 @@ watch: { | ||
}, | ||
dashboard: { path: '/' }, | ||
authorization: { adminSecret: 'plt-db' }, | ||
@@ -245,3 +240,2 @@ watch: { | ||
migrations: { dir: './demo/auth/migrations', validateChecksums: false }, | ||
dashboard: { enabled: true, path: '/' }, | ||
authorization: { adminSecret: 'plt-db' }, | ||
@@ -248,0 +242,0 @@ foobar: 'foobar' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
72292
2121
+ Added@platformatic/metaconfig@0.41.0(transitive)
+ Added@platformatic/utils@0.41.0(transitive)
- Removed@platformatic/metaconfig@0.40.0(transitive)
- Removed@platformatic/utils@0.40.0(transitive)
Updated@platformatic/utils@0.41.0