Skip to content

Commit 97f5936

Browse files
committed
v1.0.4
1 parent ef24921 commit 97f5936

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.0.3"
6+
"version": "1.0.4"
77
}

packages/cnpj/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/cnpj",
33
"description": "Library that provides TypeScript type definitions for handling CNPJ (Cadastro Nacional da Pessoa Jurídica) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CNPJ numbers, ensuring they adhere to the Brazilian legal standards.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/cpf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/cpf",
33
"description": "This package provides TypeScript type definitions for handling CPF (Cadastro de Pessoa Física) in Domain-Driven Design contexts",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/date",
33
"description": "Library that provides TypeScript type definitions for handling Dates in Domain-Driven Design contexts. It facilitates the validation and manipulation of Dates.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/email",
33
"description": "Library that provides TypeScript type definitions for handling Email in Domain-Driven Design contexts. It facilitates the validation and manipulation of emails.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/logger",
33
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/money/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/money",
33
"description": "This package provides TypeScript type definitions for handling Money in Domain-Driven Design contexts",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/password",
33
"description": "Library that provides TypeScript type definitions for handling Password in Domain-Driven Design contexts. It facilitates the validation and manipulation of passwords.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/patterns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/patterns",
33
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/phone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@types-ddd/phone",
33
"description": "Library that provides TypeScript type definitions for handling Phone Numbers in Domain-Driven Design contexts. It facilitates the validation and manipulation of Brazilian phone numbers.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

0 commit comments

Comments
 (0)