This commit is contained in:
admin 2025-08-21 20:52:08 +02:00
parent 49ffc099fe
commit 7eae722041
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
.vscode
.idea
coverage
node_modules
src
.gitignore

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@apihub24/password-hasher",
"version": "1.0.3",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@apihub24/password-hasher",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"@apihub24/token-authentication": "^1.0.0",

View File

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