@ngx-env/builder
Advanced tools
Comparing version 16.0.0 to 16.0.1
@@ -55,2 +55,3 @@ "use strict"; | ||
.filter((key) => prefix.test(key) || key === NG_APP_ENV) | ||
.sort() | ||
.reduce((env, key) => { | ||
@@ -57,0 +58,0 @@ const value = JSON.stringify(processEnv[key]); |
{ | ||
"name": "@ngx-env/builder", | ||
"version": "16.0.0", | ||
"version": "16.0.1", | ||
"description": "Easily inject environment variables into your Angular applications", | ||
@@ -5,0 +5,0 @@ "author": "chihab <chihab@gmail.com>", |
92252
1954