@lbu/stdlib
Advanced tools
Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "@lbu/stdlib", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "All kinds of utility functions", | ||
@@ -16,6 +16,5 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "^0.0.17", | ||
"@lbu/insight": "^0.0.18", | ||
"dotenv": "8.2.0", | ||
"lodash.merge": "4.6.2", | ||
"uuid": "8.0.0" | ||
"lodash.merge": "4.6.2" | ||
}, | ||
@@ -36,3 +35,3 @@ "author": { | ||
}, | ||
"gitHead": "7377e57349804d308fc981644334f6c07a33669c" | ||
"gitHead": "ce9994961d1ede54e8db70c211afb3ca58cc0681" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { v4 } from "uuid"; | ||
import { v4 } from "./vendor/uuid.js"; | ||
@@ -3,0 +3,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
21307
3
11
664
+ Added@lbu/insight@0.0.18(transitive)
- Removeduuid@8.0.0
- Removed@lbu/insight@0.0.17(transitive)
- Removeduuid@8.0.0(transitive)
Updated@lbu/insight@^0.0.18