Comparing version 6.0.8 to 6.0.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.fromString = exports.empty = exports.isUuid = exports.regex = exports.uuid = void 0; | ||
const uuid_1 = require("uuid"); | ||
@@ -4,0 +5,0 @@ const uuidv4 = function () { |
@@ -0,1 +1,8 @@ | ||
## [6.0.9](https://github.com/thenativeweb/uuidv4/compare/6.0.8...6.0.9) (2020-05-21) | ||
### Bug Fixes | ||
* bump uuid from 8.0.0 to 8.1.0 ([#163](https://github.com/thenativeweb/uuidv4/issues/163)) ([50ec04e](https://github.com/thenativeweb/uuidv4/commit/50ec04e86a33f123f3b4fac5038bec07c2075bee)) | ||
## [6.0.8](https://github.com/thenativeweb/uuidv4/compare/6.0.7...6.0.8) (2020-04-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "uuidv4", | ||
"version": "6.0.8", | ||
"version": "6.0.9", | ||
"description": "uuidv4 creates v4 UUIDs.", | ||
@@ -30,3 +30,3 @@ "contributors": [ | ||
"dependencies": { | ||
"uuid": "8.0.0" | ||
"uuid": "8.1.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
"assertthat": "5.1.1", | ||
"roboter": "11.1.19", | ||
"roboter": "11.1.24", | ||
"semantic-release-configuration": "1.0.19" | ||
@@ -39,0 +39,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
9979
81
+ Addeduuid@8.1.0(transitive)
- Removeduuid@8.0.0(transitive)
Updateduuid@8.1.0