@hebcal/icalendar
Advanced tools
Comparing version 4.17.1 to 4.17.2
@@ -1,2 +0,2 @@ | ||
/*! @hebcal/icalendar v4.17.1 */ | ||
/*! @hebcal/icalendar v4.17.2 */ | ||
'use strict'; | ||
@@ -11,3 +11,3 @@ | ||
const version="4.17.1"; | ||
const version="4.17.2"; | ||
@@ -411,3 +411,4 @@ const VTIMEZONE = {}; | ||
if (mask & core.flags.OMER_COUNT) { | ||
return e.getTodayIs('en') + '\\n\\n' + e.memo; | ||
const sefira = [e.sefira('en'), e.sefira('he'), e.sefira('translit')].join('\\n'); | ||
return e.getTodayIs('en') + '\\n\\n' + sefira + '\\n\\n' + e.url(); | ||
} | ||
@@ -414,0 +415,0 @@ |
{ | ||
"name": "@hebcal/icalendar", | ||
"version": "4.17.1", | ||
"version": "4.17.2", | ||
"author": "Michael J. Radwin (https://github.com/mjradwin)", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hebcal/core": "^3.36.0", | ||
"@hebcal/core": "^3.36.1", | ||
"@hebcal/rest-api": "^3.13.0", | ||
@@ -30,0 +30,0 @@ "murmurhash3": "^0.5.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
34150
898
Updated@hebcal/core@^3.36.1