@event-calendar/core
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0
@@ -267,3 +267,3 @@ import { is_function, tick, SvelteComponent, init, safe_not_equal, empty, insert, detach, noop, destroy_each, component_subscribe, set_store_value, element, text, attr, append, listen, set_data, space, transition_in, group_outros, transition_out, check_outros, create_component, mount_component, destroy_component, set_style } from 'svelte/internal'; | ||
headers['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8'; | ||
body = params; | ||
body = String(params); // Safari 10.1 doesn't convert to string automatically | ||
} | ||
@@ -270,0 +270,0 @@ // Do the fetch |
{ | ||
"name": "@event-calendar/core", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0", | ||
"title": "Event Calendar Core package", | ||
@@ -21,5 +21,5 @@ "description": "Full-sized event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.1.0-beta.4", | ||
"@event-calendar/common": "~0.1.0", | ||
"svelte": "^3.35.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
45552