@cocreate/authorize
Advanced tools
Comparing version 1.14.4 to 1.14.5
@@ -0,1 +1,8 @@ | ||
## [1.14.5](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.14.4...v1.14.5) (2024-09-21) | ||
### Bug Fixes | ||
* crud-event ([0b65dd4](https://github.com/CoCreate-app/CoCreate-authorize/commit/0b65dd4f2dfff0eac56723e97910bc6ef742796d)) | ||
## [1.14.4](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.14.3...v1.14.4) (2024-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authorize", | ||
"version": "1.14.4", | ||
"version": "1.14.5", | ||
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -29,3 +29,3 @@ (function (root, factory) { | ||
} else { | ||
process.on('changed-object', async (data) => { | ||
process.on('crud-event', async (data) => { | ||
updateAuthorization(data) | ||
@@ -32,0 +32,0 @@ }) |
88305