Skip to content

Commit 05479de

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]
1 parent b675f72 commit 05479de

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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.4-alpha.0",
4+
"version": "0.1.0",
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.4-alpha.0",
4+
"version": "0.1.0",
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.4-alpha.0",
4+
"version": "0.1.0",
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.5-alpha.0",
4+
"version": "0.1.0",
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.4-alpha.0",
4+
"version": "0.1.0",
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.5-alpha.0",
4+
"version": "0.1.0",
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.4-alpha.0",
4+
"version": "0.1.0",
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.4-alpha.0",
4+
"version": "0.1.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/type-ddd/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/core",
33
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
4-
"version": "0.0.7-alpha.0",
4+
"version": "0.1.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/username/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/username",
33
"description": "This package provides TypeScript type definitions for handling User Name in Domain-Driven Design contexts",
4-
"version": "0.0.4-alpha.0",
4+
"version": "0.1.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

0 commit comments

Comments
 (0)