@cocreate/authenticate
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,8 @@ | ||
## [1.0.8](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.7...v1.0.8) (2023-06-11) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([99a034d](https://github.com/CoCreate-app/CoCreate-authenticate/commit/99a034d527d818e20bf7abd168bfe64a22343438)) | ||
## [1.0.7](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.6...v1.0.7) (2023-06-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -43,8 +43,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cocreate/cli": "^1.29.3" | ||
"@cocreate/cli": "^1.33.0" | ||
}, | ||
"dependencies": { | ||
"@cocreate/uuid": "^1.4.16", | ||
"@cocreate/uuid": "^1.4.17", | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
62537
Updated@cocreate/uuid@^1.4.17