|
1 | 1 | { |
2 | 2 | "name": "@type-ddd/core", |
3 | 3 | "description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design", |
4 | | - "version": "0.0.1", |
| 4 | + "version": "0.0.2", |
5 | 5 | "main": "index.js", |
6 | 6 | "types": "index.d.ts", |
7 | 7 | "author": "Alessandro Dev", |
|
13 | 13 | "build": "tsc" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "rich-domain": "^1.23.1", |
17 | | - "@type-ddd/cnpj": "^0.0.1", |
18 | | - "@type-ddd/cpf": "^0.0.1", |
19 | | - "@type-ddd/date": "^0.0.1", |
20 | | - "@type-ddd/email": "^0.0.1", |
21 | | - "@type-ddd/money": "^0.0.1", |
22 | | - "@type-ddd/password": "^0.0.1", |
23 | | - "@type-ddd/patterns": "^0.0.1", |
24 | | - "@type-ddd/phone": "^0.0.1", |
25 | | - "@type-ddd/username": "^0.0.1", |
26 | | - "@type-ddd/zip-code": "^0.0.1e" |
| 16 | + "@type-ddd/cnpj": "^0.0.2", |
| 17 | + "@type-ddd/cpf": "^0.0.2", |
| 18 | + "@type-ddd/date": "^0.0.2", |
| 19 | + "@type-ddd/email": "^0.0.2", |
| 20 | + "@type-ddd/money": "^0.0.2", |
| 21 | + "@type-ddd/password": "^0.0.2", |
| 22 | + "@type-ddd/patterns": "^0.0.2", |
| 23 | + "@type-ddd/phone": "^0.0.2", |
| 24 | + "@type-ddd/username": "^0.0.2", |
| 25 | + "@type-ddd/zip-code": "^0.0.1e", |
| 26 | + "rich-domain": "^1.23.1" |
27 | 27 | }, |
28 | 28 | "files": [ |
29 | 29 | "index.js", |
|
0 commit comments