feat(wire): Add wire protocol, WireTarget & WireParser, Smartmail JSON serialization; refactor plugins and update dependencies
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
// node native scope
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
export { path };
|
||||
export { fs, path };
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartdns from '@push.rocks/smartdns/client';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartmustache from '@push.rocks/smartmustache';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartrequest from '@push.rocks/smartrequest';
|
||||
import SmartRequest from '@push.rocks/smartrequest';
|
||||
|
||||
export { smartdns, smartfile, smartmustache, smartpath, smartrequest };
|
||||
export { smartdns, smartfile, smartmustache, smartpath, SmartRequest };
|
||||
|
||||
Reference in New Issue
Block a user