This commit is contained in:
Tben 2023-07-02 07:08:20 +01:00
parent cc1112c3f0
commit eb3fe1aab0
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "1.1.55",
"version": "1.1.56",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"scripts": {

View File

@ -10,3 +10,5 @@
* @property {string} csrf_k - CSRF key
* @property {boolean} logged_in_status - Is user logged in or not
*/
module.exports = { DATASQUIREL_LoggedInUser };