@hebcal/icalendar
Advanced tools
Comparing version 4.10.0 to 4.11.0
@@ -1,2 +0,2 @@ | ||
/*! @hebcal/icalendar v4.10.0 */ | ||
/*! @hebcal/icalendar v4.11.0 */ | ||
'use strict'; | ||
@@ -452,3 +452,3 @@ | ||
var version="4.10.0"; | ||
var version="4.11.0"; | ||
@@ -799,2 +799,6 @@ const VTIMEZONE = {}; | ||
if (options.calendarColor) { | ||
stream.push(`X-APPLE-CALENDAR-COLOR:${options.calendarColor}\r\n`); | ||
} | ||
const location = options.location; | ||
@@ -801,0 +805,0 @@ |
{ | ||
"name": "@hebcal/icalendar", | ||
"version": "4.10.0", | ||
"version": "4.11.0", | ||
"author": "Michael J. Radwin (https://github.com/mjradwin)", | ||
@@ -72,4 +72,4 @@ "keywords": [ | ||
"murmurhash-js": "^1.0.0", | ||
"rollup": "^2.52.7" | ||
"rollup": "^2.53.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
66771
1426