Compare commits

...

2 Commits

Author SHA1 Message Date
f43151916d 1.0.19 2019-08-22 13:20:51 +02:00
d416355ea1 fix(core): update 2019-08-22 13:20:50 +02:00
3 changed files with 3 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartproxy",
"version": "1.0.18",
"version": "1.0.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartproxy",
"version": "1.0.18",
"version": "1.0.19",
"private": false,
"description": "a proxy for handling high workloads of proxying",
"main": "dist/index.js",

View File

@ -1,9 +1,8 @@
// node native scope
import * as cluster from 'cluster';
import http from 'http';
import https from 'https';
export { cluster, http, https };
export { http, https };
// tsclass scope
import * as tsclass from '@tsclass/tsclass';