@event-calendar/list
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -5,3 +5,3 @@ import { SvelteComponent, init, safe_not_equal, create_slot, element, attr, insert, append, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, detach, component_subscribe, space, action_destroyer, listen, is_function, noop, run_all, binding_callbacks, empty, group_outros, check_outros, text, set_data, update_keyed_each, outro_and_destroy_block, create_component, mount_component, destroy_component, set_store_value, destroy_each } from 'svelte/internal'; | ||
/* packages/list/src/Body.svelte generated by Svelte v3.51.0 */ | ||
/* packages/list/src/Body.svelte generated by Svelte v3.55.0 */ | ||
@@ -95,3 +95,3 @@ function create_fragment$3(ctx) { | ||
/* packages/list/src/Event.svelte generated by Svelte v3.51.0 */ | ||
/* packages/list/src/Event.svelte generated by Svelte v3.55.0 */ | ||
@@ -300,3 +300,3 @@ function create_fragment$2(ctx) { | ||
/* packages/list/src/Day.svelte generated by Svelte v3.51.0 */ | ||
/* packages/list/src/Day.svelte generated by Svelte v3.55.0 */ | ||
@@ -643,3 +643,3 @@ function get_each_context$1(ctx, list, i) { | ||
/* packages/list/src/View.svelte generated by Svelte v3.51.0 */ | ||
/* packages/list/src/View.svelte generated by Svelte v3.55.0 */ | ||
@@ -646,0 +646,0 @@ function get_each_context(ctx, list, i) { |
{ | ||
"name": "@event-calendar/list", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"title": "Event Calendar List plugin", | ||
@@ -32,9 +32,12 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"exports": { | ||
".": "./index.js", | ||
".": { | ||
"svelte": "./src/index.js", | ||
"default": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"@event-calendar/common": "~0.14.1", | ||
"svelte": "^3.51.0" | ||
"@event-calendar/common": "~0.14.2", | ||
"svelte": "^3.55.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
89778
Updatedsvelte@^3.55.0