defuss 2.1.9 → 2.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -462,7 +462,7 @@ const Async = ({
462
462
  };
463
463
  const Suspense = Async;
464
464
 
465
- console.log(`defuss v${"2.1.8"}`);
465
+ console.log(`defuss v${"2.1.9"}`);
466
466
 
467
467
  exports.$ = dom.$;
468
468
  exports.CLASS_ATTRIBUTE_NAME = dom.CLASS_ATTRIBUTE_NAME;
package/dist/index.mjs CHANGED
@@ -461,6 +461,6 @@ const Async = ({
461
461
  };
462
462
  const Suspense = Async;
463
463
 
464
- console.log(`defuss v${"2.1.8"}`);
464
+ console.log(`defuss v${"2.1.9"}`);
465
465
 
466
466
  export { $, Async, Redirect, Route, Router, RouterSlot, RouterSlotId, Suspense, T, Trans, changeLanguage, createI18n, createRef, createStore, getLanguage, i18n, inDevMode, isRef, loadLanguage, matchRouteRegistrations, setupRouter, t, tokenizePath };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defuss",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"