@platformatic/config
Advanced tools
Comparing version 0.32.0 to 0.33.0
@@ -28,5 +28,5 @@ import { type InstanceOptions } from 'ajv' | ||
export default class ConfigManager { | ||
export default class ConfigManager<T=object> { | ||
constructor(opts: IConfigManagerOptions) | ||
current: object | ||
current: T | ||
fullPath: string | ||
@@ -33,0 +33,0 @@ startWatching(): void |
{ | ||
"name": "@platformatic/config", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -31,4 +31,4 @@ "main": "index.js", | ||
"undici": "^5.22.1", | ||
"@platformatic/metaconfig": "0.32.0", | ||
"@platformatic/utils": "0.32.0" | ||
"@platformatic/metaconfig": "0.33.0", | ||
"@platformatic/utils": "0.33.0" | ||
}, | ||
@@ -35,0 +35,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
55853
288
46
3
153
+ Added@platformatic/metaconfig@0.33.0(transitive)
+ Added@platformatic/utils@0.33.0(transitive)
- Removed@platformatic/metaconfig@0.32.0(transitive)
- Removed@platformatic/utils@0.32.0(transitive)
Updated@platformatic/utils@0.33.0