Skip to content

Commit 30d020d

Browse files
committed
Publish
- @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected]
1 parent 79856be commit 30d020d

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

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": "@type-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": "0.0.1",
4+
"version": "0.0.2",
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": "@type-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": "0.0.1",
4+
"version": "0.0.2",
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": "@type-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": "0.0.1",
4+
"version": "0.0.2",
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": "@type-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": "0.0.1",
4+
"version": "0.0.2",
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": "@type-ddd/logger",
33
"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",
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": "@type-ddd/money",
33
"description": "This package provides TypeScript type definitions for handling Money in Domain-Driven Design contexts",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
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": "@type-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": "0.0.1",
4+
"version": "0.0.2",
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": "@type-ddd/patterns",
33
"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",
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": "@type-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": "0.0.1",
4+
"version": "0.0.2",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/type-ddd/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/core",
33
"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",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
@@ -13,17 +13,17 @@
1313
"build": "tsc"
1414
},
1515
"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"
2727
},
2828
"files": [
2929
"index.js",

0 commit comments

Comments
 (0)