@ecl/vanilla-component-timeline
Advanced tools
Comparing version 3.8.4 to 3.9.0
@@ -9,7 +9,7 @@ { | ||
"license": "EUPL-1.2", | ||
"version": "3.8.4", | ||
"version": "3.9.0", | ||
"description": "ECL Timeline", | ||
"dependencies": { | ||
"@ecl/theme-dev": "3.8.4", | ||
"@ecl/vanilla-layout-grid": "3.8.4" | ||
"@ecl/theme-dev": "3.9.0", | ||
"@ecl/vanilla-layout-grid": "3.9.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "b79eb951894a3ca13c9b1a6b8f4bfce3f02dbbf5" | ||
"gitHead": "da7e2afeeec9d1aa44e4ce9e5ac46619a23328db" | ||
} |
@@ -36,3 +36,3 @@ import { queryOne } from '@ecl/dom-utils'; | ||
attachClickListener = true, | ||
} = {} | ||
} = {}, | ||
) { | ||
@@ -42,3 +42,3 @@ // Check element | ||
throw new TypeError( | ||
'DOM element should be given to initialize this widget.' | ||
'DOM element should be given to initialize this widget.', | ||
); | ||
@@ -45,0 +45,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
27998
+ Added@ecl/theme-dev@3.9.0(transitive)
+ Added@ecl/vanilla-layout-grid@3.9.0(transitive)
- Removed@ecl/theme-dev@3.8.4(transitive)
- Removed@ecl/vanilla-layout-grid@3.8.4(transitive)
Updated@ecl/theme-dev@3.9.0