@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.25.0 to 2.25.1
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.25.0", | ||
"version": "2.25.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -244,3 +244,3 @@ import { Actions, Classes, Rels } from '../hypermedia-constants.js'; | ||
return availabilityStartDate.properties.dateType; | ||
return availabilityStartDate.properties.dateType || availabilityStartDate.properties.availabilityType; | ||
} | ||
@@ -340,3 +340,3 @@ | ||
return availabilityEndDate.properties.dateType; | ||
return availabilityEndDate.properties.dateType || availabilityEndDate.properties.availabilityType; | ||
} | ||
@@ -343,0 +343,0 @@ |
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
337741