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

@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartnetwork',
version: '3.0.2',
description: 'network diagnostics'
name: '@push.rocks/smartnetwork',
version: '3.0.3',
description: 'A toolkit for network diagnostics including speed tests, port availability checks, and more.'
}

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 };