@cocreate/uuid
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -0,1 +1,9 @@ | ||
## [1.7.2](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.7.1...v1.7.2) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([eb994b5](https://github.com/CoCreate-app/CoCreate-uuid/commit/eb994b5f0a3d57b820f241c9bb324d266adccce8)) | ||
* Update dCoCreate dpendencies to latest versions ([47932a7](https://github.com/CoCreate-app/CoCreate-uuid/commit/47932a76fe00004a20db286d4bdb53de963695a3)) | ||
## [1.7.1](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.7.0...v1.7.1) (2023-08-21) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/uuid/index.html", | ||
"path": "/docs/uuid", | ||
"pathname": "/docs/uuid/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,7 +19,5 @@ "host": [ | ||
], | ||
"directory": "/docs/uuid", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"directory": "uuid", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
"public": "true" | ||
} | ||
@@ -25,0 +24,0 @@ } |
{ | ||
"name": "@cocreate/uuid", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "A simple uuid component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
97513
195