@bloom-housing/core
Advanced tools
Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "@bloom-housing/core", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "Shared types for Bloom affordable housing system", | ||
"homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/core", | ||
"main": "index.js", | ||
@@ -13,11 +14,11 @@ "license": "GPL-3.0", | ||
"@babel/core": "^7.8.3", | ||
"@types/jest": "^25.1.3", | ||
"babel-jest": "^25.1.0", | ||
"babel-loader": "^8.0.6", | ||
"jest": "^25.1.0", | ||
"typescript": "^3.7.4", | ||
"webpack": "^4.41.5" | ||
"@types/jest": "^25.1.4", | ||
"babel-jest": "^25.2.3", | ||
"babel-loader": "^8.1.0", | ||
"jest": "^25.2.3", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.1" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.12.25", | ||
"@types/node": "^12.12.31", | ||
"@types/node-polyglot": "^0.4.34", | ||
@@ -24,0 +25,0 @@ "nanoid": "^2.1.10" |
@@ -31,2 +31,3 @@ import { Unit, UnitsSummarized } from "./units" | ||
buildingAddress: Address | ||
buildingTotalUnits: number | ||
costsNotIncluded: string | ||
@@ -38,2 +39,3 @@ creditHistory: string | ||
developer: string | ||
disableUnitsAccordion?: boolean | ||
id: string | ||
@@ -57,5 +59,8 @@ imageUrl?: string | ||
units: Unit[] | ||
unitsAvailable: number | ||
unitAmenities: string | ||
unitsSummarized?: UnitsSummarized | ||
waitlistCurrentSize: number | ||
waitlistMaxSize: number | ||
yearBuilt: number | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5242
171
Updated@types/node@^12.12.31