@cocreate/authenticate
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,9 @@ | ||
## [1.4.2](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.4.1...v1.4.2) (2023-11-03) | ||
### Bug Fixes | ||
* update dependencies to the lates versions ([cf521c5](https://github.com/CoCreate-app/CoCreate-authenticate/commit/cf521c568da5a8d938285d303ba2fa843a928b78)) | ||
* update method to use object.update etc ([ab9bacb](https://github.com/CoCreate-app/CoCreate-authenticate/commit/ab9bacb163d67ab3d7947a49ae94b6d92fbe3dda)) | ||
## [1.4.1](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.4.0...v1.4.1) (2023-10-25) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"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/utils": "^1.26.1", | ||
"@cocreate/utils": "^1.26.2", | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
@@ -44,3 +44,3 @@ const crypto = require('crypto'); | ||
// crud.send({ | ||
// method: 'create.object', | ||
// method: 'object.create', | ||
// array: 'keys', | ||
@@ -59,3 +59,3 @@ // object: { | ||
const keys = crud.send({ | ||
method: 'read.object', | ||
method: 'object.read', | ||
array: 'keys', | ||
@@ -84,3 +84,3 @@ object: { | ||
// crud.send({ | ||
// method: 'delete.object', | ||
// method: 'object.delete', | ||
// array: 'keys', | ||
@@ -87,0 +87,0 @@ // object: { |
74710
Updated@cocreate/utils@^1.26.2