hcode-core
Advanced tools
Comparing version 0.0.23 to 0.0.25
@@ -8,4 +8,6 @@ import { Address } from './address'; | ||
domainId: number; | ||
gender?: string; | ||
birthAt?: Date; | ||
PersonValues?: PersonValue[]; | ||
address?: Address; | ||
} |
{ | ||
"name": "hcode-core", | ||
"version": "0.0.23", | ||
"version": "0.0.25", | ||
"description": "Hcode Core", | ||
@@ -13,7 +13,6 @@ "types": "typings.d.ts", | ||
"prenew:version": "git add --all && git commit -m publish", | ||
"new:version": "npm version patch", | ||
"new:version": "npm version patch && npm publish", | ||
"pre": "npm run build", | ||
"prod": "npm run pre", | ||
"postprod": "npm run git:push", | ||
"postgit-push": "npm publish", | ||
"git:push": "git add --all && git commit -m publish && git push origin master", | ||
@@ -20,0 +19,0 @@ "git:pull": "git fetch --all && git reset --hard origin/master && git pull origin master" |
@@ -9,4 +9,6 @@ import { Address } from './address'; | ||
domainId: number; | ||
gender?: string; | ||
birthAt?: Date; | ||
PersonValues?: PersonValue[]; | ||
address?: Address; | ||
} |
@@ -123,2 +123,4 @@ //Arquivo gerado automaticamente. NÃO EDITAR pois será perdido. | ||
domainId: number; | ||
gender?: string; | ||
birthAt?: Date; | ||
PersonValues?: PersonValueAliased[]; | ||
@@ -125,0 +127,0 @@ address?: AddressAliased; |
37088
960