@cocreate/authorize
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -0,1 +1,8 @@ | ||
## [1.6.2](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.6.1...v1.6.2) (2023-08-21) | ||
### Bug Fixes | ||
* use data.apikey ([985bbcd](https://github.com/CoCreate-app/CoCreate-authorize/commit/985bbcd87ca5db8fc672f359e6bc2ea8ced4a2d7)) | ||
## [1.6.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.6.0...v1.6.1) (2023-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authorize", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -176,3 +176,3 @@ (function (root, factory) { | ||
permission = await checkPermissionObject({ | ||
key: data.key, | ||
key: data.apikey, | ||
data | ||
@@ -179,0 +179,0 @@ }) |
73645