svelte-gantt
Advanced tools
Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "svelte-gantt", | ||
"description": "Interactive JavaScript Gantt chart/resource booking component", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"author": "Ante Novokmet <ante.je.zakon@gmail.com>", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
import { getRelativePos, getRelativePosition } from 'src/utils/dom'; | ||
import { getRelativePos, getRelativePosition } from '../utils/dom'; | ||
import { getContext } from 'svelte'; | ||
@@ -3,0 +3,0 @@ export function useCreateTask() { |
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
1385041