fix(build): migrate package config to .smartconfig and align build tooling

This commit is contained in:
2026-03-27 16:56:48 +00:00
parent f4f4ec5024
commit caf228b32d
8 changed files with 1680 additions and 1531 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-element',
version: '2.2.3',
version: '2.2.4',
description: 'A library for creating custom elements extending the lit element class with additional functionalities.'
}