BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-04-13 16:02:29 +02:00
parent 66546a8b17
commit 1da4e08ed2
5 changed files with 19416 additions and 3435 deletions

View File

@ -1 +1 @@
export { SmartUpdate } from './smartupdate.classes.smartupdate';
export { SmartUpdate } from './smartupdate.classes.smartupdate.js';

View File

@ -1,4 +1,4 @@
import * as plugins from './smartupdate.plugins';
import * as plugins from './smartupdate.plugins.js';
import { TimeStamp } from '@pushrocks/smarttime';