chore(version): bump version

This commit is contained in:
Mauricio Siu 2024-09-27 11:23:44 -06:00
parent 65c1001751
commit bbfe095045
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "dokploy", "name": "dokploy",
"version": "v0.9.0", "version": "v0.9.1",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"type": "module", "type": "module",

View File

@ -1,9 +1,9 @@
import type { IncomingMessage } from "node:http"; import type { IncomingMessage } from "node:http";
import { TimeSpan } from "lucia"; import { TimeSpan } from "lucia";
import { Lucia } from "lucia/dist/core.js"; import { Lucia } from "lucia/dist/core.js";
import { type ReturnValidateToken, adapter } from "./auth";
import { findAdminByAuthId } from "../api/services/admin"; import { findAdminByAuthId } from "../api/services/admin";
import { findUserByAuthId } from "../api/services/user"; import { findUserByAuthId } from "../api/services/user";
import { type ReturnValidateToken, adapter } from "./auth";
export const luciaToken = new Lucia(adapter, { export const luciaToken = new Lucia(adapter, {
sessionCookie: { sessionCookie: {