@bothrs/util
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -11,3 +11,3 @@ // DB_CONNECTION=mysql | ||
const { parsed } = require('dotenv/lib/main').config() | ||
const parsed = Object.assign({}, process.env, require('dotenv/lib/main').config().parsed) | ||
@@ -14,0 +14,0 @@ const config = { |
{ | ||
"name": "@bothrs/util", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "Common helper functions", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
63152
22