@type-ddd/password
Advanced tools
Comparing version 0.0.4 to 0.0.5-alpha.0
{ | ||
"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.4", | ||
"version": "0.0.5-alpha.0", | ||
"main": "index.js", | ||
@@ -38,3 +38,3 @@ "types": "index.d.ts", | ||
"bcrypt": "^5.0.1", | ||
"rich-domain": "^1.24.0" | ||
"rich-domain": "^1.25.0-beta" | ||
}, | ||
@@ -41,0 +41,0 @@ "files": [ |
10469