fix(core): update

This commit is contained in:
2024-04-12 13:13:09 +02:00
parent 1138897da2
commit 8809b9755b
8 changed files with 3012 additions and 1776 deletions

View File

@@ -4,8 +4,8 @@ import * as os from 'os';
export { os };
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartshell from '@pushrocks/smartshell';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartshell from '@push.rocks/smartshell';
export { smartdelay, smartshell };