fix(deps): Update dependency namespaces and bump package versions in CI configuration and source imports

This commit is contained in:
2025-04-28 12:04:08 +00:00
parent f7f009e0d4
commit 172fce2466
8 changed files with 9006 additions and 3379 deletions

View File

@@ -6,9 +6,9 @@ import * as perfHooks from 'perf_hooks';
export { os, https, perfHooks };
// @pushrocks scope
import * as smartping from '@pushrocks/smartping';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
import * as smartping from '@push.rocks/smartping';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstring from '@push.rocks/smartstring';
export { smartpromise, smartping, smartstring };