diff --git a/package-lock.json b/package-lock.json index 0474bbd..9eb9f21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-api", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth-api", - "version": "1.1.2", + "version": "1.1.3", "license": "ISC", "dependencies": { "@prisma/adapter-pg": "^7.3.0", diff --git a/package.json b/package.json index a7a1303..09d301d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth-api", - "version": "1.1.2", + "version": "1.1.3", "description": "Production-grade authentication API with session governance, refresh rotation, Prisma/PostgreSQL persistence, Redis rate limiting, and contract-driven documentation.", "main": "dist/src/server.js", "type": "commonjs", diff --git a/src/contracts/authContract.ts b/src/contracts/authContract.ts index b5f2666..8016c1a 100644 --- a/src/contracts/authContract.ts +++ b/src/contracts/authContract.ts @@ -141,7 +141,7 @@ export const openApiSpec = { openapi: "3.0.3", info: { title: "Auth API", - version: "1.1.2", + version: "1.1.3", description: "Production-grade authentication API with first-class sessions, refresh-token rotation, and contract-driven documentation.", },