Compare commits

...

1 Commits

Author SHA1 Message Date
Дмитрий
85ed6cccd4 change commit
All checks were successful
Publish / Publish Job (push) Successful in 44s
2026-04-01 18:04:31 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2,5 +2,6 @@ export const PASSPORT_OPTIONS = Symbol('PassportOptions')
export const TOKEN_TYPES = { export const TOKEN_TYPES = {
AUTH: 'PassportToken/v1', AUTH: 'PassportToken/v1',
REFRESH: 'PassportToken/v1/refresh',
TEMP_2FA: 'PassportToken/v1/2fa' TEMP_2FA: 'PassportToken/v1/2fa'
} as const } as const

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/passport", "name": "@lendry-erp/passport",
"version": "1.0.2", "version": "1.0.3",
"description": "Библиотека для аутентификации.", "description": "Библиотека для аутентификации.",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",