@cocreate/uuid
Advanced tools
Comparing version 1.11.5 to 1.11.6
@@ -0,1 +1,8 @@ | ||
## [1.11.6](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.11.5...v1.11.6) (2024-07-09) | ||
### Bug Fixes | ||
* remove commented and dead code ([50b10aa](https://github.com/CoCreate-app/CoCreate-uuid/commit/50b10aaa04b6621dc669f69ab25398ea532e4323)) | ||
## [1.11.5](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.11.4...v1.11.5) (2024-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/uuid", | ||
"version": "1.11.5", | ||
"version": "1.11.6", | ||
"description": "A simple uuid component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,5 +0,1 @@ | ||
// export function randomId() { | ||
// const uint32 = window.crypto.getRandomValues(new Uint32Array(1))[0]; | ||
// return uint32.toString(16); | ||
// } | ||
@@ -6,0 +2,0 @@ (function (root, factory) { |
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
98252
173