fix(core): update

This commit is contained in:
2024-01-20 01:08:25 +01:00
parent c223038b39
commit bb6b4788b8
5 changed files with 1383 additions and 645 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.0.55',
version: '2.0.56',
description: 'tools to simplify complex css structures'
}

View File

@ -11,6 +11,7 @@ export { typedrequest };
// pushrocks scope
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartjson from '@push.rocks/smartjson';
import * as smartmarkdown from '@push.rocks/smartmarkdown';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrouter from '@push.rocks/smartrouter';
import * as smartrx from '@push.rocks/smartrx';
@ -34,6 +35,7 @@ export {
lik,
smartdelay,
smartjson,
smartmarkdown,
smartpromise,
smartrouter,
smartrx,

View File

@ -13,6 +13,7 @@ import * as allPlugins from './domtools.plugins.js';
export const plugins = {
smartdelay: allPlugins.smartdelay,
smartmarkdown: allPlugins.smartmarkdown,
smartpromise: allPlugins.smartpromise,
SweetScroll: allPlugins.SweetScroll,
smartstate: allPlugins.smartstate,