update to v2.2.1

fix type issues with root object wrapping node or querySelector
fix incorrect import in demo
fix unused options in vite.config.js
add (some) tests - more to come!
This commit is contained in:
2025-09-13 03:05:49 -04:00
parent c9de0883eb
commit af2e0d2eec
14 changed files with 519 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@itsericwoodward/fluent-dom-esm",
"version": "2.2.0",
"version": "2.2.1",
"exports": "./src/fluent-dom-esm.ts"
}