fix(core): update

This commit is contained in:
2023-04-19 17:21:16 +02:00
parent 5f1b4a784e
commit 40651a5660
4 changed files with 1261 additions and 954 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartping',
version: '1.0.7',
version: '1.0.8',
description: 'a ping utility'
}

View File

@ -2,4 +2,4 @@ import ping from 'ping';
export {
ping
}
}