diff --git a/bun.lockb b/bun.lockb index 21fc739..52f8fd6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0d8b71d..fe27096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nano/session", - "version": "0.1.0", + "version": "0.1.1", "description": "Handle User Session with Sqlite", "repository": { "type": "git", @@ -13,8 +13,8 @@ "test": "bun test ./test/*" }, "dependencies": { - "@nano/sqlite": "0.2.0", - "dayjs": "^1.11.12" + "@nano/sqlite": "0.2.1", + "dayjs": "^1.11.13" }, "devDependencies": { "dotenv": "^16.4.5"