@compas/stdlib
Advanced tools
Comparing version 0.0.106 to 0.0.107
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.0.106", | ||
"version": "0.0.107", | ||
"description": "All kinds of utility functions", | ||
@@ -16,4 +16,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/insight": "0.0.106", | ||
"@types/node": "14.14.16", | ||
"@compas/insight": "0.0.107", | ||
"@types/node": "14.14.19", | ||
"dotenv": "8.2.0", | ||
@@ -43,3 +43,3 @@ "lodash.merge": "4.6.2" | ||
}, | ||
"gitHead": "c567f9d3f31a2e19a7cc88f0ea4d19a4e290b597" | ||
"gitHead": "3788c6771ecb63aa83528f821c0572b22b524d3d" | ||
} |
@@ -108,3 +108,3 @@ # @compas/stdlib | ||
For contributing see [contributing.md](https://compasjs.com/contributing). | ||
For contributing see [contributing.md](https://compasjs.com/contributing.html). | ||
@@ -111,0 +111,0 @@ ## New features |
@@ -71,3 +71,3 @@ import { lstatSync, realpathSync } from "fs"; | ||
reason: AppError.format(reason), | ||
promise: AppError.format(promise), | ||
promise: promise, | ||
}), | ||
@@ -74,0 +74,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
31031
+ Added@compas/insight@0.0.107(transitive)
+ Added@types/node@14.14.19(transitive)
- Removed@compas/insight@0.0.106(transitive)
- Removed@types/node@14.14.16(transitive)
Updated@compas/insight@0.0.107
Updated@types/node@14.14.19