@bloom-housing/core
Advanced tools
Comparing version 0.2.3 to 0.2.5
@@ -6,4 +6,12 @@ # Change Log | ||
## [0.2.5](https://github.com/bloom-housing/bloom/compare/v0.2.3...v0.2.5) (2020-06-30) | ||
**Note:** Version bump only for package @bloom-housing/core | ||
## [0.0.9](https://github.com/bloom-housing/bloom/compare/v0.0.2...v0.0.9) (2020-04-21) | ||
**Note:** Version bump only for package @bloom-housing/core |
{ | ||
"name": "@bloom-housing/core", | ||
"version": "0.2.3", | ||
"version": "0.2.5", | ||
"description": "Shared types for Bloom affordable housing system", | ||
@@ -13,3 +13,3 @@ "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/core", | ||
"devDependencies": { | ||
"@babel/core": "^7.10.2", | ||
"@babel/core": "^7.10.3", | ||
"@types/jest": "^25.2.2", | ||
@@ -19,9 +19,9 @@ "babel-jest": "^25.5.1", | ||
"jest": "^25.5.4", | ||
"typescript": "^3.8.3", | ||
"typescript": "^3.9.5", | ||
"webpack": "^4.43.0" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.12.39", | ||
"@types/node": "^12.12.47", | ||
"@types/node-polyglot": "^0.4.34", | ||
"nanoid": "^3.1.7" | ||
"nanoid": "^3.1.10" | ||
}, | ||
@@ -49,3 +49,3 @@ "babel": { | ||
}, | ||
"gitHead": "f8d7aeca2cd16cb2079cc58b5c2d5a9c54508c1d" | ||
"gitHead": "56374d6313772aed89999df2fa04ec90a0e54da7" | ||
} |
export interface Address { | ||
placeName: string | ||
city: string | ||
@@ -3,0 +4,0 @@ county: string |
6011
180
Updated@types/node@^12.12.47
Updatednanoid@^3.1.10