@type-ddd/password
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@type-ddd/password", | ||
"description": "Library that provides TypeScript type definitions for handling Password in Domain-Driven Design contexts. It facilitates the validation and manipulation of passwords.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -38,3 +38,3 @@ "types": "index.d.ts", | ||
"bcrypt": "^5.0.1", | ||
"rich-domain": "^1.23.1" | ||
"rich-domain": "^1.23.4" | ||
}, | ||
@@ -44,4 +44,4 @@ "files": [ | ||
"index.d.ts", | ||
"util.d.ts", | ||
"util.js" | ||
"utils.d.ts", | ||
"utils.js" | ||
], | ||
@@ -56,3 +56,3 @@ "repository": { | ||
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/packages/password", | ||
"gitHead": "30d020de617b53293a1d46343dde7eddca14aaeb" | ||
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4" | ||
} |
10449
6
293