@type-ddd/email
Advanced tools
Comparing version 0.0.5-alpha.0 to 0.1.0
{ | ||
"name": "@type-ddd/email", | ||
"description": "Library that provides TypeScript type definitions for handling Email in Domain-Driven Design contexts. It facilitates the validation and manipulation of emails.", | ||
"version": "0.0.5-alpha.0", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
@@ -32,3 +32,3 @@ "types": "index.d.ts", | ||
"peerDependencies": { | ||
"rich-domain": "^1.25.0-beta" | ||
"rich-domain": "^1.25.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "files": [ |
12497