diff --git a/package.json b/package.json index a59861e..ebffb92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apihub24/authentication", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 378a316..aa9223b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,3 +10,8 @@ export * from "./services/mail.verification.service"; export * from "./services/password.service"; export * from "./services/session.service"; export * from "./services/token.service"; + +export const APIHUB24_PASSWORD_SERVICE = "@apihub24/password_service"; +export const APIHUB24_MAIL_SERVICE = "@apihub24/mail_service"; +export const APIHUB24_SESSION_SERVICE = "@apihub24/session_service"; +export const APIHUB24_TOKEN_SERVICE = "@apihub24/token_service";