@venncity/errors
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.7.3](https://github.com/venn-city/npm-shelf/compare/@venncity/errors@1.7.2...@venncity/errors@1.7.3) (2020-05-31) | ||
**Note:** Version bump only for package @venncity/errors | ||
## [1.7.2](https://github.com/venn-city/npm-shelf/compare/@venncity/errors@1.7.1...@venncity/errors@1.7.2) (2020-05-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@venncity/errors", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"author": "Venn Engineering", | ||
@@ -32,3 +32,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "a7a93cd663f5da53548c44de3e71e9cdd4e8b869" | ||
"gitHead": "4d9a14bae3832e6ab3eeea20b15b5caefaeb6b9e" | ||
} |
@@ -1,2 +0,2 @@ | ||
const uuidv4 = require('uuid/v4'); | ||
const { v4: uuidv4 } = require('uuid'); | ||
const { get } = require('lodash'); | ||
@@ -3,0 +3,0 @@ const { |
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
22380