@cocreate/authenticate
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -0,1 +1,8 @@ | ||
# [1.3.0](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.2.1...v1.3.0) (2023-08-21) | ||
### Features | ||
* Update cocreate dependencies for the latest features and bug fixes ([151fb4f](https://github.com/CoCreate-app/CoCreate-authenticate/commit/151fb4f3b0c7f5f61197add017398445dda3ecf8)) | ||
## [1.2.1](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.2.0...v1.2.1) (2023-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"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.5.0", | ||
"@cocreate/uuid": "^1.6.1", | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
66907
Updated@cocreate/uuid@^1.6.1