@gibme/mikrotik 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export default class Mikrotik extends SSH {
|
|
|
46
46
|
* @param target
|
|
47
47
|
* @param source
|
|
48
48
|
*/
|
|
49
|
-
ping(target: string, source?: string): Promise<
|
|
49
|
+
ping(target: string, source?: string): Promise<Response.Ping>;
|
|
50
50
|
/**
|
|
51
51
|
* Performs a traceroute to the target IP address from the source IP address (if supplied)
|
|
52
52
|
*
|