fix(build): Update CI workflows, bump dependency versions, and refine import and TypeScript configuration

This commit is contained in:
2025-04-26 12:48:38 +00:00
parent 6425e4a93f
commit b84714b208
15 changed files with 4845 additions and 2888 deletions

View File

@ -7,7 +7,7 @@ export { typedserver };
import * as lik from '@push.rocks/lik';
import * as smartdata from '@push.rocks/smartdata';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartdns from '@push.rocks/smartdns';
import * as smartdnsClient from '@push.rocks/smartdns/client';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
@ -19,7 +19,7 @@ export {
lik,
smartdata,
smartdelay,
smartdns,
smartdnsClient,
smartlog,
smartpromise,
smartrequest,