fix(core): update

This commit is contained in:
2024-05-15 10:10:41 +02:00
commit cf500f9197
24 changed files with 7062 additions and 0 deletions

44
ts/coretraffic.plugins.ts Normal file
View File

@@ -0,0 +1,44 @@
// NODE INTERNALS
import * as path from 'path';
export { path };
// @serve.zone scope
import * as lointCloudly from '@losslessone_private/loint-cloudly';
export { lointCloudly };
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';
export { typedrequest, typedsocket };
// @push.rocks scope
import * as qenv from '@push.rocks/qenv';
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationReceiver from '@push.rocks/smartlog-destination-receiver';
import * as smartpath from '@push.rocks/smartpath';
import * as smartproxy from '@push.rocks/smartproxy';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartshell from '@push.rocks/smartshell';
import * as smartstring from '@push.rocks/smartstring';
import * as taskbuffer from '@push.rocks/taskbuffer';
export {
qenv,
projectinfo,
smartdelay,
smartlog,
smartlogDestinationReceiver,
smartpath,
smartproxy,
smartshell,
smartpromise,
smartrequest,
smartstring,
taskbuffer,
};