fix(core): Refactor plugin exports to improve modularity

This commit is contained in:
2024-10-02 15:45:45 +02:00
parent 16fd982c57
commit cc934a9c0e
5 changed files with 293 additions and 553 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.0.58',
version: '2.0.59',
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
}