BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-24 13:51:12 +01:00
parent d3732dcecc
commit 72e6ef04cb
7 changed files with 7005 additions and 14435 deletions

View File

@@ -5,10 +5,9 @@ export { os };
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartenv from '@pushrocks/smartenv';
import * as smartshell from '@pushrocks/smartshell';
export { smartdelay, smartenv, smartshell };
export { smartdelay, smartshell };
// third party scope
import puppeteer from 'puppeteer';