export module

This commit is contained in:
admin 2025-08-20 22:57:14 +02:00
parent 7b60f20a91
commit 6ec95b9f20
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@apihub24/password-hasher", "name": "@apihub24/password-hasher",
"version": "1.0.0", "version": "1.0.1",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -1 +1,2 @@
export * from './password.hash.service'; export * from "./password.hash.service";
export * from "./password.hasher.module";