@cocreate/authenticate
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,1 +1,9 @@ | ||
## [1.3.4](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.3...v1.3.4) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([7e9b31e](https://github.com/CoCreate-app/CoCreate-authenticate/commit/7e9b31e98800781ab00f1f2f907422791e27113a)) | ||
* Update dCoCreate dpendencies to latest versions ([d40f90a](https://github.com/CoCreate-app/CoCreate-authenticate/commit/d40f90a9c9484252dbe4e24d1ff6509ab7b5aa74)) | ||
## [1.3.3](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.2...v1.3.3) (2023-09-17) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/authenticate/index.html", | ||
"path": "/docs/authenticate", | ||
"pathname": "/docs/authenticate/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -18,9 +19,8 @@ "host": [ | ||
], | ||
"directory": "/docs/authenticate", | ||
"directory": "authenticate", | ||
"content-type": "text/html", | ||
"public": "true", | ||
"website_id": "5ffbceb7f11d2d00103c4535" | ||
"public": "true" | ||
} | ||
} | ||
] | ||
} | ||
}; |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"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/uuid": "^1.7.0", | ||
"@cocreate/uuid": "^1.7.1", | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
71877
Updated@cocreate/uuid@^1.7.1