@compas/stdlib
Advanced tools
Comparing version 0.0.126 to 0.0.127
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.0.126", | ||
"version": "0.0.127", | ||
"description": "All kinds of utility functions", | ||
@@ -16,3 +16,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/insight": "0.0.126", | ||
"@compas/insight": "0.0.127", | ||
"@types/node": "14.14.37", | ||
@@ -43,3 +43,3 @@ "dotenv": "8.2.0", | ||
}, | ||
"gitHead": "80a9c008cad24f72ec8d0af3c69c229f371712c1" | ||
"gitHead": "5bc1438cddeb96b50f0395f7de18ba5c1c5b8c91" | ||
} |
@@ -8,3 +8,3 @@ import { lstatSync, realpathSync } from "fs"; | ||
import dotenv from "dotenv"; | ||
import { isProduction, refreshEnvironmentCache } from "./env.js"; | ||
import { refreshEnvironmentCache } from "./env.js"; | ||
import { AppError } from "./error.js"; | ||
@@ -81,3 +81,2 @@ import { isNil } from "./lodash.js"; | ||
ctx: { type: name }, | ||
pretty: !isProduction(), | ||
}); | ||
@@ -84,0 +83,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31739
1028
+ Added@compas/insight@0.0.127(transitive)
- Removed@compas/insight@0.0.126(transitive)
Updated@compas/insight@0.0.127