@compas/stdlib
Advanced tools
Comparing version 0.0.179 to 0.0.180
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.0.179", | ||
"version": "0.0.180", | ||
"description": "All kinds of utility functions", | ||
@@ -17,6 +17,6 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@types/node": "16.11.12", | ||
"@types/node": "17.0.8", | ||
"dotenv": "10.0.0", | ||
"lodash.merge": "4.6.2", | ||
"pino": "7.5.1" | ||
"pino": "7.6.2" | ||
}, | ||
@@ -23,0 +23,0 @@ "maintainers": [ |
/** | ||
* | ||
* @param {ConfigLoaderOptions} options | ||
* @return {Promise<ConfigLoaderResult>} | ||
* @returns {Promise<ConfigLoaderResult>} | ||
*/ | ||
@@ -17,3 +17,3 @@ export function configLoaderGet( | ||
* }} [options] | ||
* @return {void} | ||
* @returns {void} | ||
*/ | ||
@@ -20,0 +20,0 @@ export function configLoaderDeleteCache( |
@@ -36,3 +36,3 @@ import { existsSync } from "node:fs"; | ||
* @param {ConfigLoaderOptions} options | ||
* @return {Promise<ConfigLoaderResult>} | ||
* @returns {Promise<ConfigLoaderResult>} | ||
*/ | ||
@@ -109,3 +109,3 @@ export async function configLoaderGet(options) { | ||
* }} [options] | ||
* @return {void} | ||
* @returns {void} | ||
*/ | ||
@@ -142,3 +142,3 @@ export function configLoaderDeleteCache(options) { | ||
* @param {ConfigLoaderOptions} options | ||
* @return {{ | ||
* @returns {{ | ||
* directory: string, | ||
@@ -229,3 +229,3 @@ * filename: string, | ||
* @param {string} name | ||
* @return {string} | ||
* @returns {string} | ||
*/ | ||
@@ -232,0 +232,0 @@ function configLoaderGetUserConfigDir(name) { |
Sorry, the diff of this file is not supported yet
75944
+ Added@types/node@17.0.8(transitive)
+ Addedpino@7.6.2(transitive)
+ Addedprocess-warning@1.0.0(transitive)
- Removed@types/node@16.11.12(transitive)
- Removedfastify-warning@0.2.0(transitive)
- Removedget-caller-file@2.0.5(transitive)
- Removedpino@7.5.1(transitive)
Updated@types/node@17.0.8
Updatedpino@7.6.2