@cocreate/uuid
Advanced tools
Comparing version 1.2.49 to 1.2.50
@@ -0,1 +1,8 @@ | ||
## [1.2.50](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.2.49...v1.2.50) (2022-12-30) | ||
### Bug Fixes | ||
* update config sources to use template braces with entry on src ([96cb221](https://github.com/CoCreate-app/CoCreate-uuid/commit/96cb22174f8a79aa7cd156bb512860b50053cc07)) | ||
## [1.2.49](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.2.48...v1.2.49) (2022-12-29) | ||
@@ -2,0 +9,0 @@ |
@@ -9,3 +9,2 @@ module.exports = { | ||
{ | ||
"entry": "./docs/index.html", | ||
"collection": "files", | ||
@@ -16,3 +15,3 @@ "document": { | ||
"path": "/docs/uuid/index.html", | ||
"src": "{{source}}", | ||
"src": "{{./docs/index.html}}", | ||
"domains": [ | ||
@@ -19,0 +18,0 @@ "*", |
{ | ||
"name": "@cocreate/uuid", | ||
"version": "1.2.49", | ||
"version": "1.2.50", | ||
"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
68497
193