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

@@ -21,4 +21,4 @@ tap.test('should create a static element', async () => {
}
});
tap.start();
export default tap.start();