@skyra/env-utilities
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ import { fileURLToPath } from 'node:url'; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
var packageVersion = "1.3.1-next.30f0d76"; | ||
var packageVersion = "1.3.1-next.3ef7779"; | ||
function loadEnvFiles(options) { | ||
@@ -11,0 +11,0 @@ const log = options?.debug ? (message) => console.debug(`[@skyra/env-utilities@${packageVersion}][DEBUG] ${message}`) : (_) => void 0; |
{ | ||
"name": "@skyra/env-utilities", | ||
"version": "1.3.1-next.30f0d76", | ||
"version": "1.3.1-next.3ef7779", | ||
"description": "Functional utilities for reading and parsing environmental variables", | ||
@@ -63,9 +63,9 @@ "author": "@skyra", | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"@favware/cliff-jumper": "^5.0.0", | ||
"@vitest/coverage-v8": "^2.1.3", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"tsup": "^8.2.4", | ||
"tsup": "^8.3.5", | ||
"typescript": "~5.4.5", | ||
"vitest": "^2.0.5" | ||
"vitest": "^2.1.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet