@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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<any>;
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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gibme/mikrotik",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A simple mikrotik helper/wrapper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",