fix(intellisense): Debounce TypeScript/JavaScript IntelliSense processing and cache missing packages to reduce work and noisy logs

This commit is contained in:
2025-12-31 11:02:58 +00:00
parent 6ec05d6b4a
commit 747a67d790
4 changed files with 38 additions and 52 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.19.0',
version: '3.19.1',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}