comand-component-library
Advanced tools
Comparing version 4.1.79 to 4.1.80
{ | ||
"name": "comand-component-library", | ||
"version": "4.1.79", | ||
"version": "4.1.80", | ||
"license": "GPL-3.0-only", | ||
@@ -5,0 +5,0 @@ "author": "CoManD-UI", |
@@ -69,5 +69,6 @@ // export components | ||
export { getFileExtension } from '@/utils/getFileExtension' | ||
export { capitalize } from '@/utils/string.js' | ||
export { useScrollspy } from '@/composables/scrollspy.js' | ||
export { capitalize } from '@/utils/string' | ||
export { useScrollspy } from '@/composables/scrollspy' | ||
export { setCookieDisclaimerCookie, getCookieDisclaimerCookie } from '@/utils/cookie' | ||
export { formatDate } from "@/utils/date" | ||
@@ -74,0 +75,0 @@ // export composables |
Sorry, the diff of this file is too big to display
13723641
27474