@cocreate/authorize
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,1 +1,8 @@ | ||
## [1.6.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.6.0...v1.6.1) (2023-08-21) | ||
### Bug Fixes | ||
* bump dependencies ([e9844c9](https://github.com/CoCreate-app/CoCreate-authorize/commit/e9844c9cfdec12f9ab15c11e07af4604e73c4db0)) | ||
# [1.6.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.5.1...v1.6.0) (2023-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authorize", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -48,5 +48,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/crud-client": "^1.23.1", | ||
"@cocreate/utils": "^1.23.1" | ||
"@cocreate/crud-client": "^1.24.0", | ||
"@cocreate/utils": "^1.24.0" | ||
} | ||
} |
73394
Updated@cocreate/utils@^1.24.0