@platformatic/config
Advanced tools
Comparing version 1.14.4 to 1.15.0
@@ -15,2 +15,4 @@ 'use strict' | ||
const PLT_ROOT = 'PLT_ROOT' | ||
class ConfigManager extends EventEmitter { | ||
@@ -127,4 +129,8 @@ constructor (opts) { | ||
} | ||
const fullEnv = { | ||
...this.env, | ||
[PLT_ROOT]: join(this.fullPath, '..') | ||
} | ||
return this.pupa(configString, this.env, { transform: escapeJSONstring }) | ||
return this.pupa(configString, fullEnv, { transform: escapeJSONstring }) | ||
} | ||
@@ -131,0 +137,0 @@ |
{ | ||
"name": "@platformatic/config", | ||
"version": "1.14.4", | ||
"version": "1.15.0", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -35,4 +35,4 @@ "main": "index.js", | ||
"undici": "^6.0.0", | ||
"@platformatic/metaconfig": "1.14.4", | ||
"@platformatic/utils": "1.14.4" | ||
"@platformatic/metaconfig": "1.15.0", | ||
"@platformatic/utils": "1.15.0" | ||
}, | ||
@@ -39,0 +39,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
36566
682
+ Added@platformatic/metaconfig@1.15.0(transitive)
+ Added@platformatic/utils@1.15.0(transitive)
- Removed@platformatic/metaconfig@1.14.4(transitive)
- Removed@platformatic/utils@1.14.4(transitive)
Updated@platformatic/utils@1.15.0