fix(build): update dev and runtime dependencies, export additional lit directives, switch test export to default, convert class properties to accessors, and update npmextra configuration

This commit is contained in:
2026-01-04 14:38:54 +00:00
parent c726cd5af8
commit adbf910993
8 changed files with 1786 additions and 3509 deletions

View File

@@ -6,4 +6,6 @@ export * from './classes.subscribedirective.js';
export { subscribeWithTemplate } from './classes.subscribewithtemplate.js';
export { until } from 'lit/directives/until.js';
export { asyncAppend } from 'lit/directives/async-append.js';
export { asyncAppend } from 'lit/directives/async-append.js';
export { keyed } from 'lit/directives/keyed.js';
export { repeat } from 'lit/directives/repeat.js';