@bloom-housing/core
Advanced tools
Comparing version 0.2.11 to 0.2.13
{ | ||
"name": "@bloom-housing/core", | ||
"version": "0.2.11", | ||
"version": "0.2.13", | ||
"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.3", | ||
"@babel/core": "^7.10.5", | ||
"@types/jest": "^25.2.2", | ||
@@ -19,7 +19,7 @@ "babel-jest": "^25.5.1", | ||
"jest": "^25.5.4", | ||
"typescript": "^3.9.5", | ||
"typescript": "^3.9.7", | ||
"webpack": "^4.43.0" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.12.47", | ||
"@types/node": "^12.12.50", | ||
"@types/node-polyglot": "^0.4.34", | ||
@@ -49,3 +49,3 @@ "nanoid": "^3.1.10" | ||
}, | ||
"gitHead": "b9cc1febd23e6c2803bd0bd4c59278204c8c6970" | ||
"gitHead": "f54b2e5bbeb4411c874dd5aa1ef8f10ac37b7c96" | ||
} |
export interface Address { | ||
placeName?: string | ||
city: string | ||
county: string | ||
county?: string | ||
state: string | ||
@@ -9,4 +9,4 @@ street: string | ||
zipCode: string | ||
latitude: number | ||
longitude: number | ||
latitude?: number | ||
longitude?: number | ||
} | ||
@@ -13,0 +13,0 @@ |
@@ -69,2 +69,4 @@ import { Unit, UnitsSummarized } from "./units" | ||
disableUnitsAccordion?: boolean | ||
householdSizeMax?: number | ||
householdSizeMin?: number | ||
id: string | ||
@@ -71,0 +73,0 @@ imageUrl?: string |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6603
205
Updated@types/node@^12.12.50