@app-config/default-extensions
Advanced tools
Comparing version 2.4.6 to 2.5.0
10
index.js
@@ -21,2 +21,3 @@ // NOTE: This module "breaks" the circular dependency between different packages. | ||
eqDirective, | ||
parseDirective, | ||
hiddenDirective, | ||
@@ -41,4 +42,4 @@ envDirective, | ||
eqDirective(), | ||
parseDirective(), | ||
hiddenDirective(), | ||
v1Compat(), | ||
envDirective(aliases, environmentOverride, environmentSourceNames), | ||
@@ -49,6 +50,9 @@ envVarDirective(aliases, environmentOverride, environmentSourceNames), | ||
overrideDirective(), | ||
encryptedDirective(symmetricKey), | ||
timestampDirective(), | ||
substituteDirective(aliases, environmentOverride, environmentSourceNames), | ||
gitRefDirectives(), | ||
// these will be removed in v3 | ||
v1Compat(true), | ||
gitRefDirectives(undefined, true), | ||
encryptedDirective(symmetricKey, true), | ||
]; | ||
@@ -55,0 +59,0 @@ }, |
{ | ||
"name": "@app-config/default-extensions", | ||
"description": "Default parsing extensions for @app-config", | ||
"version": "2.4.6", | ||
"version": "2.5.0", | ||
"license": "MPL-2.0", | ||
@@ -25,6 +25,6 @@ "author": { | ||
"dependencies": { | ||
"@app-config/core": "^2.4.6", | ||
"@app-config/encryption": "^2.4.6", | ||
"@app-config/extensions": "^2.4.6", | ||
"@app-config/git": "^2.4.6", | ||
"@app-config/core": "^2.5.0", | ||
"@app-config/encryption": "^2.5.0", | ||
"@app-config/extensions": "^2.5.0", | ||
"@app-config/git": "^2.5.0", | ||
"@app-config/v1-compat": "^2.1.4" | ||
@@ -31,0 +31,0 @@ }, |
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
4433
97
Updated@app-config/core@^2.5.0
Updated@app-config/git@^2.5.0