@event-calendar/core
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "@event-calendar/core", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"title": "Event Calendar Core package", | ||
@@ -30,5 +30,4 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~1.1.1", | ||
"svelte": "^3.55.1" | ||
"svelte": "^3.59.1" | ||
} | ||
} |
@@ -196,4 +196,4 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) [![npm](https://img.shields.io/npm/dm/@event-calendar/core?color=red&label=npm&style=flat-square)](https://www.npmjs.com/package/@event-calendar/core) | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.1.1/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.1.1/event-calendar.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.2.0/event-calendar.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@1.2.0/event-calendar.min.js"></script> | ||
``` | ||
@@ -200,0 +200,0 @@ |
import Calendar from './Calendar.svelte'; | ||
export {Calendar as default}; | ||
export {Calendar as default}; | ||
export * from './lib.js'; |
@@ -1,3 +0,2 @@ | ||
import {assign, createDate, createDuration, setMidnight} from '@event-calendar/common'; | ||
import {createEvents, createEventSources} from '@event-calendar/common'; | ||
import {assign, createDate, createDuration, setMidnight, createEvents, createEventSources} from '../lib.js'; | ||
import {is_function} from 'svelte/internal'; | ||
@@ -4,0 +3,0 @@ |
@@ -15,4 +15,3 @@ import {writable} from 'svelte/store'; | ||
} from './stores'; | ||
import {writable2, intl, intlRange} from '@event-calendar/common'; | ||
import {assign} from '@event-calendar/common'; | ||
import {assign, writable2, intl, intlRange} from '../lib.js'; | ||
@@ -19,0 +18,0 @@ export default class { |
@@ -5,6 +5,10 @@ import {derived, writable, readable} from 'svelte/store'; | ||
DAY_IN_SECONDS, | ||
assign, | ||
cloneDate, | ||
createDate, | ||
createEvents, | ||
createView, | ||
addDuration, | ||
addDay, | ||
derived2, | ||
subtractDay, | ||
@@ -17,7 +21,3 @@ toISOString, | ||
debounce | ||
} from '@event-calendar/common'; | ||
import {derived2} from '@event-calendar/common'; | ||
import {createEvents} from '@event-calendar/common'; | ||
import {createView} from '@event-calendar/common'; | ||
import {assign} from '@event-calendar/common'; | ||
} from '../lib.js'; | ||
@@ -24,0 +24,0 @@ export function monthMode(state) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
185536
1
22
3661
- Removed@event-calendar/common@~1.1.1
- Removed@event-calendar/common@1.1.1(transitive)
Updatedsvelte@^3.59.1