@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.17955d7"; | ||
var packageVersion = "1.3.1-next.2a3232b"; | ||
function loadEnvFiles(options) { | ||
@@ -159,3 +159,3 @@ const log = options?.debug ? (message) => console.debug(`[@skyra/env-utilities@${packageVersion}][DEBUG] ${message}`) : (_) => void 0; | ||
export { envIsDefined, envIsNull, envIsNullish, envIsUndefined, envParseArray, envParseBoolean, envParseInteger, envParseNumber, envParseString, setup }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@skyra/env-utilities", | ||
"version": "1.3.1-next.17955d7", | ||
"version": "1.3.1-next.2a3232b", | ||
"description": "Functional utilities for reading and parsing environmental variables", | ||
@@ -63,9 +63,9 @@ "author": "@skyra", | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^4.0.2", | ||
"@vitest/coverage-v8": "^2.0.2", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@vitest/coverage-v8": "^2.1.3", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"tsup": "^8.1.0", | ||
"tsup": "^8.3.5", | ||
"typescript": "~5.4.5", | ||
"vitest": "^2.0.2" | ||
"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
70208
8.71%