@hebcal/icalendar
Advanced tools
Comparing version 4.18.1 to 4.18.2
@@ -1,2 +0,2 @@ | ||
/*! @hebcal/icalendar v4.18.1 */ | ||
/*! @hebcal/icalendar v4.18.2 */ | ||
'use strict'; | ||
@@ -11,3 +11,3 @@ | ||
const version="4.18.1"; | ||
const version="4.18.2"; | ||
@@ -369,3 +369,3 @@ const VTIMEZONE = {}; | ||
function makeTorahMemo(ev, il) { | ||
if (ev.getFlags() & HOLIDAY_IGNORE_MASK) { | ||
if (ev.getFlags() & HOLIDAY_IGNORE_MASK || ev.eventTime) { | ||
return ''; | ||
@@ -372,0 +372,0 @@ } |
{ | ||
"name": "@hebcal/icalendar", | ||
"version": "4.18.1", | ||
"version": "4.18.2", | ||
"author": "Michael J. Radwin (https://github.com/mjradwin)", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@hebcal/core": "^3.42.2", | ||
"@hebcal/rest-api": "^4.0.0", | ||
"@hebcal/core": "^3.42.3", | ||
"@hebcal/rest-api": "^4.1.0", | ||
"murmurhash3": "^0.5.0" | ||
@@ -31,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
34158
Updated@hebcal/core@^3.42.3
Updated@hebcal/rest-api@^4.1.0