small difference

This commit is contained in:
2024-02-03 00:39:27 +01:00
parent c135e4e98a
commit daff03e5f3
9 changed files with 151 additions and 4 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
{
"name": "@kajvans/auth-guardian",
"version": "2.0.0",
"name": "auth-guardian",
"version": "2.0.1",
"description": "auth-guardian a library for enhancing application security",
"main": "index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"