@cocreate/authenticate
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
## [1.0.3](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.2...v1.0.3) (2023-06-04) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([1483084](https://github.com/CoCreate-app/CoCreate-authenticate/commit/14830848bf488e8e5139bec35ea44a175905f164)) | ||
## [1.0.2](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.1...v1.0.2) (2023-06-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -43,6 +43,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.7.13", | ||
"@cocreate/uuid": "^1.4.11", | ||
"@cocreate/docs": "^1.7.15", | ||
"@cocreate/uuid": "^1.4.13", | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
59129
Updated@cocreate/docs@^1.7.15
Updated@cocreate/uuid@^1.4.13