@platformatic/config
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4
@@ -100,2 +100,3 @@ import { FastifyError } from '@fastify/error' | ||
getMetrics?: () => Promise<string> | ||
getMeta?(): () => Promise<object> | ||
inject?: (injectParams: object) => Promise<{ | ||
@@ -118,10 +119,11 @@ statusCode: number | ||
export interface StackableContext { | ||
serviceId: string | ||
isEntrypoint: boolean | ||
serviceId: string, | ||
isEntrypoint: boolean, | ||
isProduction: boolean, | ||
directory: string | ||
telemetryConfig: object | ||
metricsConfig: object | ||
serverConfig: object | ||
hasManagementApi: boolean | ||
localServiceEnvVars: Map<string, string> | ||
telemetryConfig: object, | ||
metricsConfig: object, | ||
serverConfig: object, | ||
hasManagementApi: boolean, | ||
localServiceEnvVars: Map<string, string>, | ||
} | ||
@@ -128,0 +130,0 @@ |
{ | ||
"name": "@platformatic/config", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-alpha.4", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
"undici": "^6.9.0", | ||
"@platformatic/utils": "2.0.0-alpha.3" | ||
"@platformatic/utils": "2.0.0-alpha.4" | ||
}, | ||
@@ -44,0 +44,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
46927
991
+ Added@platformatic/utils@2.0.0-alpha.4(transitive)
- Removed@platformatic/utils@2.0.0-alpha.3(transitive)