fix(core): update

This commit is contained in:
2023-08-08 17:54:27 +02:00
parent 1460fedbcb
commit 861e9ab0be
7 changed files with 588 additions and 316 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartmetrics',
version: '2.0.6',
name: '@push.rocks/smartmetrics',
version: '2.0.7',
description: 'easy system metrics'
}

View File

@ -6,8 +6,8 @@ import * as fs from 'fs';
export { v8, os, fs };
// pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlog from '@pushrocks/smartlog';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
export { smartdelay, smartlog };