Compare commits

...

2 Commits

Author SHA1 Message Date
5c7d2de902 1.1.8 2019-09-06 18:28:40 +02:00
f105cdc806 fix(core): update 2019-09-06 18:28:39 +02:00
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartnetwork", "name": "@pushrocks/smartnetwork",
"version": "1.1.7", "version": "1.1.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartnetwork", "name": "@pushrocks/smartnetwork",
"version": "1.1.7", "version": "1.1.8",
"private": false, "private": false,
"description": "network diagnostics", "description": "network diagnostics",
"main": "dist/index.js", "main": "dist/index.js",

View File

@ -27,6 +27,6 @@ tap.test('should scan a port', async () => {
tap.test('should get the default gateways', async () => { tap.test('should get the default gateways', async () => {
const gatewayResult = await testSmartNetwork.getDefaultGateway(); const gatewayResult = await testSmartNetwork.getDefaultGateway();
console.log(gatewayResult); console.log(gatewayResult);
}) });
tap.start(); tap.start();