@cocreate/authenticate
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,8 @@ | ||
## [1.3.1](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.0...v1.3.1) (2023-08-21) | ||
### Bug Fixes | ||
* bump dependencies ([acde4f4](https://github.com/CoCreate-app/CoCreate-authenticate/commit/acde4f4e662b5871fc0693bba245d538534a2879)) | ||
# [1.3.0](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.2.1...v1.3.0) (2023-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -43,5 +43,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/uuid": "^1.6.1", | ||
"@cocreate/uuid": "^1.7.0", | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
67163
Updated@cocreate/uuid@^1.7.0