@event-calendar/common
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -295,2 +295,3 @@ import { is_function } from 'svelte/internal'; | ||
return input.map(source => ({ | ||
events: source.events, | ||
url: (source.url && source.url.trimEnd('&')) || '', | ||
@@ -297,0 +298,0 @@ method: (source.method && source.method.toUpperCase()) || 'GET', |
{ | ||
"name": "@event-calendar/common", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"title": "Event Calendar Common package", | ||
@@ -20,4 +20,4 @@ "description": "Full-sized event calendar with resource view", | ||
"dependencies": { | ||
"svelte": "^3.38.2" | ||
"svelte": "^3.38.3" | ||
} | ||
} |
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
45716
362
Updatedsvelte@^3.38.3