fix(pluginexports): Add missing import for smartrouter in pluginexports.
This commit is contained in:
parent
b0bed44810
commit
987c821eed
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-10-06 - 2.0.64 - fix(pluginexports)
|
||||||
|
Add missing import for smartrouter in pluginexports.
|
||||||
|
|
||||||
|
- Fixed a missing import for smartrouter in ts/domtools.pluginexports.ts.
|
||||||
|
|
||||||
## 2024-10-06 - 2.0.63 - fix(dependencies)
|
## 2024-10-06 - 2.0.63 - fix(dependencies)
|
||||||
Update @push.rocks/smartrouter to version ^1.3.2 for better compatibility
|
Update @push.rocks/smartrouter to version ^1.3.2 for better compatibility
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-domtools',
|
name: '@design.estate/dees-domtools',
|
||||||
version: '2.0.63',
|
version: '2.0.64',
|
||||||
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
|
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@ import * as smartmarkdown from '@push.rocks/smartmarkdown';
|
|||||||
import * as smartpromise from '@push.rocks/smartpromise';
|
import * as smartpromise from '@push.rocks/smartpromise';
|
||||||
import SweetScroll from 'sweet-scroll';
|
import SweetScroll from 'sweet-scroll';
|
||||||
import * as smartstate from '@push.rocks/smartstate';
|
import * as smartstate from '@push.rocks/smartstate';
|
||||||
|
import * as smartrouter from '@push.rocks/smartrouter';
|
||||||
import * as smartrx from '@push.rocks/smartrx';
|
import * as smartrx from '@push.rocks/smartrx';
|
||||||
import * as smartstring from '@push.rocks/smartstring';
|
import * as smartstring from '@push.rocks/smartstring';
|
||||||
import * as smarturl from '@push.rocks/smarturl';
|
import * as smarturl from '@push.rocks/smarturl';
|
||||||
@ -14,6 +15,7 @@ export {
|
|||||||
smartpromise,
|
smartpromise,
|
||||||
SweetScroll,
|
SweetScroll,
|
||||||
smartstate,
|
smartstate,
|
||||||
|
smartrouter,
|
||||||
smartrx,
|
smartrx,
|
||||||
smartstring,
|
smartstring,
|
||||||
smarturl,
|
smarturl,
|
||||||
|
Loading…
Reference in New Issue
Block a user