fix(deps): bump dependencies, update build/test configuration, and reorganize npmextra configuration

This commit is contained in:
2026-01-04 15:20:54 +00:00
parent 2110278cac
commit 8d7f9d1b10
8 changed files with 1680 additions and 1391 deletions

View File

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

View File

@@ -49,7 +49,7 @@ export {
};
// third party scope
import Lenis from 'lenis'
import Lenis from '@tempfix/lenis'
import SweetScroll from 'sweet-scroll';
export { Lenis, SweetScroll };