fix(core): update

This commit is contained in:
2022-02-16 23:28:12 +01:00
parent e5c37b1801
commit 4a299cf3cb
9 changed files with 19060 additions and 3845 deletions

View File

@@ -12,7 +12,7 @@ import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
// @third party scope
import isopen from 'isopen';
const isopen = require('isopen');
import publicIp from 'public-ip';
import * as systeminformation from 'systeminformation';